From 1bc51f057fa80b3e34d8bac06ea22ea168fb8cf8 Mon Sep 17 00:00:00 2001 From: Kamoltat Date: Mon, 28 Feb 2022 21:40:43 +0000 Subject: [PATCH] upgrade/pacific-x/parallel: Added mds.a and mds.b Added mds daemons so that it can create cephFS pools and set options using `do_set_pool()` in FSCommand.cc. Such that we can cover corner cases like that in https://tracker.ceph.com/issues/54263 Signed-off-by: Kamoltat --- qa/suites/upgrade/pacific-x/parallel/0-start.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/upgrade/pacific-x/parallel/0-start.yaml b/qa/suites/upgrade/pacific-x/parallel/0-start.yaml index ad3ee43d38e49..3814ea3efdb50 100644 --- a/qa/suites/upgrade/pacific-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/pacific-x/parallel/0-start.yaml @@ -2,6 +2,7 @@ roles: - - mon.a - mon.c - mgr.y + - mds.a - osd.0 - osd.1 - osd.2 @@ -10,6 +11,7 @@ roles: - node-exporter.a - alertmanager.a - - mon.b + - mds.b - mgr.x - osd.4 - osd.5 -- 2.39.5