From d6770f9b28726295558b225f3ee6e80707689eec Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 12 Mar 2024 15:27:42 -0500 Subject: [PATCH] qa/suites/rados/singleton: add POOL_APP_NOT_ENABLED to ignorelist Applies to the mon-config-keys.yaml file. Fixes: https://tracker.ceph.com/issues/64725 Signed-off-by: Laura Flores --- qa/suites/rados/singleton/all/mon-config-keys.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/rados/singleton/all/mon-config-keys.yaml b/qa/suites/rados/singleton/all/mon-config-keys.yaml index 117b6d0554968..d5d1853afe02e 100644 --- a/qa/suites/rados/singleton/all/mon-config-keys.yaml +++ b/qa/suites/rados/singleton/all/mon-config-keys.yaml @@ -16,6 +16,8 @@ tasks: - ceph: pre-mgr-commands: - sudo ceph config set mgr mgr_pool false --force + log-ignorelist: + - \(POOL_APP_NOT_ENABLED\) - workunit: clients: all: -- 2.39.5