From 0ccb9595f6566c7eea37eb278016eba394f4d1bb Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Thu, 13 Jan 2022 11:17:17 -0500 Subject: [PATCH] qa/suite/fs/cephadm: switch to using recommended distro See https://github.com/ceph/ceph/pull/43934 Signed-off-by: Ramana Raja --- qa/suites/fs/cephadm/multivolume/distro/centos_latest.yaml | 1 - .../fs/cephadm/multivolume/distro/single-container-host.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 qa/suites/fs/cephadm/multivolume/distro/centos_latest.yaml create mode 120000 qa/suites/fs/cephadm/multivolume/distro/single-container-host.yaml diff --git a/qa/suites/fs/cephadm/multivolume/distro/centos_latest.yaml b/qa/suites/fs/cephadm/multivolume/distro/centos_latest.yaml deleted file mode 120000 index bd9854e7029..00000000000 --- a/qa/suites/fs/cephadm/multivolume/distro/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/cephadm/multivolume/distro/single-container-host.yaml b/qa/suites/fs/cephadm/multivolume/distro/single-container-host.yaml new file mode 120000 index 00000000000..7406e749cf5 --- /dev/null +++ b/qa/suites/fs/cephadm/multivolume/distro/single-container-host.yaml @@ -0,0 +1 @@ +.qa/distros/single-container-host.yaml \ No newline at end of file -- 2.39.5