mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
qa/workunits/rbd: replace usage of 'rados mkpool'
This command was dropped under commit 2c26fb0fe1
, so use
'ceph osd pool create' instead.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
7d8a753e5d
commit
0f0176ed4a
@ -668,7 +668,7 @@ get_migration_state() {
|
||||
test_migration() {
|
||||
echo "testing migration..."
|
||||
remove_images
|
||||
rados mkpool rbd2
|
||||
ceph osd pool create rbd2 8
|
||||
rbd pool init rbd2
|
||||
|
||||
# Convert to new format
|
||||
|
Loading…
Reference in New Issue
Block a user