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:
Jason Dillaman 2018-09-05 08:17:39 -04:00
parent 7d8a753e5d
commit 0f0176ed4a

View File

@ -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