From 9aee760687c18ef279b6541b713c38ab653d73c7 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Wed, 10 Sep 2014 16:53:45 +0200 Subject: [PATCH] erasure-code: assert that firefly-x/stress-split cannot load lrc Because it would crash existing plugins. Signed-off-by: Loic Dachary --- .../firefly-x/stress-split/9-workload/ec-no-lrc.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 suites/upgrade/firefly-x/stress-split/9-workload/ec-no-lrc.yaml diff --git a/suites/upgrade/firefly-x/stress-split/9-workload/ec-no-lrc.yaml b/suites/upgrade/firefly-x/stress-split/9-workload/ec-no-lrc.yaml new file mode 100644 index 0000000000000..870f4ece4e485 --- /dev/null +++ b/suites/upgrade/firefly-x/stress-split/9-workload/ec-no-lrc.yaml @@ -0,0 +1,8 @@ +# +# The lrc plugin cannot be used because some OSD are not upgraded +# yet and would crash. +# +- exec: + mon.a: + - |- + ceph osd erasure-code-profile set profile-lrc plugin=lrc 2>&1 | grep "unsupported by:" -- 2.39.5