]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephtool/test.sh: Only delete a test pool when no longer needed. 16443/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 20 Jul 2017 10:24:14 +0000 (12:24 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 20 Jul 2017 10:24:14 +0000 (12:24 +0200)
commite3760fa936a1bf8183fecd573cbd89b9d873893b
treeea7579261d1df4b9655d67f32c722652d3274483
parentaea471d73a3759ae8b766483c5f338316c174804
cephtool/test.sh: Only delete a test pool when no longer needed.

the pool_getset pool is deleted before all tests on it are complete

4: /home/jenkins/workspace/ceph-master/qa/workunits/cephtool/test.sh:1990: test_mon_osd_pool_set:  ceph osd pool delete pool_get
set pool_getset --yes-i-really-really-mean-it
4: pool 'pool_getset' removed
4: /home/jenkins/workspace/ceph-master/qa/workunits/cephtool/test.sh:1992: test_mon_osd_pool_set:  ceph osd pool get rbd crush_r
ule
4: /home/jenkins/workspace/ceph-master/qa/workunits/cephtool/test.sh:1992: test_mon_osd_pool_set:  grep 'crush_rule: '
4: crush_rule: replicated_rule
4: /home/jenkins/workspace/ceph-master/qa/workunits/cephtool/test.sh:1994: test_mon_osd_pool_set:  ceph -f json osd pool get poo
l_getset compression_mode
4: Error ENOENT: unrecognized pool 'pool_getset'

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
qa/workunits/cephtool/test.sh