Documentation/op-guide: explanation of configuration flag '--auto-compaction-mode' is rendered as table in coreos.com

This commit is contained in:
ppggff 2018-03-31 11:12:25 +08:00 committed by gaozengqi
parent bf052ef491
commit 045dab52ad

View File

@ -181,7 +181,7 @@ To start etcd automatically using custom settings at startup in Linux, using a [
+ env variable: ETCD_AUTO_COMPACTION_RETENTION
### --auto-compaction-mode
+ Interpret 'auto-compaction-retention' one of: periodic|revision. 'periodic' for duration based retention, defaulting to hours if no time unit is provided (e.g. '5m'). 'revision' for revision number based retention.
+ Interpret 'auto-compaction-retention' one of: 'periodic', 'revision'. 'periodic' for duration based retention, defaulting to hours if no time unit is provided (e.g. '5m'). 'revision' for revision number based retention.
+ default: periodic
+ env variable: ETCD_AUTO_COMPACTION_MODE