When I want to delete a snapshot, everything is working, but there is a strange error message: # rbd create --size=100 image # rbd snap create --snap=image-snap1 image # rbd snap ls image 8 image-snap1 104857600 # rbd snap rm --snap=image-snap1 image 2011-10-21 11:35:58.506393 7f4975f66720 librbd: could not set snap to : error 2: No such file or directory 2011-10-21 11:35:58.506554 7f4975f66720 librbd: Error re-reading rbd header: error 2: No such file or directory # rbd snap ls image # The snapshot hat been removed anyway. So this is not a real problem, it's just irritating. Kind regards, Christian -- 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