Since 66a122025 we've respawned MDSs using /proc/self/exe to avoid issues if argv[0] was no longer there, but I've only just realised that this leads to the respawned daemons not showing up as "ceph-mds" in the process list any more, they're just "exe". I guess we could: * Switch the logic to try resolving argv[0] and only use proc/self/exe if we can't find argv[0]? * Create a link to /proc/self/exe named ceph-mds, and exec that? Any thoughts? 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