From dadf4c769b7d13ce082647a2b381e0a24b80c7d7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 10 Jun 2018 13:08:45 -0500 Subject: [PATCH] qa/workunits/mgr/test_localpool.sh: use new config syntax Signed-off-by: Sage Weil --- qa/workunits/mgr/test_localpool.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/workunits/mgr/test_localpool.sh b/qa/workunits/mgr/test_localpool.sh index c5a56a6d59e..40a749e8d16 100755 --- a/qa/workunits/mgr/test_localpool.sh +++ b/qa/workunits/mgr/test_localpool.sh @@ -1,7 +1,7 @@ #!/bin/sh -ex -ceph config-key set mgr/localpool/subtree host -ceph config-key set mgr/localpool/failure_domain osd +ceph config set mgr mgr/localpool/subtree host +ceph config set mgr mgr/localpool/failure_domain osd ceph mgr module enable localpool while ! ceph osd pool ls | grep '^by-host-' @@ -15,7 +15,7 @@ do ceph osd pool rm $p $p --yes-i-really-really-mean-it done -ceph config-key rm mgr/localpool/subtree -ceph config-key rm mgr/localpool/failure_domain +ceph config rm mgr mgr/localpool/subtree +ceph config rm mgr mgr/localpool/failure_domain echo OK -- 2.39.5