]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
vstart.sh: deploy crash containers
authorSage Weil <sage@redhat.com>
Mon, 2 Mar 2020 16:30:48 +0000 (10:30 -0600)
committerSage Weil <sage@redhat.com>
Mon, 2 Mar 2020 16:32:46 +0000 (10:32 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/vstart.sh

index ebd6fdbb09a4234f9a6728543f20b76e3b9c1143..b87812c43922dadcd70636afb3e77d606be58094 100755 (executable)
@@ -992,6 +992,7 @@ EOF
         ceph_adm mgr module enable cephadm
         ceph_adm orch set backend cephadm
         ceph_adm orch host add $HOSTNAME
+        ceph_adm orch apply crash all:true
     fi
 }