Skip to content

Commit

Permalink
Documentation/op-guide: explanation of configuration flag '--auto-com…
Browse files Browse the repository at this point in the history
…paction-mode' is rendered as table in coreos.com
  • Loading branch information
ppggff authored and gaozengqi committed Mar 31, 2018
1 parent bf052ef commit 045dab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/op-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 045dab5

Please sign in to comment.