]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: remove osd pool create erasure tests
authorLoic Dachary <loic@dachary.org>
Thu, 26 Dec 2013 07:39:52 +0000 (08:39 +0100)
committerLoic Dachary <loic@dachary.org>
Thu, 26 Dec 2013 09:01:19 +0000 (10:01 +0100)
commit5cf2cdc073b4e8ac6e9e3bb6e572e9b38765d007
tree3f82b62ca87f920f121e70cc7828315a85904f95
parentc6d876aa5fb5e9d041867341eea7ece98d47f816
qa: remove osd pool create erasure tests

Creating an erasure pool will crash the OSD because OSD::_make_pg
asserts if the type is not replicated. The tests related to erasure
coded pool creation are removed from qa/workunits/cephtool/test.sh.

The osd-create-pool.sh unit test covers the cases removed from test.sh
more extensively. The intent is to check the interactions with the MON
only, therefore it does not run an OSD and the absence of erasure code
placement group backend implementation is not an issue.

Signed-off-by: Loic Dachary <loic@dachary.org>
qa/workunits/cephtool/test.sh