]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: make 'osd crush move ...' work on osds 13500/head
authorSage Weil <sage@redhat.com>
Wed, 18 Jan 2017 23:02:54 +0000 (17:02 -0600)
committerShinobu Kinjo <shinobu@redhat.com>
Fri, 17 Feb 2017 18:23:50 +0000 (03:23 +0900)
commit177141ff1745e93996875b7d8d72af6f00307731
treea68138ea5199c411edd5f3cd2109c7d4c897ca48
parentce8edcfed6cd908779efd229202eab1232d16f1c
mon/OSDMonitor: make 'osd crush move ...' work on osds

Currently it only allows you to move buckets, which is annoying and much
less useful.  To move an OSD you need to use create-or-move, which is
harder to use.

Fixes: http://tracker.ceph.com/issues/18587
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 47956475dea8bb8e07331dd76344a60b776b5158)
qa/workunits/mon/crush_ops.sh
src/mon/OSDMonitor.cc