]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
stop.sh: stop osd before mon
authorKefu Chai <kchai@redhat.com>
Sat, 25 Jul 2020 07:45:26 +0000 (15:45 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 27 Jul 2020 03:29:10 +0000 (11:29 +0800)
commitc551da852716da6957892b824067ddacf799ba3f
treec1344cab982bf3d3815a048a646a0d8359d62989
parentec4da142d8d1e4d14a0419a3d607eb64e8e68e2b
stop.sh: stop osd before mon

osd sends a MOSDMarkMeDown message to monitor and waits for its ack
before timeout, so if we can stop osd before stopping mon, stop.sh can
return sooner without waiting until the timeout.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/stop.sh