From ab450c5706f58e88b1c7ae7044bb035d3129c176 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Mon, 28 Aug 2023 18:22:31 +0530 Subject: [PATCH] stop.sh: kill cephfs-mirror, rbd-mirror kill cephfs-mirror/rbd-mirror daemon in vstart cluster stop, instead of having multiple mirror daemons on restart. Signed-off-by: Jos Collin --- src/stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stop.sh b/src/stop.sh index 6cab228ef7b..bec67cf5a24 100755 --- a/src/stop.sh +++ b/src/stop.sh @@ -200,7 +200,7 @@ if [ $stop_all -eq 1 ]; then fi # killing processes - to_kill="$ceph_osd ceph-mon ceph-mds ceph-mgr radosgw lt-radosgw apache2 ganesha.nfsd cephfs-top" + to_kill="$ceph_osd ceph-mon ceph-mds ceph-mgr radosgw lt-radosgw apache2 ganesha.nfsd cephfs-top cephfs-mirror rbd-mirror" since_kill=0 for step in 0 1 1 2 3 5 8; do sleep $step -- 2.39.5