Hi all, The ceph-mgr code has come on a long way since my last update, and there are now pull requests open: https://github.com/ceph/ceph/pull/10328 https://github.com/ceph/ceph-qa-suite/pull/1086 If you have comments, please think about whether they need addressing before merging the initial code, or if they could be handled subsequently. As much as possible I'd like to do the ongoing work in more pull requests rather than in updates to this PR. The major stuff that's been added since my last update to the list: * Python modules can declare CLI commands (currently invoked via `tell`, pending cleaner CLI integration) * Python modules can load and save config settings * Python modules have a special logger instance that passes through to the ceph log. * Integration with the mon for active/standby HA of mgr daemons * OSDs have a MgrClient that sends home performance counters * Initial framework for writing tests exists (the ceph-qa-suite PR) * ...and lots lots more. John -- 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