]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: add 'osd crush add-bucket <name> <type>'
authorSage Weil <sage@inktank.com>
Thu, 21 Mar 2013 18:04:59 +0000 (11:04 -0700)
committerSage Weil <sage@inktank.com>
Fri, 22 Mar 2013 22:15:38 +0000 (15:15 -0700)
commitd8f4be6e6db954cc56e9da13c7903bc52aa6de80
tree6eec33e65767fa8282180257127278a0aa43c046
parent96e08ef1d4ec7cf430412297b63b41ce7460ddf0
mon: add 'osd crush add-bucket <name> <type>'

This is (I think) the last missing piece to let you construct an entire
map via the CLI.  The add/set commands will construct intervening ancestor
nodes provide there is an existing ancestor to stick them under, but this
is needed to create the initial root node.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/OSDMonitor.cc
src/test/cli/ceph/help.t
src/tools/ceph.cc