From: Sage Weil Date: Mon, 9 Mar 2020 18:45:10 +0000 (-0500) Subject: qa/tasks/cephadm: no default mon|mgr|crash service specs X-Git-Tag: v15.1.1~37^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33830%2Fhead;p=ceph.git qa/tasks/cephadm: no default mon|mgr|crash service specs The service wants to create daemons manually and explicitly. Signed-off-by: Sage Weil --- diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 0c6eec60877e..02de36098701 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -357,6 +357,7 @@ def ceph_bootstrap(ctx, config): '--fsid', fsid, '--mon-id', first_mon, '--mgr-id', first_mgr, + '--orphan-initial-daemons', # we will do it explicitly! '--config', '{}/seed.{}.conf'.format(testdir, cluster_name), '--output-config', '/etc/ceph/{}.conf'.format(cluster_name), '--output-keyring',