Hello, - When running the command 'ceph node ls', it doesn't appear to list the ceph-mgr services. - This doesn't appear to be a common command and so I suspect it just needs to be updated for the separated ceph-mgr daemon that appeared in RHCS 3.x - Initial introduction of the command: https://tracker.ceph.com/issues/10904 ================================================ # ceph -s cluster: id: 397e918c-3a8e-4a02-8cfa-9aaefef65fcf health: HEALTH_OK services: mon: 3 daemons, quorum vm252-88,vm254-248,vm255-135 mgr: vm252-88(active), standbys: vm255-135, vm254-248 osd: 9 osds: 9 up, 9 in rgw: 3 daemons active data: pools: 7 pools, 100 pgs objects: 271 objects, 140MiB usage: 1.43GiB used, 84.0GiB / 85.4GiB avail pgs: 100 active+clean ====================================================== [root@vm252-88 ~]# ceph node ls { "mon": { "vm252-88.gsslab.pnq2.redhat.com": [ 0 ], "vm254-248.gsslab.pnq2.redhat.com": [ 1 ], "vm255-135.gsslab.pnq2.redhat.com": [ 2 ] }, "osd": { "vm252-88.gsslab.pnq2.redhat.com": [ 0, 4, 8 ], "vm254-248.gsslab.pnq2.redhat.com": [ 1, 3, 5 ], "vm255-135.gsslab.pnq2.redhat.com": [ 2, 6, 7 ] } } =============================================== - As it appears the command can list 'mds' nodes, there could also be some added benefit in being able to list RGW clients as well. Especially as 'ceph -s only lists the number of RGWs and does't provide the names. - From the man page: node ls {all|osd|mon|mds} list all nodes in cluster [type]
This comment was flagged a spam, view the edit history to see the original text if required.