test: activate_osd() doesn't need to set crush

Tests use objectstore_tool() which stops and starts OSDs,
but may assume consistency of object locations.

Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
David Zafman 2016-11-14 23:05:32 -08:00
parent f3def4a0e5
commit 1a75696065

View File

@ -610,8 +610,6 @@ function activate_osd() {
[ "$id" = "$(cat $osd_data/whoami)" ] || return 1
ceph osd crush create-or-move "$id" 1 root=default host=localhost
wait_for_osd up $id || return 1
}