Skip to content

Commit 8fe78da

Browse files
committed
max allowed lease is for 100 years
1 parent 1c3811c commit 8fe78da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/adminguide/service_offerings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ To create a new compute offering:
420420

421421
When the flag is enabled
422422

423-
- **Lease Duration (in days)**: Sets the lease duration. An instance created using this compute offering will inherit the lease duration by default.
423+
- **Lease Duration (in days)**: Sets the lease duration. An instance created using this compute offering will inherit the lease duration by default. Supported values are in range 1 <= N <= 36500.
424424

425425
- **Lease expiry action**: Lease expiry action: Denotes lease expiry action, which gets executed upon lease expiry for instances created using this compute offering.
426426
Supported values for lease expiry action are as follows:

source/adminguide/virtual_machines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ instance.lease.expiryevent.daysbefore Denotes number of days (N) in advance e
10051005
**Lease Parameters**
10061006

10071007

1008-
**leaseduration**: Lease duration is specified in days. This can take Natural numbers and -1 to disable the lease.
1008+
**leaseduration**: Lease duration is specified in days. This can take Natural numbers (>=1) and -1 to disable the lease. Max supported value is 36500 (100 years).
10091009

10101010
User can disable Lease for instance in two ways:
10111011

0 commit comments

Comments
 (0)