@@ -212,7 +212,7 @@ To create a new compute offering:
212212 it enables the admin to set some boundaries.
213213
214214 - **# of CPU cores **: The number of cores which should be allocated
215- to a system VM with this offering. If 'Custom constrained' is checked, the admin will
215+ to the VM with this offering. If 'Custom constrained' is checked, the admin will
216216 be asked to enter the minimum and maximum number of CPUs that a user
217217 can request. If 'Custom unconstrained' is checked, this field does not appear
218218 as the user will be prompted to enter a value when creating their guest Instance.
@@ -226,7 +226,7 @@ To create a new compute offering:
226226 will be prompted to enter a value when creating their guest Instance.
227227
228228 - **Memory (in MB) **: The amount of memory in megabytes that the
229- system VM should be allocated. For example, “2048” would provide
229+ VM should be allocated. For example, “2048” would provide
230230 a 2 GB RAM allocation. If 'Custom constrained' is selected, the admin will
231231 be asked to enter the minimum and maximum amount of RAM that a user
232232 can request. If 'Custom unconstrained' is selected, this field does
@@ -238,7 +238,11 @@ To create a new compute offering:
238238 - **Network Rate **: Allowed data transfer rate in MB per second.
239239
240240 - **Offer HA **: If yes, the administrator can choose to have the
241- system VM be monitored and as highly available as possible.
241+ VM be monitored and as highly available as possible.
242+
243+ .. note ::
244+ The HA is offered when the VM High Availability manager is enabled in the zone using the setting 'vm.ha.enabled', by default this setting is enabled.
245+ When disabled, alerts are sent during HA attempts when 'vm.ha.alerts.enabled' setting is enabled.
242246
243247 - **Dynamic Scaling Enabled **: If yes, Instance can be dynamically scalable of cpu or memory
244248
@@ -336,7 +340,7 @@ To create a new compute offering:
336340
337341 - **Storage type **: The type of disk that should be allocated. Local
338342 allocates from storage attached directly to the host where the
339- system VM is running. Shared allocates from storage accessible via
343+ VM is running. Shared allocates from storage accessible via
340344 NFS.
341345
342346 - **Provisioning type **: The type of disk that should be allocated.
@@ -389,7 +393,7 @@ To create a new compute offering:
389393 disk that represents the root disk. This does not apply for KVM.
390394
391395 - **Storage Tags **: The tags that should be associated with the
392- primary storage used by the system VM.
396+ primary storage used by the VM.
393397
394398 When the flag is disabled
395399
@@ -599,6 +603,10 @@ To create a system service offering:
599603 - **Offer HA **: If yes, the administrator can choose to have the system
600604 VM be monitored and as highly available as possible.
601605
606+ .. note ::
607+ The HA is offered when the VM High Availability manager is enabled in the zone using the setting 'vm.ha.enabled', by default this setting is enabled.
608+ When disabled, alerts are sent during HA attempts when 'vm.ha.alerts.enabled' setting is enabled.
609+
602610 - **Storage Tags **: The tags that should be associated with the primary
603611 storage used by the system VM.
604612
0 commit comments