A huge pile of changes to the mon and CLI has recently landed in master and will reach users for the first time in v0.65. This includes, among other things, a complete (!) 'ceph -h' usage dump and (real soon now) super-smart bash completion. All of this is part of changes in the admin/mon protocol to support the REST management API endpoint which will arrive in dumpling. Other nice bits of this include: ceph daemon osd.0 ... instead of ceph --admin-daemon /var/run/ceph/ceph-osd.0.asok ... and ceph tell mon.\* ... ceph tell osd.\* ... instead of ceph mon tell \* ... ceph osd tell \* ... One of the changes that came along with this, though, is that the syntax of the mon 'caps' changed. In short, daemons now have mon caps that look like 'allow profile osd' or 'allow profile bootstrap-osd' instead of the explicit and more confusing values they had before. This shouldn't affect any normal users (the caps are auto-converted when you upgrade the mons), but if you are have written your own custom scripts that have been creating keys and auth entries manually (e.g., to do something like 'allow command foo ...') they may need to be updated. These changes are all included in v0.65. Get ready! 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