From: João Eduardo Luís Date: Wed, 23 Oct 2013 02:18:55 +0000 (-0700) Subject: Merge pull request #730 from ceph/wip-monc-ping X-Git-Tag: v0.72-rc1~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c2cf8489bc9c8fa40153d8ddb163e9b25e72bcd5;p=ceph.git Merge pull request #730 from ceph/wip-monc-ping mon: MonClient: ping monitors without authenticating * add support on the monitor to reply to MPing messages with the contents of 'mon_status' and 'health', regardless of a client having authenticated beforehand. * add support on the MonClient to send a MPing message to a randomly picked monitor (it was easier this way, '-m ip:port' allows for targeted ping) and block waiting for a reply. * add support on librados, pybind/rados.py and the 'ceph' tool to send pings to monitors. Resolves: #5984 Reviewed-by: Greg Farnum Reviewed-by: Josh Durgin Reviewed-by: Dan Mick Reviewed-by: Sage Weil --- c2cf8489bc9c8fa40153d8ddb163e9b25e72bcd5