From 40aa1e87270705e3c61e6eba1270063ac62f6567 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 31 Jan 2018 06:37:23 -0600 Subject: [PATCH] ceph.conf: mon_clock_drift_allowed .5 -> 1.0 All of the errors I see seem to be between .5 and .9s. Signed-off-by: Sage Weil --- teuthology/ceph.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index 15a0c38837..6e495aa91a 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -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 -- 2.39.5