]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone: s/delete_erasure_pool/delete_erasure_coded_pool/ 20667/head
authorKefu Chai <kchai@redhat.com>
Thu, 1 Mar 2018 11:09:15 +0000 (19:09 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Mar 2018 11:09:31 +0000 (19:09 +0800)
it's a regression introduced by ac56a202

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/standalone/erasure-code/test-erasure-eio.sh

index ac2a5ffa2302a15a2433554f792c2e328ea5b415..c0515a478204b27336e6c236479549e515b42f8b 100755 (executable)
@@ -259,7 +259,7 @@ function TEST_rados_get_subread_eio_shard_0() {
     # inject eio on primary OSD (0) and replica OSD (1)
     local shard_id=0
     rados_put_get_data eio $dir $shard_id || return 1
-    delete_erasure_pool $poolname
+    delete_erasure_coded_pool $poolname
 }
 
 function TEST_rados_get_subread_eio_shard_1() {