]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cephfs: Whitelist POOL_APP_NOT_ENABLED for test_misc 17879/head
authorDouglas Fuller <dfuller@redhat.com>
Tue, 12 Sep 2017 17:22:09 +0000 (13:22 -0400)
committerNathan Cutler <ncutler@suse.com>
Thu, 21 Sep 2017 08:38:43 +0000 (10:38 +0200)
test_misc verifies that ceph fs new will not create a filesystem
on a pool that already contains objects. As part of the test, it
inserts a dummy object into a pool and then attempts to use it for
CephFS. This triggers POOL_APP_NOT_ENABLED. Setting the application
metadata for the pool (and having ceph fs new fail because of the
existing metadata) would then exercise a different failure case.

Signed-off-by: Douglas Fuller <dfuller@redhat.com>
(cherry picked from commit eba01c48ca8b3113b1faf353990533a5ae39232c)

qa/suites/fs/multiclient/tasks/cephfs_misc_tests.yaml

index 0f1572377a7a228634633a8390d77e2e2dc1c8c8..cb84e648380c2171508e2fef8dd338f987f6fd6d 100644 (file)
@@ -7,3 +7,4 @@ overrides:
   ceph:
     log-whitelist:
       - evicting unresponsive client
+      - POOL_APP_NOT_ENABLED