vstart.sh: deploy crash containers

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2020-03-02 10:30:48 -06:00
parent ac554ce62e
commit b179dcef40

View File

@ -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
}