]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone/mon/health-mute.sh: s/kill daemons/kill_daemons/
authorSage Weil <sage@redhat.com>
Mon, 19 Aug 2019 14:27:51 +0000 (09:27 -0500)
committerSage Weil <sage@redhat.com>
Mon, 19 Aug 2019 14:27:51 +0000 (09:27 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/mon/health-mute.sh

index e781b47bf13acfd9042cdf5a2091c1ec6417a13d..4e1b10be340b31fd48a3071f29b7a531d7a026b9 100755 (executable)
@@ -76,7 +76,7 @@ function TEST_mute() {
     ceph -s
     ceph health detail | grep OSD_DOWN || return 1
     ceph health mute OSD_DOWN
-    kill daemons $dir TERM osd.0
+    kill_daemons $dir TERM osd.0
     ceph osd unset noup
     ceph -s
     ceph health detail | grep OSD_DOWN || return 1