From 1688d8fd923e832ba82476a9697cd91bd137126a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 5 Jan 2019 12:26:56 -0600 Subject: [PATCH] qa/suites/rados/thrash-old-clients: no async-v2only Old clients don't support the v2 protocol. Signed-off-by: Sage Weil --- qa/suites/rados/thrash-old-clients/msgr | 1 - qa/suites/rados/thrash-old-clients/msgr/.qa | 1 + qa/suites/rados/thrash-old-clients/msgr/async.yaml | 1 + qa/suites/rados/thrash-old-clients/msgr/random.yaml | 1 + qa/suites/rados/thrash-old-clients/msgr/simple.yaml | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) delete mode 120000 qa/suites/rados/thrash-old-clients/msgr create mode 120000 qa/suites/rados/thrash-old-clients/msgr/.qa create mode 120000 qa/suites/rados/thrash-old-clients/msgr/async.yaml create mode 120000 qa/suites/rados/thrash-old-clients/msgr/random.yaml create mode 120000 qa/suites/rados/thrash-old-clients/msgr/simple.yaml diff --git a/qa/suites/rados/thrash-old-clients/msgr b/qa/suites/rados/thrash-old-clients/msgr deleted file mode 120000 index 57bee80db00a..000000000000 --- a/qa/suites/rados/thrash-old-clients/msgr +++ /dev/null @@ -1 +0,0 @@ -.qa/msgr \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/msgr/.qa b/qa/suites/rados/thrash-old-clients/msgr/.qa new file mode 120000 index 000000000000..fea2489fdf6d --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/msgr/.qa @@ -0,0 +1 @@ +../.qa \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/msgr/async.yaml b/qa/suites/rados/thrash-old-clients/msgr/async.yaml new file mode 120000 index 000000000000..b7f05e4cda3d --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/msgr/async.yaml @@ -0,0 +1 @@ +.qa/msgr/async.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/msgr/random.yaml b/qa/suites/rados/thrash-old-clients/msgr/random.yaml new file mode 120000 index 000000000000..e0dcb145964b --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/msgr/random.yaml @@ -0,0 +1 @@ +.qa/msgr/random.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/msgr/simple.yaml b/qa/suites/rados/thrash-old-clients/msgr/simple.yaml new file mode 120000 index 000000000000..780dc0ea8205 --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/msgr/simple.yaml @@ -0,0 +1 @@ +.qa/msgr/simple.yaml \ No newline at end of file -- 2.47.3