From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- qa/releases/luminous.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 qa/releases/luminous.yaml (limited to 'qa/releases/luminous.yaml') diff --git a/qa/releases/luminous.yaml b/qa/releases/luminous.yaml new file mode 100644 index 000000000..768861c21 --- /dev/null +++ b/qa/releases/luminous.yaml @@ -0,0 +1,21 @@ +tasks: +- exec: + mgr.x: + - mkdir -p /var/lib/ceph/mgr/ceph-x + - ceph auth get-or-create-key mgr.x mon 'allow profile mgr' + - ceph auth export mgr.x > /var/lib/ceph/mgr/ceph-x/keyring +- ceph.restart: + daemons: [mgr.x] + wait-for-healthy: false +- exec: + osd.0: + - ceph osd require-osd-release luminous + - ceph osd set-require-min-compat-client luminous +- ceph.healthy: +overrides: + ceph: + conf: + mon: + mon warn on osd down out interval zero: false + log-ignorelist: + - no active mgr -- cgit v1.2.3