> > That sounds very odd. Could you verify via 'rados listwatchers' on an > > in-use rbd image's header object that there's still a watch established? > > How can i do this exactly? > You need to determine the RBD header object name. For format 1 images (default for Firefly), the image header object is named "<image name>.rbd". For format 2 images, you can determine the header object name via "rbd info <image spec> | grep 'block_name_prefix' | sed 's/.*rbd_data\.\(.*\)/rbd_header.\1/g'". Once you have the RBD image header object name, you can run: "rados listwatchers -p <pool name> <RBD image header name>". -- Jason Dillaman Red Hat dillaman@xxxxxxxxxx http://www.redhat.com -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html