Why should the sequence below not work?
First the pool seems to exist, and it contains an image.
But when I want to delete it, pool does not exist.
--WjW
# sudo -nE /home/jenkins/workspace/ceph-master/build/bin/rbd-ggate unmap
/dev/ggate0
# ceph df
GLOBAL:
SIZE AVAIL RAW USED %RAW USED
717 GiB 608 GiB 109 GiB 15.25
POOLS:
NAME ID USED %USED MAX AVAIL OBJECTS
testrbdggate83209 1 33 MiB 0.02 200 GiB 14
# rbd ls testrbdggate83209
test
# ceph osd pool delete testrbdggate83209 testrbdggate83209
--yes-i-really-really-mean-it
pool 'testrbdggate83209' does not exist