From 92a9d9c229a2c9e63ed44b98c4563d613942bb3c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 13 Jan 2013 22:52:00 -0800 Subject: [PATCH] ceph.conf: separate replicas across osds ceph.git master now separates across crush hosts without this setting. For teuthology clusters, we don't want that (unless the tests specifies otherwise). --- teuthology/ceph.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/ceph.conf b/teuthology/ceph.conf index 5db6fa8004..12f540357e 100644 --- a/teuthology/ceph.conf +++ b/teuthology/ceph.conf @@ -10,6 +10,8 @@ mon clock drift allowed = .250 + osd crush chooseleaf type = 0 + [mon] mon data = /tmp/cephtest/data/mon.$id mon cluster log file = /tmp/cephtest/archive/log/cluster.mon.$id.log -- 2.39.5