]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cephadm: no default mon|mgr|crash service specs 33830/head
authorSage Weil <sage@redhat.com>
Mon, 9 Mar 2020 18:45:10 +0000 (13:45 -0500)
committerSage Weil <sage@redhat.com>
Tue, 10 Mar 2020 20:38:52 +0000 (15:38 -0500)
The service wants to create daemons manually and explicitly.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/cephadm.py

index 0c6eec60877eee6a560984d5a651afd810f06fc7..02de360987010cf4344ddd7c826e8071c81e9b3a 100644 (file)
@@ -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',