From: Patrick Donnelly Date: Fri, 22 Sep 2023 00:46:50 +0000 (-0400) Subject: qa: narrow search to debug_asok X-Git-Tag: v17.2.8~482^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b665e7fa8f35dbaed16c96520d7d35e0e78187e6;p=ceph.git qa: narrow search to debug_asok To avoid matching debug_asok_assert_abort. Signed-off-by: Patrick Donnelly (cherry picked from commit b911cf42c058cde51ce5a57234845136e30743bd) --- diff --git a/qa/workunits/mon/config.sh b/qa/workunits/mon/config.sh index 1b00201ae48..9a62081c668 100755 --- a/qa/workunits/mon/config.sh +++ b/qa/workunits/mon/config.sh @@ -98,11 +98,11 @@ ceph tell osd.0 config unset debug_asok ceph tell osd.0 config unset debug_asok ceph config rm osd.0 debug_asok -while ceph config show osd.0 | grep debug_asok | grep mon +while ceph config show osd.0 | grep '^debug_asok[:[space]:]' | grep mon do sleep 1 done -ceph config show osd.0 | grep -c debug_asok | grep 0 +ceph config show osd.0 | grep -c '^debug_asok[:[space]:]' | grep 0 ceph config set osd.0 osd_scrub_cost 123 while ! ceph config show osd.0 | grep osd_scrub_cost | grep mon