From f7ee34b539b0de4a6172ac93b415cb178e4d5362 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 16 Jun 2012 20:14:35 -0700 Subject: [PATCH] tolerate 250ms clock drift --- teuthology/ceph.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/ceph.conf b/teuthology/ceph.conf index 480c889f83a9b..7704c51e9da16 100644 --- a/teuthology/ceph.conf +++ b/teuthology/ceph.conf @@ -8,6 +8,8 @@ filestore xattr use omap = true + mon clock drift allowed = .250 + [mon] mon data = /tmp/cephtest/data/mon.$id mon cluster log file = /tmp/cephtest/archive/log/cluster.mon.$id.log -- 2.39.5