I'm annoyed that ceph_shutdown() both unmounts and releases the resource, but there is a separate _create() and _mount() method. I wonder if it makes sense to introduce ceph_umount() and ceph_release() and make ceph_shutdown() call them (for compatibility). I thought librados was a bit cleaner, but it appears to be doing the same thing.. meh. (Also, the docs for _shutdown() incorrectly state that shutdown isn't needed if rados_connect() fails.. but presumably the resource still needs to be freed?) Is this worth fixing? sage -- 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