From eba01c48ca8b3113b1faf353990533a5ae39232c Mon Sep 17 00:00:00 2001 From: Douglas Fuller Date: Tue, 12 Sep 2017 13:22:09 -0400 Subject: [PATCH] qa/tasks/cephfs: Whitelist POOL_APP_NOT_ENABLED for test_misc 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 --- qa/suites/fs/multiclient/tasks/cephfs_misc_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/fs/multiclient/tasks/cephfs_misc_tests.yaml b/qa/suites/fs/multiclient/tasks/cephfs_misc_tests.yaml index 0f1572377a7..cb84e648380 100644 --- a/qa/suites/fs/multiclient/tasks/cephfs_misc_tests.yaml +++ b/qa/suites/fs/multiclient/tasks/cephfs_misc_tests.yaml @@ -7,3 +7,4 @@ overrides: ceph: log-whitelist: - evicting unresponsive client + - POOL_APP_NOT_ENABLED