From c97c10c24a75647e2bfde45cb526ddba23a8f3f9 Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 12 Jan 2016 11:12:21 +0000 Subject: [PATCH] suites: turn up debug for TestFull Because these tests exercise subtle interactions in the Client->ObjectCacher->Objecter stack, enable the verbose logging for the lower layers too. Signed-off-by: John Spray --- suites/fs/recovery/tasks/mds-full.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/suites/fs/recovery/tasks/mds-full.yaml b/suites/fs/recovery/tasks/mds-full.yaml index a76a849cf12..64ece034099 100644 --- a/suites/fs/recovery/tasks/mds-full.yaml +++ b/suites/fs/recovery/tasks/mds-full.yaml @@ -10,6 +10,14 @@ overrides: 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: -- 2.39.5