Skip to content

Commit

Permalink
ceph.conf: mon_clock_drift_allowed .5 -> 1.0
Browse files Browse the repository at this point in the history
All of the errors I see seem to be between .5 and .9s.

Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Jan 31, 2018
1 parent 644149f commit 40aa1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/ceph.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

filestore xattr use omap = true

mon clock drift allowed = .500
mon clock drift allowed = 1.000

osd crush chooseleaf type = 0
auth debug = true
Expand Down

0 comments on commit 40aa1e8

Please sign in to comment.