From: Sage Weil Date: Mon, 19 Aug 2019 14:27:51 +0000 (-0500) Subject: qa/standalone/mon/health-mute.sh: s/kill daemons/kill_daemons/ X-Git-Tag: v15.1.0~1815^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9352fc94ab8013eeb3b38167c53f57913364452f;p=ceph.git qa/standalone/mon/health-mute.sh: s/kill daemons/kill_daemons/ Signed-off-by: Sage Weil --- diff --git a/qa/standalone/mon/health-mute.sh b/qa/standalone/mon/health-mute.sh index e781b47bf13a..4e1b10be340b 100755 --- a/qa/standalone/mon/health-mute.sh +++ b/qa/standalone/mon/health-mute.sh @@ -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