sureshanaparti commented on a change in pull request #186: URL: https://github.com/apache/cloudstack-documentation/pull/186#discussion_r728840257
########## File path: source/adminguide/virtual_machines.rst ########## @@ -717,14 +717,28 @@ variables: - scale.retry: How many times to attempt the scaling operation. Default = 2. +Along with these global configurations following are the options that needs +to be enabled to make a VM dynamically scalable + +- Template from which VM is created needs to have Xen tools (for XenServer hosts) + or VMware Tools (for VMware hosts) and while registering the template should be + marked as Dynamically Scalable. + +- Service Offering of the VM should have option Dynamic Scaling Enabled set to true. + By default when a Service Offering is created Dynamic Scaling Enabled is set to true. + +- While deploying a VM, user or admin needs to mark Dynamic Scaling Enabled to true. + By default the value of Dynamic Scaling Enabled is set to true. + +If any of the above settings are false then VM cannot be configured as dynamically scalable. Review comment: ```suggestion If any of the above settings are false, then VM cannot be scaled dynamically. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org