From 6885cbc94b69be4c468b77fb99580e31236c33b1 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 9 Mar 2020 13:45:10 -0500 Subject: [PATCH] qa/tasks/cephadm: no default mon|mgr|crash service specs The service wants to create daemons manually and explicitly. Signed-off-by: Sage Weil --- qa/tasks/cephadm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index 0c6eec60877..02de3609870 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', -- 2.47.3