]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart.sh: s/osd crush set/osd crush add/ as it's supposed to be
authorJoao Eduardo Luis <joao.luis@inktank.com>
Thu, 15 Aug 2013 01:22:29 +0000 (18:22 -0700)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Thu, 15 Aug 2013 22:52:59 +0000 (15:52 -0700)
commit249c7f27328bd02914c7fdfe77094a166fff3ae7
tree6cacaceb637c781a1c85e17c81a10782e7631762
parent9c624fb93ee72c347e4f91f8989809f9af10a211
vstart.sh: s/osd crush set/osd crush add/ as it's supposed to be

'osd crush set' should only be used to update already existing items on
the map whereas 'osd crush add' should be able to 'add and update' items.

Considering at that point we are effectively adding a new item to the
crush map, use 'add' instead of 'set'.

Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/vstart.sh