]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cli: dump osd-fsid as part of osd find <id> 26015/head
authorNoah Watkins <noahwatkins@gmail.com>
Thu, 17 Jan 2019 19:16:44 +0000 (11:16 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Thu, 17 Jan 2019 19:16:44 +0000 (11:16 -0800)
commit4d01b2c96e0ea1122225c30da21bc39c40e15c0e
treeabbaeefdf30bd60b067e450a0ea05a9e5356b000
parentb57f896ed5333502ec3147cba0ea5340e1e1b46f
cli: dump osd-fsid as part of osd find <id>

Dumps the osd-fsid uuid as part of the `osd find <id>` command.
Currently this uuid is only available as part of `osd dump` but
ceph-ansible has a use case to interrogate a single osd without needing
the entire osdmap dump.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/mon/OSDMonitor.cc