From: David Zafman Date: Tue, 15 Nov 2016 07:05:32 +0000 (-0800) Subject: test: activate_osd() doesn't need to set crush X-Git-Tag: v11.1.0~260^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1a75696065e5448b3fb48eb005d5c358134f46c4;p=ceph.git 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 --- diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index e1825b72cab0..6e07d6b4c602 100755 --- a/qa/workunits/ceph-helpers.sh +++ b/qa/workunits/ceph-helpers.sh @@ -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 }