]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone: s/delete_erasure_pool/delete_erasure_coded_pool/
authorKefu Chai <kchai@redhat.com>
Thu, 1 Mar 2018 11:09:15 +0000 (19:09 +0800)
committerDavid Zafman <dzafman@redhat.com>
Wed, 9 May 2018 22:41:25 +0000 (15:41 -0700)
it's a regression introduced by ac56a202

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit fc43ae1724f6cdf3a00e1995281e1e4d414093da)

Brought into Luminous to make backport clean

qa/standalone/erasure-code/test-erasure-eio.sh

index 8c4666b4092e9c782ad13d37c6b7b6d927cc515f..4bfc898c8e4c97438c9619195790437145d9ed8f 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() {