Skip to content

Commit 5f8c6d1

Browse files
committed
fix typos
1 parent 8fe78da commit 5f8c6d1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source/adminguide/virtual_machines.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,8 @@ To set these variables, API or CloudStack UI can be used:
993993
======================================= ========================
994994
Configuration Description
995995
======================================= ========================
996-
instance.lease.enabled Indicates whether to enable the Instance lease feature, will be applicable only on instances created after lease is enabled. **Default: false**
997-
instance.lease.scheduler.interval Background task interval in seconds that executes Lease expiry action on eligibile expired instances. Default: 3600.
996+
instance.lease.enabled Indicates whether to enable the Instance Lease feature, will be applicable only on instances created after lease is enabled. **Default: false**
997+
instance.lease.scheduler.interval Background task interval in seconds that executes Lease expiry action on eligible expired instances. Default: 3600.
998998
instance.lease.eventscheduler.interval Background task interval in seconds that executes Lease event executor for instances about to be expired in next N days. Default: 86400
999999
instance.lease.expiryevent.daysbefore Denotes number of days (N) in advance expiry events are generated for instance about to expire. Default: 7 days
10001000
======================================= ========================
@@ -1017,7 +1017,7 @@ User can disable Lease for instance in two ways:
10171017
- STOP: The instance is stopped, and it will be out of lease. The user can restart the instance manually.
10181018
- DESTROY: The instance is destroyed when the lease expires.
10191019

1020-
.. note:: Expiry action is executed at most once on the instance, e.g. STOP action will bring instance in Stoppped state on expiry and instance will be out of lease. User may choose to start it again.
1020+
.. note:: Expiry action is executed at most once on the instance, e.g. STOP action will bring instance in Stopped state on expiry and instance will be out of lease. User may choose to start it again.
10211021

10221022

10231023
**Using Instance Lease**
@@ -1033,10 +1033,10 @@ lease is removed from the instance for any further action.
10331033
**Notes:**
10341034

10351035
#. Lease Assignment: A lease can only be assigned to an instance during deployment.
1036-
#. Lease Acquisition: Instances without a lease cannot acquire one by switching to a different compute offering or by editing the instance.
1037-
#. Lease Inheritance: Instances inherit the lease from a compute offering with 'Instance Lease' feature enabled. This lease can be overridden or disabled in the “Advanced Settings”.
1038-
#. Lease Persistence: A lease is always tied to the instance. Modifications to the compute offering do not affect the instance's lease.
1039-
#. Non-Lease Compute offering: Instances can have a lease by enabling it in the "Advanced Settings" for non-lease based compute offering too.
1036+
#. Lease Acquisition: Instances without a lease cannot acquire one by switching to a different Compute Offering or by editing the instance.
1037+
#. Lease Inheritance: Instances inherit the lease from a Compute Offering with 'Instance Lease' feature enabled. This lease can be overridden or disabled in the “Advanced Settings”.
1038+
#. Lease Persistence: A lease is always tied to the instance. Modifications to the Compute Offering do not affect the instance's lease.
1039+
#. Non-Lease Compute Offering: Instances can have a lease by enabling it in the "Advanced Settings" for non-lease based Compute Offering too.
10401040
#. Lease Duration Management: The lease duration can be extended or reduced for instances before expiry. However, once the lease is disabled, it cannot be re-enabled for that instance.
10411041
#. Lease Expiry: Once the lease expires and the associated action is completed, the lease is annulled and cannot be reattached or extended.
10421042
#. Feature Disablement: If the lease feature is disabled, the lease associated with instances is canceled. Re-enabling the feature will not automatically reapply the lease to previously grandfathered instances.
@@ -1046,7 +1046,7 @@ lease is removed from the instance for any further action.
10461046

10471047
There are 2 ways to deploy instance with lease from UI:
10481048

1049-
1. Use compute offering which has 'Instance Lease' feature enabled.
1049+
1. Use Compute Offering which has 'Instance Lease' feature enabled.
10501050

10511051
.. image:: /_static/images/deploy_instance_lease_offering.png
10521052
:width: 400px
@@ -1069,7 +1069,7 @@ Pass lease parameters in the command to enable lease during instance deployment:
10691069
10701070
cmk deploy virtualmachine name=..... leaseduration=... leaseexpiryaction=...
10711071
1072-
- Use compute offering with lease
1072+
- Use Compute Offering with lease
10731073

10741074
.. code:: bash
10751075
@@ -1086,7 +1086,7 @@ From UI:
10861086
.. image:: /_static/images/edit_instance_lease.png
10871087
:width: 400px
10881088
:align: center
1089-
:alt: Edit Instance lease dialog
1089+
:alt: Edit Instance Lease dialog
10901090

10911091

10921092
Using API:
@@ -1101,7 +1101,7 @@ To disable lease using API:
11011101
11021102
cmk update virtualmachine id=fa970d19-8340-455c-a9fb-569205954fdc leaseduration=-1
11031103
1104-
.. note:: DESTORY action will ignore instance if deleteprotection is enabled for it.
1104+
.. note:: DESTROY action will ignore instance if deleteprotection is enabled for it.
11051105

11061106
.. note:: When the feature is disabled, the lease associated with instances is cancelled. Re-enabling the feature will not automatically reapply the lease to previously grandfathered instances.
11071107

0 commit comments

Comments
 (0)