*: add flag to let etcd use the new boltdb freelistType feature

This commit is contained in:
WizardCXY
2019-02-02 15:42:40 +08:00
parent 3e0f0ba40e
commit e6c6d8492e
8 changed files with 32 additions and 0 deletions

View File

@ -200,6 +200,8 @@ Experimental feature:
Duration of time between cluster corruption check passes.
--experimental-enable-v2v3 ''
Serve v2 requests through the v3 backend under a given prefix.
--experimental-backend-bbolt-freelist-type
ExperimentalBackendFreelistType specifies the type of freelist that boltdb backend uses(array and map are supported types).
Unsafe feature:
--force-new-cluster 'false'