]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephtool/test: create an rbd pool since it's no longer automatic
authorGreg Farnum <gfarnum@redhat.com>
Tue, 6 Jun 2017 23:29:16 +0000 (16:29 -0700)
committerSage Weil <sage@redhat.com>
Wed, 28 Jun 2017 14:52:49 +0000 (10:52 -0400)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
qa/workunits/cephtool/test.sh

index d8546e0c42442f4b84dc79c464fa8b3dd84998c1..9117561dc5bacbc712b42d5ae2973f7a19907ffe 100755 (executable)
@@ -2489,6 +2489,8 @@ if [[ $do_list -eq 1 ]]; then
   exit 0
 fi
 
+ceph osd pool create rbd 10
+
 if test -z "$tests_to_run" ; then
   tests_to_run="$TESTS"
 fi