mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
init-ceph: use pkill, not killall, so that c$type.$date is also killed
This commit is contained in:
parent
ebc3136587
commit
6ebd8160e7
@ -245,7 +245,7 @@ for name in $what; do
|
||||
|
||||
killall)
|
||||
echo "killall c$type on $host"
|
||||
do_cmd "killall -9 c$type || true"
|
||||
do_cmd "pkill ^c$type || true"
|
||||
;;
|
||||
|
||||
force-reload | reload)
|
||||
|
Loading…
Reference in New Issue
Block a user