From: Sage Weil Date: Fri, 11 Dec 2009 15:52:59 +0000 (-0800) Subject: init-ceph: use pkill, not killall, so that c$type.$date is also killed X-Git-Tag: v0.19~255 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ebd8160e77c23c413ae7f57ed2ce44f4c3244dd;p=ceph.git init-ceph: use pkill, not killall, so that c$type.$date is also killed --- diff --git a/src/init-ceph.in b/src/init-ceph.in index 6befdb3ccc4e..d08a71ce3d39 100644 --- a/src/init-ceph.in +++ b/src/init-ceph.in @@ -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)