Skip to content

Commit

Permalink
Merge pull request etcd-io#9514 from ppggff/master
Browse files Browse the repository at this point in the history
Explanation of configuration flag '--auto-compaction-mode' is rendered as table in coreos.com
  • Loading branch information
gyuho authored Apr 2, 2018
2 parents 007cdd0 + 045dab5 commit a9a1008
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 a9a1008

Please sign in to comment.