X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fqa%2Fworkunits%2Frados%2Ftest_alloc_hint.sh;h=3e246949df428492d22d0f21ee2aca1dd07e0b6f;hb=c07f9fc5a4f48397831383549fb0482b93480643;hp=85be5d75c1ff8d693d8a5887c40f9403d8cbaa79;hpb=9439ae556f035e65c9c107ae13ddd09457dbbecd;p=ceph.git diff --git a/ceph/qa/workunits/rados/test_alloc_hint.sh b/ceph/qa/workunits/rados/test_alloc_hint.sh index 85be5d75c..3e246949d 100755 --- a/ceph/qa/workunits/rados/test_alloc_hint.sh +++ b/ceph/qa/workunits/rados/test_alloc_hint.sh @@ -109,6 +109,7 @@ setup_osd_data POOL="alloc_hint-rep" ceph osd pool create "${POOL}" "${NUM_PG}" ceph osd pool set "${POOL}" size "${NUM_OSDS}" +ceph osd pool application enable "${POOL}" rados OBJ="foo" setup_pgid "${POOL}" "${OBJ}" @@ -156,6 +157,7 @@ POOL="alloc_hint-ec" ceph osd erasure-code-profile set "${PROFILE}" k=2 m=1 crush-failure-domain=osd ceph osd erasure-code-profile get "${PROFILE}" # just so it's logged ceph osd pool create "${POOL}" "${NUM_PG}" "${NUM_PGP}" erasure "${PROFILE}" +ceph osd pool application enable "${POOL}" rados OBJ="baz" setup_pgid "${POOL}" "${OBJ}"