@@ -212,7 +212,7 @@ To create a new compute offering:
212
212
it enables the admin to set some boundaries.
213
213
214
214
- **# 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
216
216
be asked to enter the minimum and maximum number of CPUs that a user
217
217
can request. If 'Custom unconstrained' is checked, this field does not appear
218
218
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:
226
226
will be prompted to enter a value when creating their guest Instance.
227
227
228
228
- **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
230
230
a 2 GB RAM allocation. If 'Custom constrained' is selected, the admin will
231
231
be asked to enter the minimum and maximum amount of RAM that a user
232
232
can request. If 'Custom unconstrained' is selected, this field does
@@ -238,7 +238,11 @@ To create a new compute offering:
238
238
- **Network Rate **: Allowed data transfer rate in MB per second.
239
239
240
240
- **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.
242
246
243
247
- **Dynamic Scaling Enabled **: If yes, Instance can be dynamically scalable of cpu or memory
244
248
@@ -336,7 +340,7 @@ To create a new compute offering:
336
340
337
341
- **Storage type **: The type of disk that should be allocated. Local
338
342
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
340
344
NFS.
341
345
342
346
- **Provisioning type **: The type of disk that should be allocated.
@@ -389,7 +393,7 @@ To create a new compute offering:
389
393
disk that represents the root disk. This does not apply for KVM.
390
394
391
395
- **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.
393
397
394
398
When the flag is disabled
395
399
@@ -599,6 +603,10 @@ To create a system service offering:
599
603
- **Offer HA **: If yes, the administrator can choose to have the system
600
604
VM be monitored and as highly available as possible.
601
605
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
+
602
610
- **Storage Tags **: The tags that should be associated with the primary
603
611
storage used by the system VM.
604
612
0 commit comments