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>
do_killcephadm
fi
- for p in ceph-mon ceph-mds $ceph_osd ceph-mgr radosgw lt-radosgw apache2 ganesha.nfsd ; do
+ for p in $ceph_osd ceph-mon ceph-mds ceph-mgr radosgw lt-radosgw apache2 ganesha.nfsd ; do
for try in 0 1 1 1 1 ; do
if ! pkill -u $MYUID $p ; then
break