-
Notifications
You must be signed in to change notification settings - Fork 118
VM Dynamic Scaling granular options to enabling or disabling #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
can a native speaker of English do a review of this @harikrishna-patnala ? If you can find one. I'm not confident to do it but i think some re-phrasings are needed. |
@blueorangutan docbuild |
Ping for review @DaanHoogland @rhtyd |
I thought this PR was merged, apologies my bad. I'll add few reviewers for technical review as well. |
- 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If any of the above settings are false then VM cannot be configured as dynamically scalable. | |
If any of the above settings are false, then VM cannot be scaled dynamically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The heading of this section is 'Configuring dynamic scaling', so I've worded it like this to mention how the VM will be configured.
|
||
- 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enabled with Dynamic Scaling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've now used the word 'flag' with its actual name on the UI form instead of 'option' in all the cases as well.
b243c49
to
ab7be4c
Compare
ab7be4c
to
ab9893a
Compare
@blueorangutan docbuild |
@harikrishna-patnala a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/186. (SL-JID 160) |
@blueorangutan docbuild |
@sureshanaparti a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/186. (SL-JID 162) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doc LGTM
Added the new option that are available to configure dynamic scaling on VM.
This is related to PR apache/cloudstack#4643