From 24f17eb6603da608eeea1731c20fce602fe56592 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 4 Jun 2024 14:50:39 -0400 Subject: [PATCH 1/2] qa: disable mon_warn_on_pool_no_app in fs suite Fixes: https://tracker.ceph.com/issues/65976 Signed-off-by: Patrick Donnelly --- qa/cephfs/conf/mon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/cephfs/conf/mon.yaml b/qa/cephfs/conf/mon.yaml index e32f0fd354732..e1ea6f6cc831e 100644 --- a/qa/cephfs/conf/mon.yaml +++ b/qa/cephfs/conf/mon.yaml @@ -5,3 +5,4 @@ overrides: mon op complaint time: 120 # cephadm can take up to 5 minutes to bring up remaining mons mon down mkfs grace: 300 + mon warn on pool no app: false From f5ff4156bdee5b652f690b4f3cd83ac68113a3e2 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 4 Jun 2024 14:53:05 -0400 Subject: [PATCH 2/2] qa: add common conf links Signed-off-by: Patrick Donnelly --- qa/suites/fs/cephadm/renamevolume/conf | 1 + qa/suites/fs/mirror-ha/conf | 1 + qa/suites/fs/mirror/conf | 1 + qa/suites/fs/top/conf | 1 + 4 files changed, 4 insertions(+) create mode 120000 qa/suites/fs/cephadm/renamevolume/conf create mode 120000 qa/suites/fs/mirror-ha/conf create mode 120000 qa/suites/fs/mirror/conf create mode 120000 qa/suites/fs/top/conf diff --git a/qa/suites/fs/cephadm/renamevolume/conf b/qa/suites/fs/cephadm/renamevolume/conf new file mode 120000 index 0000000000000..16e8cc44b7d7a --- /dev/null +++ b/qa/suites/fs/cephadm/renamevolume/conf @@ -0,0 +1 @@ +.qa/cephfs/conf \ No newline at end of file diff --git a/qa/suites/fs/mirror-ha/conf b/qa/suites/fs/mirror-ha/conf new file mode 120000 index 0000000000000..16e8cc44b7d7a --- /dev/null +++ b/qa/suites/fs/mirror-ha/conf @@ -0,0 +1 @@ +.qa/cephfs/conf \ No newline at end of file diff --git a/qa/suites/fs/mirror/conf b/qa/suites/fs/mirror/conf new file mode 120000 index 0000000000000..16e8cc44b7d7a --- /dev/null +++ b/qa/suites/fs/mirror/conf @@ -0,0 +1 @@ +.qa/cephfs/conf \ No newline at end of file diff --git a/qa/suites/fs/top/conf b/qa/suites/fs/top/conf new file mode 120000 index 0000000000000..16e8cc44b7d7a --- /dev/null +++ b/qa/suites/fs/top/conf @@ -0,0 +1 @@ +.qa/cephfs/conf \ No newline at end of file