From 127e29e1be06adda95f5d242b281d3d7eeda37e8 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Mon, 9 Jan 2017 17:59:20 -0800 Subject: [PATCH] Remove debug overrides the high level of debug for mon/osd is causing remoto to hang during get key Signed-off-by: Vasu Kulkarni --- .../ceph-deploy/basic/tasks/ceph-admin-commands.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml b/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml index 442cde95523a..b4be0cdf5a52 100644 --- a/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml +++ b/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml @@ -1,12 +1,3 @@ -overrides: - ceph-deploy: - conf: - global: - debug ms: 1 - osd: - debug osd: 10 - mon: - debug mon: 10 roles: - - mon.a - mds.0 -- 2.47.3