From 989ecd6b1aafc132b08cbcb7500f593db0ce0fed Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 7 Nov 2016 10:11:12 +0000 Subject: [PATCH] suites/kcephfs: disable test_full for kcephfs Until http://tracker.ceph.com/issues/17204 is done. Signed-off-by: John Spray --- suites/kcephfs/recovery/tasks/mds-full.yaml | 25 --------------------- 1 file changed, 25 deletions(-) delete mode 100644 suites/kcephfs/recovery/tasks/mds-full.yaml diff --git a/suites/kcephfs/recovery/tasks/mds-full.yaml b/suites/kcephfs/recovery/tasks/mds-full.yaml deleted file mode 100644 index 64ece034099..00000000000 --- a/suites/kcephfs/recovery/tasks/mds-full.yaml +++ /dev/null @@ -1,25 +0,0 @@ - -overrides: - ceph: - log-whitelist: - - OSD full dropping all updates - - OSD near full - - is full \(reached quota - conf: - osd: - osd mon report interval max: 5 - osd objectstore: memstore - memstore device bytes: 100000000 - client.0: - debug client: 20 - debug objecter: 20 - debug objectcacher: 20 - client.1: - debug client: 20 - debug objecter: 20 - debug objectcacher: 20 - -tasks: - - cephfs_test_runner: - modules: - - tasks.cephfs.test_full