@@ -717,14 +717,28 @@ variables:
717717- scale.retry: How many times to attempt the scaling operation. Default
718718 = 2.
719719
720+ Along with these global configurations following are the options that needs
721+ to be enabled to make a VM dynamically scalable
722+
723+ - Template from which VM is created needs to have Xen tools (for XenServer hosts)
724+ or VMware Tools (for VMware hosts) and while registering the template should be
725+ marked as Dynamically Scalable.
726+
727+ - Service Offering of the VM should have option Dynamic Scaling Enabled set to true.
728+ By default when a Service Offering is created Dynamic Scaling Enabled is set to true.
729+
730+ - While deploying a VM, user or admin needs to mark Dynamic Scaling Enabled to true.
731+ By default the value of Dynamic Scaling Enabled is set to true.
732+
733+ If any of the above settings are false then VM cannot be configured as dynamically scalable.
720734
721735How to Dynamically Scale CPU and RAM
722736~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
723737
724738To modify the CPU and/or RAM capacity of a virtual machine, you need to
725739change the compute offering of the VM to a new compute offering that has
726- the desired CPU and RAM values. You can use the same steps described
727- above in `“Changing the Service Offering for a
740+ the desired CPU and RAM values and Dynamic Scaling Enabled option set to true.
741+ You can use the same steps described above in `“Changing the Service Offering for a
728742VM” <#changing-the-service-offering-for-a-vm> `_, but skip the step where you
729743stop the virtual machine. Of course, you might have to create a new
730744compute offering first.
0 commit comments