mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17189 from ishan16696/add/missingFlag
[3.4] Add missing `experimental-enable-lease-checkpoint-persist` flag in etcd help
This commit is contained in:
commit
2664430d7e
@ -215,6 +215,8 @@ Experimental feature:
|
|||||||
ExperimentalBackendFreelistType specifies the type of freelist that boltdb backend uses(array and map are supported types).
|
ExperimentalBackendFreelistType specifies the type of freelist that boltdb backend uses(array and map are supported types).
|
||||||
--experimental-enable-lease-checkpoint 'false'
|
--experimental-enable-lease-checkpoint 'false'
|
||||||
ExperimentalEnableLeaseCheckpoint enables primary lessor to persist lease remainingTTL to prevent indefinite auto-renewal of long lived leases.
|
ExperimentalEnableLeaseCheckpoint enables primary lessor to persist lease remainingTTL to prevent indefinite auto-renewal of long lived leases.
|
||||||
|
--experimental-enable-lease-checkpoint-persist 'false'
|
||||||
|
Enable persisting remainingTTL to prevent indefinite auto-renewal of long lived leases. Always enabled in v3.6. Should be used to ensure smooth upgrade from v3.5 clusters with this feature enabled. Requires experimental-enable-lease-checkpoint to be enabled.
|
||||||
--experimental-compaction-batch-limit 1000
|
--experimental-compaction-batch-limit 1000
|
||||||
ExperimentalCompactionBatchLimit sets the maximum revisions deleted in each compaction batch.
|
ExperimentalCompactionBatchLimit sets the maximum revisions deleted in each compaction batch.
|
||||||
--experimental-peer-skip-client-san-verification 'false'
|
--experimental-peer-skip-client-san-verification 'false'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user