From: Nathan Cutler Date: Mon, 20 Feb 2017 10:44:49 +0000 (+0100) Subject: tests: reduce stress-split-erasure-code dependency on stress-split X-Git-Tag: v10.2.6~19^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8ae18863d013655e05a46e53de53f9f97fc4d42d;p=ceph.git tests: reduce stress-split-erasure-code dependency on stress-split This patch breaks the symlinks for two files from stress-split that are being changed by https://github.com/ceph/ceph/pull/13222 in a way that would break this test otherwise. Signed-off-by: Nathan Cutler --- diff --git a/qa/suites/upgrade/hammer-x/stress-split-erasure-code/4-mon b/qa/suites/upgrade/hammer-x/stress-split-erasure-code/4-mon deleted file mode 120000 index 0ea7dd5aa8d59..0000000000000 --- a/qa/suites/upgrade/hammer-x/stress-split-erasure-code/4-mon +++ /dev/null @@ -1 +0,0 @@ -../stress-split/4-mon \ No newline at end of file diff --git a/qa/suites/upgrade/hammer-x/stress-split-erasure-code/4-mon/mona.yaml b/qa/suites/upgrade/hammer-x/stress-split-erasure-code/4-mon/mona.yaml new file mode 100644 index 0000000000000..7c75c102fc4fc --- /dev/null +++ b/qa/suites/upgrade/hammer-x/stress-split-erasure-code/4-mon/mona.yaml @@ -0,0 +1,6 @@ +tasks: +- ceph.restart: + daemons: [mon.a] + wait-for-healthy: false + wait-for-osds-up: true +- print: "**** done ceph.restart mon.a" diff --git a/qa/suites/upgrade/hammer-x/stress-split-erasure-code/6-next-mon b/qa/suites/upgrade/hammer-x/stress-split-erasure-code/6-next-mon deleted file mode 120000 index 0f00e43e5fd6f..0000000000000 --- a/qa/suites/upgrade/hammer-x/stress-split-erasure-code/6-next-mon +++ /dev/null @@ -1 +0,0 @@ -../stress-split/6-next-mon \ No newline at end of file diff --git a/qa/suites/upgrade/hammer-x/stress-split-erasure-code/6-next-mon/monb.yaml b/qa/suites/upgrade/hammer-x/stress-split-erasure-code/6-next-mon/monb.yaml new file mode 100644 index 0000000000000..22e87c7ad21d1 --- /dev/null +++ b/qa/suites/upgrade/hammer-x/stress-split-erasure-code/6-next-mon/monb.yaml @@ -0,0 +1,6 @@ +tasks: +- ceph.restart: + daemons: [mon.b] + wait-for-healthy: false + wait-for-osds-up: true +- print: "**** done ceph.restart mon.b 6-next-mon"