From 5951946b75f8c1e99cd869fc01f53e27dec1f094 Mon Sep 17 00:00:00 2001 From: Jianpeng Ma Date: Tue, 17 Mar 2015 14:50:55 +0800 Subject: [PATCH] qa/cephtool: add ceph for 'ceph osd map pool object namespce'. Signed-off-by: Jianpeng Ma --- qa/workunits/cephtool/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 1cbeadef71a4..4977b750bb74 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -961,6 +961,7 @@ function test_mon_osd() ceph osd pool create data 10 ceph osd lspools | grep data ceph osd map data foo | grep 'pool.*data.*object.*foo.*pg.*up.*acting' + ceph osd map data foo namespace| grep 'pool.*data.*object.*namespace/foo.*pg.*up.*acting' ceph osd pool delete data data --yes-i-really-really-mean-it ceph osd pause -- 2.47.3