mirror of
https://github.com/ceph/ceph
synced 2025-03-07 16:58:39 +00:00
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:
parent
f3def4a0e5
commit
1a75696065
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user