]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/mon/config.sh
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / qa / workunits / mon / config.sh
index d97106a4a141bf10fe05b8f2afc1b10b09149fe7..4f7bdac2f8899ea3b6b50787846927ea2527805e 100755 (executable)
@@ -83,12 +83,12 @@ do
 done
 ceph config show osd.0 | grep -c debug_xio | grep 0
 
-ceph config set osd.0 osd_data testorama
-while ! ceph config show osd.0 | grep osd_data | grep mon
+ceph config set osd.0 osd_scrub_cost 123
+while ! ceph config show osd.0 | grep osd_scrub_cost | grep mon
 do
     sleep 1
 done
-ceph config rm osd.0 osd_data
+ceph config rm osd.0 osd_scrub_cost
 
 # show-with-defaults
 ceph config show-with-defaults osd.0 | grep debug_xio