From: Patrick Donnelly Date: Tue, 26 Jun 2018 18:46:28 +0000 (-0700) Subject: qa: fix symlinks indirectly pointing at qa to .qa X-Git-Tag: v14.0.1~990^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b39f9d06dc4b17a1f739dcbc0c63dd38ff2c2298;p=ceph.git qa: fix symlinks indirectly pointing at qa to .qa Building on the previous commit. Command used: $ find suites/ -type l -and -not -name .qa -execdir ~/fix.sh {} \; fix.sh: #!/bin/bash link="$(readlink "$1")" echo $link dirlink="$(dirname "$link")" baselink="$(basename "$link")" while true; do echo $dirlink if [ "$dirlink" -ef ~/ceph/qa ]; then ln -nsf ".qa/$baselink" "$1" exit else baselink="$(basename "$dirlink")/$baselink" dirlink="$(dirname "$dirlink")" if [ "$dirlink" -ef . ]; then break fi fi done Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/big/rados-thrash/objectstore b/qa/suites/big/rados-thrash/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/big/rados-thrash/objectstore +++ b/qa/suites/big/rados-thrash/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/buildpackages/any/distros b/qa/suites/buildpackages/any/distros index 1ce8f29bf14e..0e1f13037318 120000 --- a/qa/suites/buildpackages/any/distros +++ b/qa/suites/buildpackages/any/distros @@ -1 +1 @@ -../../../distros/all \ No newline at end of file +.qa/distros/all \ No newline at end of file diff --git a/qa/suites/buildpackages/tests/distros b/qa/suites/buildpackages/tests/distros index 1ce8f29bf14e..0e1f13037318 120000 --- a/qa/suites/buildpackages/tests/distros +++ b/qa/suites/buildpackages/tests/distros @@ -1 +1 @@ -../../../distros/all \ No newline at end of file +.qa/distros/all \ No newline at end of file diff --git a/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml b/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml index b5973b95278b..bd9854e70298 120000 --- a/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml @@ -1 +1 @@ -../../../../../distros/supported/centos_latest.yaml \ No newline at end of file +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml b/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml index cc5b15bccc72..3a09f9abb05c 120000 --- a/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml @@ -1 +1 @@ -../../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/ceph-deploy/basic/distros/centos_latest.yaml b/qa/suites/ceph-deploy/basic/distros/centos_latest.yaml index 99ec2bb0055d..bd9854e70298 120000 --- a/qa/suites/ceph-deploy/basic/distros/centos_latest.yaml +++ b/qa/suites/ceph-deploy/basic/distros/centos_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/centos_latest.yaml \ No newline at end of file +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/ceph-deploy/basic/distros/ubuntu_latest.yaml b/qa/suites/ceph-deploy/basic/distros/ubuntu_latest.yaml index 21601efb361d..3a09f9abb05c 120000 --- a/qa/suites/ceph-deploy/basic/distros/ubuntu_latest.yaml +++ b/qa/suites/ceph-deploy/basic/distros/ubuntu_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/ceph-deploy/basic/objectstore/bluestore.yaml b/qa/suites/ceph-deploy/basic/objectstore/bluestore.yaml index bd7d7e004a1b..961c6c6ac3f8 120000 --- a/qa/suites/ceph-deploy/basic/objectstore/bluestore.yaml +++ b/qa/suites/ceph-deploy/basic/objectstore/bluestore.yaml @@ -1 +1 @@ -../../../../objectstore/bluestore.yaml \ No newline at end of file +.qa/objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml b/qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml index 1af1dfd77be6..41f2a9d14db8 120000 --- a/qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml +++ b/qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml @@ -1 +1 @@ -../../../../objectstore/filestore-xfs.yaml \ No newline at end of file +.qa/objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/ceph-deploy/ceph-volume/distros/centos_latest.yaml b/qa/suites/ceph-deploy/ceph-volume/distros/centos_latest.yaml index 99ec2bb0055d..bd9854e70298 120000 --- a/qa/suites/ceph-deploy/ceph-volume/distros/centos_latest.yaml +++ b/qa/suites/ceph-deploy/ceph-volume/distros/centos_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/centos_latest.yaml \ No newline at end of file +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/ceph-deploy/ceph-volume/distros/ubuntu_latest.yaml b/qa/suites/ceph-deploy/ceph-volume/distros/ubuntu_latest.yaml index 21601efb361d..3a09f9abb05c 120000 --- a/qa/suites/ceph-deploy/ceph-volume/distros/ubuntu_latest.yaml +++ b/qa/suites/ceph-deploy/ceph-volume/distros/ubuntu_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/cephmetrics/1-distros/centos_latest.yaml b/qa/suites/cephmetrics/1-distros/centos_latest.yaml index 88b3a09564b2..bd9854e70298 120000 --- a/qa/suites/cephmetrics/1-distros/centos_latest.yaml +++ b/qa/suites/cephmetrics/1-distros/centos_latest.yaml @@ -1 +1 @@ -../../../distros/supported/centos_latest.yaml \ No newline at end of file +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/cephmetrics/1-distros/ubuntu_latest.yaml b/qa/suites/cephmetrics/1-distros/ubuntu_latest.yaml index 06ba35dfd2b8..3a09f9abb05c 120000 --- a/qa/suites/cephmetrics/1-distros/ubuntu_latest.yaml +++ b/qa/suites/cephmetrics/1-distros/ubuntu_latest.yaml @@ -1 +1 @@ -../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/32bits/begin.yaml b/qa/suites/fs/32bits/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/32bits/begin.yaml +++ b/qa/suites/fs/32bits/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/32bits/clusters/fixed-2-ucephfs.yaml b/qa/suites/fs/32bits/clusters/fixed-2-ucephfs.yaml index c25795fb494e..b0c41a89a1b3 120000 --- a/qa/suites/fs/32bits/clusters/fixed-2-ucephfs.yaml +++ b/qa/suites/fs/32bits/clusters/fixed-2-ucephfs.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file +.qa/cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file diff --git a/qa/suites/fs/32bits/mount/fuse.yaml b/qa/suites/fs/32bits/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/32bits/mount/fuse.yaml +++ b/qa/suites/fs/32bits/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/32bits/objectstore-ec b/qa/suites/fs/32bits/objectstore-ec index 15dc98f236cb..affe294932e2 120000 --- a/qa/suites/fs/32bits/objectstore-ec +++ b/qa/suites/fs/32bits/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/32bits/overrides/debug.yaml b/qa/suites/fs/32bits/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/32bits/overrides/debug.yaml +++ b/qa/suites/fs/32bits/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/32bits/overrides/frag_enable.yaml b/qa/suites/fs/32bits/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/32bits/overrides/frag_enable.yaml +++ b/qa/suites/fs/32bits/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/32bits/overrides/whitelist_health.yaml b/qa/suites/fs/32bits/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/32bits/overrides/whitelist_health.yaml +++ b/qa/suites/fs/32bits/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/32bits/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/32bits/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/32bits/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/32bits/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/32bits/supported-random-distros$ b/qa/suites/fs/32bits/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/32bits/supported-random-distros$ +++ b/qa/suites/fs/32bits/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/32bits/tasks/cfuse_workunit_suites_fsstress.yaml b/qa/suites/fs/32bits/tasks/cfuse_workunit_suites_fsstress.yaml index dc3fd3031b2a..c2e859fffbc8 120000 --- a/qa/suites/fs/32bits/tasks/cfuse_workunit_suites_fsstress.yaml +++ b/qa/suites/fs/32bits/tasks/cfuse_workunit_suites_fsstress.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/begin.yaml b/qa/suites/fs/basic_functional/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/basic_functional/begin.yaml +++ b/qa/suites/fs/basic_functional/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/mount/fuse.yaml b/qa/suites/fs/basic_functional/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/basic_functional/mount/fuse.yaml +++ b/qa/suites/fs/basic_functional/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/objectstore/bluestore-ec-root.yaml b/qa/suites/fs/basic_functional/objectstore/bluestore-ec-root.yaml index 36a4d69cdc7e..4edebd6829d3 120000 --- a/qa/suites/fs/basic_functional/objectstore/bluestore-ec-root.yaml +++ b/qa/suites/fs/basic_functional/objectstore/bluestore-ec-root.yaml @@ -1 +1 @@ -../../../../cephfs/objectstore-ec/bluestore-ec-root.yaml \ No newline at end of file +.qa/cephfs/objectstore-ec/bluestore-ec-root.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/objectstore/bluestore.yaml b/qa/suites/fs/basic_functional/objectstore/bluestore.yaml index bd7d7e004a1b..961c6c6ac3f8 120000 --- a/qa/suites/fs/basic_functional/objectstore/bluestore.yaml +++ b/qa/suites/fs/basic_functional/objectstore/bluestore.yaml @@ -1 +1 @@ -../../../../objectstore/bluestore.yaml \ No newline at end of file +.qa/objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/overrides/debug.yaml b/qa/suites/fs/basic_functional/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/basic_functional/overrides/debug.yaml +++ b/qa/suites/fs/basic_functional/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/overrides/frag_enable.yaml b/qa/suites/fs/basic_functional/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/basic_functional/overrides/frag_enable.yaml +++ b/qa/suites/fs/basic_functional/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/overrides/no_client_pidfile.yaml b/qa/suites/fs/basic_functional/overrides/no_client_pidfile.yaml index 7b8e4bdd15c3..8888f33274be 120000 --- a/qa/suites/fs/basic_functional/overrides/no_client_pidfile.yaml +++ b/qa/suites/fs/basic_functional/overrides/no_client_pidfile.yaml @@ -1 +1 @@ -../../../../overrides/no_client_pidfile.yaml \ No newline at end of file +.qa/overrides/no_client_pidfile.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/overrides/whitelist_health.yaml b/qa/suites/fs/basic_functional/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/basic_functional/overrides/whitelist_health.yaml +++ b/qa/suites/fs/basic_functional/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/basic_functional/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/basic_functional/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/basic_functional/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/supported-random-distros$ b/qa/suites/fs/basic_functional/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/basic_functional/supported-random-distros$ +++ b/qa/suites/fs/basic_functional/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/basic_functional/tasks/libcephfs_java/ubuntu_latest.yaml b/qa/suites/fs/basic_functional/tasks/libcephfs_java/ubuntu_latest.yaml index cc5b15bccc72..3a09f9abb05c 120000 --- a/qa/suites/fs/basic_functional/tasks/libcephfs_java/ubuntu_latest.yaml +++ b/qa/suites/fs/basic_functional/tasks/libcephfs_java/ubuntu_latest.yaml @@ -1 +1 @@ -../../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/begin.yaml b/qa/suites/fs/basic_workload/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/basic_workload/begin.yaml +++ b/qa/suites/fs/basic_workload/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/clusters/fixed-2-ucephfs.yaml b/qa/suites/fs/basic_workload/clusters/fixed-2-ucephfs.yaml index c25795fb494e..b0c41a89a1b3 120000 --- a/qa/suites/fs/basic_workload/clusters/fixed-2-ucephfs.yaml +++ b/qa/suites/fs/basic_workload/clusters/fixed-2-ucephfs.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file +.qa/cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/mount/fuse.yaml b/qa/suites/fs/basic_workload/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/basic_workload/mount/fuse.yaml +++ b/qa/suites/fs/basic_workload/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/objectstore-ec b/qa/suites/fs/basic_workload/objectstore-ec index a330d661af06..affe294932e2 120000 --- a/qa/suites/fs/basic_workload/objectstore-ec +++ b/qa/suites/fs/basic_workload/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/overrides/debug.yaml b/qa/suites/fs/basic_workload/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/basic_workload/overrides/debug.yaml +++ b/qa/suites/fs/basic_workload/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/overrides/frag_enable.yaml b/qa/suites/fs/basic_workload/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/basic_workload/overrides/frag_enable.yaml +++ b/qa/suites/fs/basic_workload/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/overrides/whitelist_health.yaml b/qa/suites/fs/basic_workload/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/basic_workload/overrides/whitelist_health.yaml +++ b/qa/suites/fs/basic_workload/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/basic_workload/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/basic_workload/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/basic_workload/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/supported-random-distros$ b/qa/suites/fs/basic_workload/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/basic_workload/supported-random-distros$ +++ b/qa/suites/fs/basic_workload/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_blogbench.yaml b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_blogbench.yaml index 8f2e88a01eee..8702f4f3dc52 120000 --- a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_blogbench.yaml +++ b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_blogbench.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_blogbench.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_blogbench.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_dbench.yaml b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_dbench.yaml index 87c056d1b5c0..b0f876c3c39b 120000 --- a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_dbench.yaml +++ b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_dbench.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_dbench.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_dbench.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_ffsb.yaml b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_ffsb.yaml index 3528badeda1c..01e889b23eb4 120000 --- a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_ffsb.yaml +++ b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_ffsb.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_ffsb.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_fsstress.yaml b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_fsstress.yaml index dc3fd3031b2a..c2e859fffbc8 120000 --- a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_fsstress.yaml +++ b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_fsstress.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_trivial_sync.yaml b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_trivial_sync.yaml index 55a4c85a1bca..a1df032772f1 120000 --- a/qa/suites/fs/basic_workload/tasks/cfuse_workunit_trivial_sync.yaml +++ b/qa/suites/fs/basic_workload/tasks/cfuse_workunit_trivial_sync.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_trivial_sync.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_trivial_sync.yaml \ No newline at end of file diff --git a/qa/suites/fs/basic_workload/tasks/libcephfs_interface_tests.yaml b/qa/suites/fs/basic_workload/tasks/libcephfs_interface_tests.yaml index 582815a106cd..84a88b59dd10 120000 --- a/qa/suites/fs/basic_workload/tasks/libcephfs_interface_tests.yaml +++ b/qa/suites/fs/basic_workload/tasks/libcephfs_interface_tests.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/libcephfs_interface_tests.yaml \ No newline at end of file +.qa/cephfs/tasks/libcephfs_interface_tests.yaml \ No newline at end of file diff --git a/qa/suites/fs/bugs/client_trim_caps/begin.yaml b/qa/suites/fs/bugs/client_trim_caps/begin.yaml index 3279455ceb08..311d404f7c27 120000 --- a/qa/suites/fs/bugs/client_trim_caps/begin.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/begin.yaml @@ -1 +1 @@ -../../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/bugs/client_trim_caps/objectstore/bluestore.yaml b/qa/suites/fs/bugs/client_trim_caps/objectstore/bluestore.yaml index 1728accf9c80..1a08477ebf07 120000 --- a/qa/suites/fs/bugs/client_trim_caps/objectstore/bluestore.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/objectstore/bluestore.yaml @@ -1 +1 @@ -../../../../../cephfs/objectstore-ec/bluestore.yaml \ No newline at end of file +.qa/cephfs/objectstore-ec/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/fs/bugs/client_trim_caps/overrides/debug.yaml b/qa/suites/fs/bugs/client_trim_caps/overrides/debug.yaml index 4fdb9dd1213c..b33bb27b69f9 120000 --- a/qa/suites/fs/bugs/client_trim_caps/overrides/debug.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/overrides/debug.yaml @@ -1 +1 @@ -../../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/bugs/client_trim_caps/overrides/frag_enable.yaml b/qa/suites/fs/bugs/client_trim_caps/overrides/frag_enable.yaml index 9e0f15fc29ac..34a39a368cf1 120000 --- a/qa/suites/fs/bugs/client_trim_caps/overrides/frag_enable.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/bugs/client_trim_caps/overrides/no_client_pidfile.yaml b/qa/suites/fs/bugs/client_trim_caps/overrides/no_client_pidfile.yaml index 46263867b154..8888f33274be 120000 --- a/qa/suites/fs/bugs/client_trim_caps/overrides/no_client_pidfile.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/overrides/no_client_pidfile.yaml @@ -1 +1 @@ -../../../../../overrides/no_client_pidfile.yaml \ No newline at end of file +.qa/overrides/no_client_pidfile.yaml \ No newline at end of file diff --git a/qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_health.yaml b/qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_health.yaml index 42fa3ea7a1fb..74f39a49b27e 120000 --- a/qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_health.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_wrongly_marked_down.yaml index 3728aacfd15c..b4528c0f8c09 120000 --- a/qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/multiclient/begin.yaml b/qa/suites/fs/multiclient/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/multiclient/begin.yaml +++ b/qa/suites/fs/multiclient/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/multiclient/distros/ubuntu_latest.yaml b/qa/suites/fs/multiclient/distros/ubuntu_latest.yaml index 21601efb361d..3a09f9abb05c 120000 --- a/qa/suites/fs/multiclient/distros/ubuntu_latest.yaml +++ b/qa/suites/fs/multiclient/distros/ubuntu_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/multiclient/mount/fuse.yaml b/qa/suites/fs/multiclient/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/multiclient/mount/fuse.yaml +++ b/qa/suites/fs/multiclient/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/multiclient/objectstore-ec b/qa/suites/fs/multiclient/objectstore-ec index a330d661af06..affe294932e2 120000 --- a/qa/suites/fs/multiclient/objectstore-ec +++ b/qa/suites/fs/multiclient/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/multiclient/overrides/debug.yaml b/qa/suites/fs/multiclient/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/multiclient/overrides/debug.yaml +++ b/qa/suites/fs/multiclient/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/multiclient/overrides/frag_enable.yaml b/qa/suites/fs/multiclient/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/multiclient/overrides/frag_enable.yaml +++ b/qa/suites/fs/multiclient/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/multiclient/overrides/whitelist_health.yaml b/qa/suites/fs/multiclient/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/multiclient/overrides/whitelist_health.yaml +++ b/qa/suites/fs/multiclient/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/multiclient/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/multiclient/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/multiclient/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/multiclient/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/multifs/begin.yaml b/qa/suites/fs/multifs/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/multifs/begin.yaml +++ b/qa/suites/fs/multifs/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/multifs/mount/fuse.yaml b/qa/suites/fs/multifs/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/multifs/mount/fuse.yaml +++ b/qa/suites/fs/multifs/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/multifs/objectstore-ec b/qa/suites/fs/multifs/objectstore-ec index a330d661af06..affe294932e2 120000 --- a/qa/suites/fs/multifs/objectstore-ec +++ b/qa/suites/fs/multifs/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/multifs/overrides/debug.yaml b/qa/suites/fs/multifs/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/multifs/overrides/debug.yaml +++ b/qa/suites/fs/multifs/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/multifs/overrides/frag_enable.yaml b/qa/suites/fs/multifs/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/multifs/overrides/frag_enable.yaml +++ b/qa/suites/fs/multifs/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/multifs/overrides/whitelist_health.yaml b/qa/suites/fs/multifs/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/multifs/overrides/whitelist_health.yaml +++ b/qa/suites/fs/multifs/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/multifs/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/multifs/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/multifs/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/multifs/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/multifs/supported-random-distros$ b/qa/suites/fs/multifs/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/multifs/supported-random-distros$ +++ b/qa/suites/fs/multifs/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/permission/begin.yaml b/qa/suites/fs/permission/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/permission/begin.yaml +++ b/qa/suites/fs/permission/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/permission/clusters/fixed-2-ucephfs.yaml b/qa/suites/fs/permission/clusters/fixed-2-ucephfs.yaml index c25795fb494e..b0c41a89a1b3 120000 --- a/qa/suites/fs/permission/clusters/fixed-2-ucephfs.yaml +++ b/qa/suites/fs/permission/clusters/fixed-2-ucephfs.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file +.qa/cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file diff --git a/qa/suites/fs/permission/mount/fuse.yaml b/qa/suites/fs/permission/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/permission/mount/fuse.yaml +++ b/qa/suites/fs/permission/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/permission/objectstore-ec b/qa/suites/fs/permission/objectstore-ec index a330d661af06..affe294932e2 120000 --- a/qa/suites/fs/permission/objectstore-ec +++ b/qa/suites/fs/permission/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/permission/overrides/debug.yaml b/qa/suites/fs/permission/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/permission/overrides/debug.yaml +++ b/qa/suites/fs/permission/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/permission/overrides/frag_enable.yaml b/qa/suites/fs/permission/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/permission/overrides/frag_enable.yaml +++ b/qa/suites/fs/permission/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/permission/overrides/whitelist_health.yaml b/qa/suites/fs/permission/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/permission/overrides/whitelist_health.yaml +++ b/qa/suites/fs/permission/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/permission/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/permission/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/permission/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/permission/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/permission/supported-random-distros$ b/qa/suites/fs/permission/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/permission/supported-random-distros$ +++ b/qa/suites/fs/permission/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/snaps/begin.yaml b/qa/suites/fs/snaps/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/snaps/begin.yaml +++ b/qa/suites/fs/snaps/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/snaps/clusters/fixed-2-ucephfs.yaml b/qa/suites/fs/snaps/clusters/fixed-2-ucephfs.yaml index c25795fb494e..b0c41a89a1b3 120000 --- a/qa/suites/fs/snaps/clusters/fixed-2-ucephfs.yaml +++ b/qa/suites/fs/snaps/clusters/fixed-2-ucephfs.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file +.qa/cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file diff --git a/qa/suites/fs/snaps/mount/fuse.yaml b/qa/suites/fs/snaps/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/snaps/mount/fuse.yaml +++ b/qa/suites/fs/snaps/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/snaps/objectstore-ec b/qa/suites/fs/snaps/objectstore-ec index a330d661af06..affe294932e2 120000 --- a/qa/suites/fs/snaps/objectstore-ec +++ b/qa/suites/fs/snaps/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/snaps/overrides/debug.yaml b/qa/suites/fs/snaps/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/snaps/overrides/debug.yaml +++ b/qa/suites/fs/snaps/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/snaps/overrides/frag_enable.yaml b/qa/suites/fs/snaps/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/snaps/overrides/frag_enable.yaml +++ b/qa/suites/fs/snaps/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/snaps/overrides/whitelist_health.yaml b/qa/suites/fs/snaps/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/snaps/overrides/whitelist_health.yaml +++ b/qa/suites/fs/snaps/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/snaps/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/snaps/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/snaps/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/snaps/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/snaps/supported-random-distros$ b/qa/suites/fs/snaps/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/snaps/supported-random-distros$ +++ b/qa/suites/fs/snaps/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/thrash/begin.yaml b/qa/suites/fs/thrash/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/thrash/begin.yaml +++ b/qa/suites/fs/thrash/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/thrash/mount/fuse.yaml b/qa/suites/fs/thrash/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/thrash/mount/fuse.yaml +++ b/qa/suites/fs/thrash/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/thrash/objectstore-ec b/qa/suites/fs/thrash/objectstore-ec index a330d661af06..affe294932e2 120000 --- a/qa/suites/fs/thrash/objectstore-ec +++ b/qa/suites/fs/thrash/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/thrash/overrides/debug.yaml b/qa/suites/fs/thrash/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/thrash/overrides/debug.yaml +++ b/qa/suites/fs/thrash/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/thrash/overrides/frag_enable.yaml b/qa/suites/fs/thrash/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/thrash/overrides/frag_enable.yaml +++ b/qa/suites/fs/thrash/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/thrash/overrides/whitelist_health.yaml b/qa/suites/fs/thrash/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/thrash/overrides/whitelist_health.yaml +++ b/qa/suites/fs/thrash/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/thrash/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/thrash/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/thrash/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/thrash/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/thrash/supported-random-distros$ b/qa/suites/fs/thrash/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/thrash/supported-random-distros$ +++ b/qa/suites/fs/thrash/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/thrash/tasks/cfuse_workunit_suites_fsstress.yaml b/qa/suites/fs/thrash/tasks/cfuse_workunit_suites_fsstress.yaml index dc3fd3031b2a..c2e859fffbc8 120000 --- a/qa/suites/fs/thrash/tasks/cfuse_workunit_suites_fsstress.yaml +++ b/qa/suites/fs/thrash/tasks/cfuse_workunit_suites_fsstress.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file diff --git a/qa/suites/fs/thrash/tasks/cfuse_workunit_trivial_sync.yaml b/qa/suites/fs/thrash/tasks/cfuse_workunit_trivial_sync.yaml index 55a4c85a1bca..a1df032772f1 120000 --- a/qa/suites/fs/thrash/tasks/cfuse_workunit_trivial_sync.yaml +++ b/qa/suites/fs/thrash/tasks/cfuse_workunit_trivial_sync.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_trivial_sync.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_trivial_sync.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/begin.yaml b/qa/suites/fs/traceless/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/traceless/begin.yaml +++ b/qa/suites/fs/traceless/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/clusters/fixed-2-ucephfs.yaml b/qa/suites/fs/traceless/clusters/fixed-2-ucephfs.yaml index c25795fb494e..b0c41a89a1b3 120000 --- a/qa/suites/fs/traceless/clusters/fixed-2-ucephfs.yaml +++ b/qa/suites/fs/traceless/clusters/fixed-2-ucephfs.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file +.qa/cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/mount/fuse.yaml b/qa/suites/fs/traceless/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/traceless/mount/fuse.yaml +++ b/qa/suites/fs/traceless/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/objectstore-ec b/qa/suites/fs/traceless/objectstore-ec index a330d661af06..affe294932e2 120000 --- a/qa/suites/fs/traceless/objectstore-ec +++ b/qa/suites/fs/traceless/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/traceless/overrides/debug.yaml b/qa/suites/fs/traceless/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/traceless/overrides/debug.yaml +++ b/qa/suites/fs/traceless/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/overrides/frag_enable.yaml b/qa/suites/fs/traceless/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/traceless/overrides/frag_enable.yaml +++ b/qa/suites/fs/traceless/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/overrides/whitelist_health.yaml b/qa/suites/fs/traceless/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/traceless/overrides/whitelist_health.yaml +++ b/qa/suites/fs/traceless/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/traceless/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/traceless/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/traceless/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/supported-random-distros$ b/qa/suites/fs/traceless/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/traceless/supported-random-distros$ +++ b/qa/suites/fs/traceless/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_blogbench.yaml b/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_blogbench.yaml index 8f2e88a01eee..8702f4f3dc52 120000 --- a/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_blogbench.yaml +++ b/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_blogbench.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_blogbench.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_blogbench.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_dbench.yaml b/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_dbench.yaml index 87c056d1b5c0..b0f876c3c39b 120000 --- a/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_dbench.yaml +++ b/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_dbench.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_dbench.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_dbench.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_ffsb.yaml b/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_ffsb.yaml index 3528badeda1c..01e889b23eb4 120000 --- a/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_ffsb.yaml +++ b/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_ffsb.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_ffsb.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml \ No newline at end of file diff --git a/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_fsstress.yaml b/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_fsstress.yaml index dc3fd3031b2a..c2e859fffbc8 120000 --- a/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_fsstress.yaml +++ b/qa/suites/fs/traceless/tasks/cfuse_workunit_suites_fsstress.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/snaps/clusters/3-mds.yaml b/qa/suites/fs/upgrade/snaps/clusters/3-mds.yaml index e3aff189c628..d7ec418eea7b 120000 --- a/qa/suites/fs/upgrade/snaps/clusters/3-mds.yaml +++ b/qa/suites/fs/upgrade/snaps/clusters/3-mds.yaml @@ -1 +1 @@ -../../../../../cephfs/clusters/3-mds.yaml \ No newline at end of file +.qa/cephfs/clusters/3-mds.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/snaps/objectstore-ec b/qa/suites/fs/upgrade/snaps/objectstore-ec index 0545524961ee..affe294932e2 120000 --- a/qa/suites/fs/upgrade/snaps/objectstore-ec +++ b/qa/suites/fs/upgrade/snaps/objectstore-ec @@ -1 +1 @@ -../../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/upgrade/snaps/overrides/debug.yaml b/qa/suites/fs/upgrade/snaps/overrides/debug.yaml index 4fdb9dd1213c..b33bb27b69f9 120000 --- a/qa/suites/fs/upgrade/snaps/overrides/debug.yaml +++ b/qa/suites/fs/upgrade/snaps/overrides/debug.yaml @@ -1 +1 @@ -../../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/snaps/overrides/frag_enable.yaml b/qa/suites/fs/upgrade/snaps/overrides/frag_enable.yaml index 9e0f15fc29ac..34a39a368cf1 120000 --- a/qa/suites/fs/upgrade/snaps/overrides/frag_enable.yaml +++ b/qa/suites/fs/upgrade/snaps/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/snaps/overrides/whitelist_health.yaml b/qa/suites/fs/upgrade/snaps/overrides/whitelist_health.yaml index 42fa3ea7a1fb..74f39a49b27e 120000 --- a/qa/suites/fs/upgrade/snaps/overrides/whitelist_health.yaml +++ b/qa/suites/fs/upgrade/snaps/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/snaps/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/upgrade/snaps/overrides/whitelist_wrongly_marked_down.yaml index 3728aacfd15c..b4528c0f8c09 120000 --- a/qa/suites/fs/upgrade/snaps/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/upgrade/snaps/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/supported-random-distros$ b/qa/suites/fs/upgrade/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/fs/upgrade/supported-random-distros$ +++ b/qa/suites/fs/upgrade/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/fs/verify/begin.yaml b/qa/suites/fs/verify/begin.yaml index 0c4ae31e9196..311d404f7c27 120000 --- a/qa/suites/fs/verify/begin.yaml +++ b/qa/suites/fs/verify/begin.yaml @@ -1 +1 @@ -../../../cephfs/begin.yaml \ No newline at end of file +.qa/cephfs/begin.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/clusters/fixed-2-ucephfs.yaml b/qa/suites/fs/verify/clusters/fixed-2-ucephfs.yaml index c25795fb494e..b0c41a89a1b3 120000 --- a/qa/suites/fs/verify/clusters/fixed-2-ucephfs.yaml +++ b/qa/suites/fs/verify/clusters/fixed-2-ucephfs.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file +.qa/cephfs/clusters/fixed-2-ucephfs.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/mount/fuse.yaml b/qa/suites/fs/verify/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/fs/verify/mount/fuse.yaml +++ b/qa/suites/fs/verify/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/objectstore-ec b/qa/suites/fs/verify/objectstore-ec index a330d661af06..affe294932e2 120000 --- a/qa/suites/fs/verify/objectstore-ec +++ b/qa/suites/fs/verify/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec/ \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/fs/verify/overrides/debug.yaml b/qa/suites/fs/verify/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/fs/verify/overrides/debug.yaml +++ b/qa/suites/fs/verify/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/overrides/frag_enable.yaml b/qa/suites/fs/verify/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/fs/verify/overrides/frag_enable.yaml +++ b/qa/suites/fs/verify/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/overrides/whitelist_health.yaml b/qa/suites/fs/verify/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/fs/verify/overrides/whitelist_health.yaml +++ b/qa/suites/fs/verify/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/fs/verify/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/fs/verify/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/fs/verify/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/tasks/cfuse_workunit_suites_dbench.yaml b/qa/suites/fs/verify/tasks/cfuse_workunit_suites_dbench.yaml index 87c056d1b5c0..b0f876c3c39b 120000 --- a/qa/suites/fs/verify/tasks/cfuse_workunit_suites_dbench.yaml +++ b/qa/suites/fs/verify/tasks/cfuse_workunit_suites_dbench.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_dbench.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_dbench.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/tasks/cfuse_workunit_suites_fsstress.yaml b/qa/suites/fs/verify/tasks/cfuse_workunit_suites_fsstress.yaml index dc3fd3031b2a..c2e859fffbc8 120000 --- a/qa/suites/fs/verify/tasks/cfuse_workunit_suites_fsstress.yaml +++ b/qa/suites/fs/verify/tasks/cfuse_workunit_suites_fsstress.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file diff --git a/qa/suites/hadoop/basic/distros/ubuntu_latest.yaml b/qa/suites/hadoop/basic/distros/ubuntu_latest.yaml index 21601efb361d..3a09f9abb05c 120000 --- a/qa/suites/hadoop/basic/distros/ubuntu_latest.yaml +++ b/qa/suites/hadoop/basic/distros/ubuntu_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/hadoop/basic/filestore-xfs.yaml b/qa/suites/hadoop/basic/filestore-xfs.yaml index 59ef7e4847e1..41f2a9d14db8 120000 --- a/qa/suites/hadoop/basic/filestore-xfs.yaml +++ b/qa/suites/hadoop/basic/filestore-xfs.yaml @@ -1 +1 @@ -../../../objectstore/filestore-xfs.yaml \ No newline at end of file +.qa/objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/clusters/1-mds-1-client.yaml b/qa/suites/kcephfs/cephfs/clusters/1-mds-1-client.yaml index 260d3e904b63..64bdb79fe7e7 120000 --- a/qa/suites/kcephfs/cephfs/clusters/1-mds-1-client.yaml +++ b/qa/suites/kcephfs/cephfs/clusters/1-mds-1-client.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/1-mds-1-client.yaml \ No newline at end of file +.qa/cephfs/clusters/1-mds-1-client.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/objectstore-ec b/qa/suites/kcephfs/cephfs/objectstore-ec index 15dc98f236cb..affe294932e2 120000 --- a/qa/suites/kcephfs/cephfs/objectstore-ec +++ b/qa/suites/kcephfs/cephfs/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/overrides/debug.yaml b/qa/suites/kcephfs/cephfs/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/kcephfs/cephfs/overrides/debug.yaml +++ b/qa/suites/kcephfs/cephfs/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/overrides/frag_enable.yaml b/qa/suites/kcephfs/cephfs/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/kcephfs/cephfs/overrides/frag_enable.yaml +++ b/qa/suites/kcephfs/cephfs/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/overrides/log-config.yaml b/qa/suites/kcephfs/cephfs/overrides/log-config.yaml index a8c4d219060d..d955aa5ba867 120000 --- a/qa/suites/kcephfs/cephfs/overrides/log-config.yaml +++ b/qa/suites/kcephfs/cephfs/overrides/log-config.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/log-config.yaml \ No newline at end of file +.qa/cephfs/overrides/log-config.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/overrides/osd-asserts.yaml b/qa/suites/kcephfs/cephfs/overrides/osd-asserts.yaml index 6b07e51a91f6..f290c749bdcb 120000 --- a/qa/suites/kcephfs/cephfs/overrides/osd-asserts.yaml +++ b/qa/suites/kcephfs/cephfs/overrides/osd-asserts.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/osd-asserts.yaml \ No newline at end of file +.qa/cephfs/overrides/osd-asserts.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/overrides/whitelist_health.yaml b/qa/suites/kcephfs/cephfs/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/kcephfs/cephfs/overrides/whitelist_health.yaml +++ b/qa/suites/kcephfs/cephfs/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/kcephfs/cephfs/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/kcephfs/cephfs/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/kcephfs/cephfs/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/cephfs/supported-random-distros$ b/qa/suites/kcephfs/cephfs/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/kcephfs/cephfs/supported-random-distros$ +++ b/qa/suites/kcephfs/cephfs/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/clusters/1-mds-2-client.yaml b/qa/suites/kcephfs/mixed-clients/clusters/1-mds-2-client.yaml index fb642244ab68..9f4f161a344a 120000 --- a/qa/suites/kcephfs/mixed-clients/clusters/1-mds-2-client.yaml +++ b/qa/suites/kcephfs/mixed-clients/clusters/1-mds-2-client.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/1-mds-2-client.yaml \ No newline at end of file +.qa/cephfs/clusters/1-mds-2-client.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/objectstore-ec b/qa/suites/kcephfs/mixed-clients/objectstore-ec index 15dc98f236cb..affe294932e2 120000 --- a/qa/suites/kcephfs/mixed-clients/objectstore-ec +++ b/qa/suites/kcephfs/mixed-clients/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/overrides/debug.yaml b/qa/suites/kcephfs/mixed-clients/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/kcephfs/mixed-clients/overrides/debug.yaml +++ b/qa/suites/kcephfs/mixed-clients/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/overrides/frag_enable.yaml b/qa/suites/kcephfs/mixed-clients/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/kcephfs/mixed-clients/overrides/frag_enable.yaml +++ b/qa/suites/kcephfs/mixed-clients/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/overrides/log-config.yaml b/qa/suites/kcephfs/mixed-clients/overrides/log-config.yaml index a8c4d219060d..d955aa5ba867 120000 --- a/qa/suites/kcephfs/mixed-clients/overrides/log-config.yaml +++ b/qa/suites/kcephfs/mixed-clients/overrides/log-config.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/log-config.yaml \ No newline at end of file +.qa/cephfs/overrides/log-config.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/overrides/osd-asserts.yaml b/qa/suites/kcephfs/mixed-clients/overrides/osd-asserts.yaml index 6b07e51a91f6..f290c749bdcb 120000 --- a/qa/suites/kcephfs/mixed-clients/overrides/osd-asserts.yaml +++ b/qa/suites/kcephfs/mixed-clients/overrides/osd-asserts.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/osd-asserts.yaml \ No newline at end of file +.qa/cephfs/overrides/osd-asserts.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/overrides/whitelist_health.yaml b/qa/suites/kcephfs/mixed-clients/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/kcephfs/mixed-clients/overrides/whitelist_health.yaml +++ b/qa/suites/kcephfs/mixed-clients/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/kcephfs/mixed-clients/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/kcephfs/mixed-clients/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/kcephfs/mixed-clients/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/mixed-clients/supported-random-distros$ b/qa/suites/kcephfs/mixed-clients/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/kcephfs/mixed-clients/supported-random-distros$ +++ b/qa/suites/kcephfs/mixed-clients/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/clusters/1-mds-4-client.yaml b/qa/suites/kcephfs/recovery/clusters/1-mds-4-client.yaml index 51fc2b876d28..65b01b418a16 120000 --- a/qa/suites/kcephfs/recovery/clusters/1-mds-4-client.yaml +++ b/qa/suites/kcephfs/recovery/clusters/1-mds-4-client.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/1-mds-4-client.yaml \ No newline at end of file +.qa/cephfs/clusters/1-mds-4-client.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/objectstore-ec b/qa/suites/kcephfs/recovery/objectstore-ec index 15dc98f236cb..affe294932e2 120000 --- a/qa/suites/kcephfs/recovery/objectstore-ec +++ b/qa/suites/kcephfs/recovery/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/overrides/debug.yaml b/qa/suites/kcephfs/recovery/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/kcephfs/recovery/overrides/debug.yaml +++ b/qa/suites/kcephfs/recovery/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/overrides/frag_enable.yaml b/qa/suites/kcephfs/recovery/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/kcephfs/recovery/overrides/frag_enable.yaml +++ b/qa/suites/kcephfs/recovery/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/overrides/log-config.yaml b/qa/suites/kcephfs/recovery/overrides/log-config.yaml index a8c4d219060d..d955aa5ba867 120000 --- a/qa/suites/kcephfs/recovery/overrides/log-config.yaml +++ b/qa/suites/kcephfs/recovery/overrides/log-config.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/log-config.yaml \ No newline at end of file +.qa/cephfs/overrides/log-config.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/overrides/osd-asserts.yaml b/qa/suites/kcephfs/recovery/overrides/osd-asserts.yaml index 6b07e51a91f6..f290c749bdcb 120000 --- a/qa/suites/kcephfs/recovery/overrides/osd-asserts.yaml +++ b/qa/suites/kcephfs/recovery/overrides/osd-asserts.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/osd-asserts.yaml \ No newline at end of file +.qa/cephfs/overrides/osd-asserts.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/overrides/whitelist_health.yaml b/qa/suites/kcephfs/recovery/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/kcephfs/recovery/overrides/whitelist_health.yaml +++ b/qa/suites/kcephfs/recovery/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/kcephfs/recovery/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/kcephfs/recovery/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/kcephfs/recovery/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/supported-random-distros$ b/qa/suites/kcephfs/recovery/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/kcephfs/recovery/supported-random-distros$ +++ b/qa/suites/kcephfs/recovery/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/kcephfs/recovery/whitelist_health.yaml b/qa/suites/kcephfs/recovery/whitelist_health.yaml index 90ca7b6aa177..74f39a49b27e 120000 --- a/qa/suites/kcephfs/recovery/whitelist_health.yaml +++ b/qa/suites/kcephfs/recovery/whitelist_health.yaml @@ -1 +1 @@ -../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/clusters/1-mds-1-client.yaml b/qa/suites/kcephfs/thrash/clusters/1-mds-1-client.yaml index 260d3e904b63..64bdb79fe7e7 120000 --- a/qa/suites/kcephfs/thrash/clusters/1-mds-1-client.yaml +++ b/qa/suites/kcephfs/thrash/clusters/1-mds-1-client.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/1-mds-1-client.yaml \ No newline at end of file +.qa/cephfs/clusters/1-mds-1-client.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/objectstore-ec b/qa/suites/kcephfs/thrash/objectstore-ec index 15dc98f236cb..affe294932e2 120000 --- a/qa/suites/kcephfs/thrash/objectstore-ec +++ b/qa/suites/kcephfs/thrash/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/overrides/debug.yaml b/qa/suites/kcephfs/thrash/overrides/debug.yaml index 9bc8eb1e77d4..b33bb27b69f9 120000 --- a/qa/suites/kcephfs/thrash/overrides/debug.yaml +++ b/qa/suites/kcephfs/thrash/overrides/debug.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/debug.yaml \ No newline at end of file +.qa/cephfs/overrides/debug.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/overrides/frag_enable.yaml b/qa/suites/kcephfs/thrash/overrides/frag_enable.yaml index e9b2d64d0c81..34a39a368cf1 120000 --- a/qa/suites/kcephfs/thrash/overrides/frag_enable.yaml +++ b/qa/suites/kcephfs/thrash/overrides/frag_enable.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/frag_enable.yaml \ No newline at end of file +.qa/cephfs/overrides/frag_enable.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/overrides/log-config.yaml b/qa/suites/kcephfs/thrash/overrides/log-config.yaml index a8c4d219060d..d955aa5ba867 120000 --- a/qa/suites/kcephfs/thrash/overrides/log-config.yaml +++ b/qa/suites/kcephfs/thrash/overrides/log-config.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/log-config.yaml \ No newline at end of file +.qa/cephfs/overrides/log-config.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/overrides/osd-asserts.yaml b/qa/suites/kcephfs/thrash/overrides/osd-asserts.yaml index 6b07e51a91f6..f290c749bdcb 120000 --- a/qa/suites/kcephfs/thrash/overrides/osd-asserts.yaml +++ b/qa/suites/kcephfs/thrash/overrides/osd-asserts.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/osd-asserts.yaml \ No newline at end of file +.qa/cephfs/overrides/osd-asserts.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/overrides/whitelist_health.yaml b/qa/suites/kcephfs/thrash/overrides/whitelist_health.yaml index 440e747fbb76..74f39a49b27e 120000 --- a/qa/suites/kcephfs/thrash/overrides/whitelist_health.yaml +++ b/qa/suites/kcephfs/thrash/overrides/whitelist_health.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/overrides/whitelist_wrongly_marked_down.yaml b/qa/suites/kcephfs/thrash/overrides/whitelist_wrongly_marked_down.yaml index a26a6579c330..b4528c0f8c09 120000 --- a/qa/suites/kcephfs/thrash/overrides/whitelist_wrongly_marked_down.yaml +++ b/qa/suites/kcephfs/thrash/overrides/whitelist_wrongly_marked_down.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_wrongly_marked_down.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/supported-random-distros$ b/qa/suites/kcephfs/thrash/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/kcephfs/thrash/supported-random-distros$ +++ b/qa/suites/kcephfs/thrash/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/thrashosds-health.yaml b/qa/suites/kcephfs/thrash/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/kcephfs/thrash/thrashosds-health.yaml +++ b/qa/suites/kcephfs/thrash/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/kcephfs/thrash/whitelist_health.yaml b/qa/suites/kcephfs/thrash/whitelist_health.yaml index 90ca7b6aa177..74f39a49b27e 120000 --- a/qa/suites/kcephfs/thrash/whitelist_health.yaml +++ b/qa/suites/kcephfs/thrash/whitelist_health.yaml @@ -1 +1 @@ -../../../cephfs/overrides/whitelist_health.yaml \ No newline at end of file +.qa/cephfs/overrides/whitelist_health.yaml \ No newline at end of file diff --git a/qa/suites/knfs/basic/clusters/extra-client.yaml b/qa/suites/knfs/basic/clusters/extra-client.yaml index 1582e3089456..2d013ec25d27 120000 --- a/qa/suites/knfs/basic/clusters/extra-client.yaml +++ b/qa/suites/knfs/basic/clusters/extra-client.yaml @@ -1 +1 @@ -../../../../clusters/extra-client.yaml \ No newline at end of file +.qa/clusters/extra-client.yaml \ No newline at end of file diff --git a/qa/suites/krbd/basic/clusters/fixed-1.yaml b/qa/suites/krbd/basic/clusters/fixed-1.yaml index 435ea3c7546a..02df5dd0cd04 120000 --- a/qa/suites/krbd/basic/clusters/fixed-1.yaml +++ b/qa/suites/krbd/basic/clusters/fixed-1.yaml @@ -1 +1 @@ -../../../../clusters/fixed-1.yaml \ No newline at end of file +.qa/clusters/fixed-1.yaml \ No newline at end of file diff --git a/qa/suites/krbd/rbd-nomount/clusters/fixed-3.yaml b/qa/suites/krbd/rbd-nomount/clusters/fixed-3.yaml index a3ac9fc4dec2..f75a848b8e74 120000 --- a/qa/suites/krbd/rbd-nomount/clusters/fixed-3.yaml +++ b/qa/suites/krbd/rbd-nomount/clusters/fixed-3.yaml @@ -1 +1 @@ -../../../../clusters/fixed-3.yaml \ No newline at end of file +.qa/clusters/fixed-3.yaml \ No newline at end of file diff --git a/qa/suites/krbd/rbd/clusters/fixed-3.yaml b/qa/suites/krbd/rbd/clusters/fixed-3.yaml index a3ac9fc4dec2..f75a848b8e74 120000 --- a/qa/suites/krbd/rbd/clusters/fixed-3.yaml +++ b/qa/suites/krbd/rbd/clusters/fixed-3.yaml @@ -1 +1 @@ -../../../../clusters/fixed-3.yaml \ No newline at end of file +.qa/clusters/fixed-3.yaml \ No newline at end of file diff --git a/qa/suites/krbd/thrash/clusters/fixed-3.yaml b/qa/suites/krbd/thrash/clusters/fixed-3.yaml index a3ac9fc4dec2..f75a848b8e74 120000 --- a/qa/suites/krbd/thrash/clusters/fixed-3.yaml +++ b/qa/suites/krbd/thrash/clusters/fixed-3.yaml @@ -1 +1 @@ -../../../../clusters/fixed-3.yaml \ No newline at end of file +.qa/clusters/fixed-3.yaml \ No newline at end of file diff --git a/qa/suites/krbd/thrash/thrashosds-health.yaml b/qa/suites/krbd/thrash/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/krbd/thrash/thrashosds-health.yaml +++ b/qa/suites/krbd/thrash/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/krbd/unmap/filestore-xfs.yaml b/qa/suites/krbd/unmap/filestore-xfs.yaml index 59ef7e4847e1..41f2a9d14db8 120000 --- a/qa/suites/krbd/unmap/filestore-xfs.yaml +++ b/qa/suites/krbd/unmap/filestore-xfs.yaml @@ -1 +1 @@ -../../../objectstore/filestore-xfs.yaml \ No newline at end of file +.qa/objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/krbd/wac/sysfs/clusters/fixed-1.yaml b/qa/suites/krbd/wac/sysfs/clusters/fixed-1.yaml index 549e8809abe4..02df5dd0cd04 120000 --- a/qa/suites/krbd/wac/sysfs/clusters/fixed-1.yaml +++ b/qa/suites/krbd/wac/sysfs/clusters/fixed-1.yaml @@ -1 +1 @@ -../../../../../clusters/fixed-1.yaml \ No newline at end of file +.qa/clusters/fixed-1.yaml \ No newline at end of file diff --git a/qa/suites/krbd/wac/wac/clusters/fixed-3.yaml b/qa/suites/krbd/wac/wac/clusters/fixed-3.yaml index af987dab6a3c..f75a848b8e74 120000 --- a/qa/suites/krbd/wac/wac/clusters/fixed-3.yaml +++ b/qa/suites/krbd/wac/wac/clusters/fixed-3.yaml @@ -1 +1 @@ -../../../../../clusters/fixed-3.yaml \ No newline at end of file +.qa/clusters/fixed-3.yaml \ No newline at end of file diff --git a/qa/suites/mixed-clients/basic/objectstore b/qa/suites/mixed-clients/basic/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/mixed-clients/basic/objectstore +++ b/qa/suites/mixed-clients/basic/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/multimds/basic/clusters/3-mds.yaml b/qa/suites/multimds/basic/clusters/3-mds.yaml index 97d5edc60119..d7ec418eea7b 120000 --- a/qa/suites/multimds/basic/clusters/3-mds.yaml +++ b/qa/suites/multimds/basic/clusters/3-mds.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/3-mds.yaml \ No newline at end of file +.qa/cephfs/clusters/3-mds.yaml \ No newline at end of file diff --git a/qa/suites/multimds/basic/clusters/9-mds.yaml b/qa/suites/multimds/basic/clusters/9-mds.yaml index c5222943220a..eeb9225a68a5 120000 --- a/qa/suites/multimds/basic/clusters/9-mds.yaml +++ b/qa/suites/multimds/basic/clusters/9-mds.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/9-mds.yaml \ No newline at end of file +.qa/cephfs/clusters/9-mds.yaml \ No newline at end of file diff --git a/qa/suites/multimds/basic/mount/fuse.yaml b/qa/suites/multimds/basic/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/multimds/basic/mount/fuse.yaml +++ b/qa/suites/multimds/basic/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/multimds/basic/mount/kclient.yaml b/qa/suites/multimds/basic/mount/kclient.yaml index b6f2aad4a0fa..16b1f6dd8bac 120000 --- a/qa/suites/multimds/basic/mount/kclient.yaml +++ b/qa/suites/multimds/basic/mount/kclient.yaml @@ -1 +1 @@ -../../../../cephfs/mount/kclient.yaml \ No newline at end of file +.qa/cephfs/mount/kclient.yaml \ No newline at end of file diff --git a/qa/suites/multimds/basic/objectstore-ec b/qa/suites/multimds/basic/objectstore-ec index 15dc98f236cb..affe294932e2 120000 --- a/qa/suites/multimds/basic/objectstore-ec +++ b/qa/suites/multimds/basic/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/multimds/basic/overrides/fuse-default-perm-no.yaml b/qa/suites/multimds/basic/overrides/fuse-default-perm-no.yaml index 1bada5b5acb4..1da96a10bb56 120000 --- a/qa/suites/multimds/basic/overrides/fuse-default-perm-no.yaml +++ b/qa/suites/multimds/basic/overrides/fuse-default-perm-no.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/fuse/default-perm/no.yaml \ No newline at end of file +.qa/cephfs/overrides/fuse/default-perm/no.yaml \ No newline at end of file diff --git a/qa/suites/multimds/basic/supported-random-distros$ b/qa/suites/multimds/basic/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/multimds/basic/supported-random-distros$ +++ b/qa/suites/multimds/basic/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_blogbench.yaml b/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_blogbench.yaml index 8f2e88a01eee..8702f4f3dc52 120000 --- a/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_blogbench.yaml +++ b/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_blogbench.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_blogbench.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_blogbench.yaml \ No newline at end of file diff --git a/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_dbench.yaml b/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_dbench.yaml index 87c056d1b5c0..b0f876c3c39b 120000 --- a/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_dbench.yaml +++ b/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_dbench.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_dbench.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_dbench.yaml \ No newline at end of file diff --git a/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_ffsb.yaml b/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_ffsb.yaml index 3528badeda1c..01e889b23eb4 120000 --- a/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_ffsb.yaml +++ b/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_ffsb.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_ffsb.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml \ No newline at end of file diff --git a/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_fsstress.yaml b/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_fsstress.yaml index dc3fd3031b2a..c2e859fffbc8 120000 --- a/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_fsstress.yaml +++ b/qa/suites/multimds/basic/tasks/cfuse_workunit_suites_fsstress.yaml @@ -1 +1 @@ -../../../../cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file +.qa/cephfs/tasks/cfuse_workunit_suites_fsstress.yaml \ No newline at end of file diff --git a/qa/suites/multimds/thrash/mount/fuse.yaml b/qa/suites/multimds/thrash/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/multimds/thrash/mount/fuse.yaml +++ b/qa/suites/multimds/thrash/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/multimds/thrash/mount/kclient.yaml b/qa/suites/multimds/thrash/mount/kclient.yaml index b6f2aad4a0fa..16b1f6dd8bac 120000 --- a/qa/suites/multimds/thrash/mount/kclient.yaml +++ b/qa/suites/multimds/thrash/mount/kclient.yaml @@ -1 +1 @@ -../../../../cephfs/mount/kclient.yaml \ No newline at end of file +.qa/cephfs/mount/kclient.yaml \ No newline at end of file diff --git a/qa/suites/multimds/thrash/objectstore-ec b/qa/suites/multimds/thrash/objectstore-ec index 15dc98f236cb..affe294932e2 120000 --- a/qa/suites/multimds/thrash/objectstore-ec +++ b/qa/suites/multimds/thrash/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/multimds/thrash/overrides/fuse-default-perm-no.yaml b/qa/suites/multimds/thrash/overrides/fuse-default-perm-no.yaml index 1bada5b5acb4..1da96a10bb56 120000 --- a/qa/suites/multimds/thrash/overrides/fuse-default-perm-no.yaml +++ b/qa/suites/multimds/thrash/overrides/fuse-default-perm-no.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/fuse/default-perm/no.yaml \ No newline at end of file +.qa/cephfs/overrides/fuse/default-perm/no.yaml \ No newline at end of file diff --git a/qa/suites/multimds/thrash/supported-random-distros$ b/qa/suites/multimds/thrash/supported-random-distros$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/multimds/thrash/supported-random-distros$ +++ b/qa/suites/multimds/thrash/supported-random-distros$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/multimds/verify/clusters/3-mds.yaml b/qa/suites/multimds/verify/clusters/3-mds.yaml index 97d5edc60119..d7ec418eea7b 120000 --- a/qa/suites/multimds/verify/clusters/3-mds.yaml +++ b/qa/suites/multimds/verify/clusters/3-mds.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/3-mds.yaml \ No newline at end of file +.qa/cephfs/clusters/3-mds.yaml \ No newline at end of file diff --git a/qa/suites/multimds/verify/clusters/9-mds.yaml b/qa/suites/multimds/verify/clusters/9-mds.yaml index c5222943220a..eeb9225a68a5 120000 --- a/qa/suites/multimds/verify/clusters/9-mds.yaml +++ b/qa/suites/multimds/verify/clusters/9-mds.yaml @@ -1 +1 @@ -../../../../cephfs/clusters/9-mds.yaml \ No newline at end of file +.qa/cephfs/clusters/9-mds.yaml \ No newline at end of file diff --git a/qa/suites/multimds/verify/mount/fuse.yaml b/qa/suites/multimds/verify/mount/fuse.yaml index af9ee0ab7986..0e55da9fb7ab 120000 --- a/qa/suites/multimds/verify/mount/fuse.yaml +++ b/qa/suites/multimds/verify/mount/fuse.yaml @@ -1 +1 @@ -../../../../cephfs/mount/fuse.yaml \ No newline at end of file +.qa/cephfs/mount/fuse.yaml \ No newline at end of file diff --git a/qa/suites/multimds/verify/mount/kclient.yaml b/qa/suites/multimds/verify/mount/kclient.yaml index b6f2aad4a0fa..16b1f6dd8bac 120000 --- a/qa/suites/multimds/verify/mount/kclient.yaml +++ b/qa/suites/multimds/verify/mount/kclient.yaml @@ -1 +1 @@ -../../../../cephfs/mount/kclient.yaml \ No newline at end of file +.qa/cephfs/mount/kclient.yaml \ No newline at end of file diff --git a/qa/suites/multimds/verify/objectstore-ec b/qa/suites/multimds/verify/objectstore-ec index 15dc98f236cb..affe294932e2 120000 --- a/qa/suites/multimds/verify/objectstore-ec +++ b/qa/suites/multimds/verify/objectstore-ec @@ -1 +1 @@ -../../../cephfs/objectstore-ec \ No newline at end of file +.qa/cephfs/objectstore-ec \ No newline at end of file diff --git a/qa/suites/multimds/verify/overrides/fuse-default-perm-no.yaml b/qa/suites/multimds/verify/overrides/fuse-default-perm-no.yaml index 1bada5b5acb4..1da96a10bb56 120000 --- a/qa/suites/multimds/verify/overrides/fuse-default-perm-no.yaml +++ b/qa/suites/multimds/verify/overrides/fuse-default-perm-no.yaml @@ -1 +1 @@ -../../../../cephfs/overrides/fuse/default-perm/no.yaml \ No newline at end of file +.qa/cephfs/overrides/fuse/default-perm/no.yaml \ No newline at end of file diff --git a/qa/suites/perf-basic/supported-all-distro b/qa/suites/perf-basic/supported-all-distro index f2c8052566d2..ca82dde58959 120000 --- a/qa/suites/perf-basic/supported-all-distro +++ b/qa/suites/perf-basic/supported-all-distro @@ -1 +1 @@ -../../distros/supported-all-distro/ \ No newline at end of file +.qa/distros/supported-all-distro \ No newline at end of file diff --git a/qa/suites/powercycle/osd/objectstore b/qa/suites/powercycle/osd/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/powercycle/osd/objectstore +++ b/qa/suites/powercycle/osd/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/powercycle/osd/supported-all-distro b/qa/suites/powercycle/osd/supported-all-distro index 79010476bf41..ca82dde58959 120000 --- a/qa/suites/powercycle/osd/supported-all-distro +++ b/qa/suites/powercycle/osd/supported-all-distro @@ -1 +1 @@ -../../../distros/supported-all-distro/ \ No newline at end of file +.qa/distros/supported-all-distro \ No newline at end of file diff --git a/qa/suites/powercycle/osd/thrashosds-health.yaml b/qa/suites/powercycle/osd/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/powercycle/osd/thrashosds-health.yaml +++ b/qa/suites/powercycle/osd/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/basic/clusters/fixed-2.yaml b/qa/suites/rados/basic/clusters/fixed-2.yaml index cd0791a14861..230ff0fdab41 120000 --- a/qa/suites/rados/basic/clusters/fixed-2.yaml +++ b/qa/suites/rados/basic/clusters/fixed-2.yaml @@ -1 +1 @@ -../../../../clusters/fixed-2.yaml \ No newline at end of file +.qa/clusters/fixed-2.yaml \ No newline at end of file diff --git a/qa/suites/rados/basic/mon_kv_backend b/qa/suites/rados/basic/mon_kv_backend index 6f5a7e62ca85..c2855ec7818b 120000 --- a/qa/suites/rados/basic/mon_kv_backend +++ b/qa/suites/rados/basic/mon_kv_backend @@ -1 +1 @@ -../../../mon_kv_backend \ No newline at end of file +.qa/mon_kv_backend \ No newline at end of file diff --git a/qa/suites/rados/basic/objectstore b/qa/suites/rados/basic/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/basic/objectstore +++ b/qa/suites/rados/basic/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/basic/rados.yaml b/qa/suites/rados/basic/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/basic/rados.yaml +++ b/qa/suites/rados/basic/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/basic/supported-random-distro$ b/qa/suites/rados/basic/supported-random-distro$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/rados/basic/supported-random-distro$ +++ b/qa/suites/rados/basic/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/mgr/objectstore b/qa/suites/rados/mgr/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/mgr/objectstore +++ b/qa/suites/rados/mgr/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/monthrash/mon_kv_backend b/qa/suites/rados/monthrash/mon_kv_backend index 6f5a7e62ca85..c2855ec7818b 120000 --- a/qa/suites/rados/monthrash/mon_kv_backend +++ b/qa/suites/rados/monthrash/mon_kv_backend @@ -1 +1 @@ -../../../mon_kv_backend \ No newline at end of file +.qa/mon_kv_backend \ No newline at end of file diff --git a/qa/suites/rados/monthrash/objectstore b/qa/suites/rados/monthrash/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/monthrash/objectstore +++ b/qa/suites/rados/monthrash/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/monthrash/rados.yaml b/qa/suites/rados/monthrash/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/monthrash/rados.yaml +++ b/qa/suites/rados/monthrash/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/multimon/mon_kv_backend b/qa/suites/rados/multimon/mon_kv_backend index 6f5a7e62ca85..c2855ec7818b 120000 --- a/qa/suites/rados/multimon/mon_kv_backend +++ b/qa/suites/rados/multimon/mon_kv_backend @@ -1 +1 @@ -../../../mon_kv_backend \ No newline at end of file +.qa/mon_kv_backend \ No newline at end of file diff --git a/qa/suites/rados/multimon/objectstore b/qa/suites/rados/multimon/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/multimon/objectstore +++ b/qa/suites/rados/multimon/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/multimon/rados.yaml b/qa/suites/rados/multimon/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/multimon/rados.yaml +++ b/qa/suites/rados/multimon/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/perf/objectstore b/qa/suites/rados/perf/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/perf/objectstore +++ b/qa/suites/rados/perf/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml b/qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml index b23b2a792731..5ac9bfb89325 120000 --- a/qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml +++ b/qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml @@ -1 +1 @@ -../../../../objectstore/bluestore-comp.yaml \ No newline at end of file +.qa/objectstore/bluestore-comp.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml b/qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml index bd7d7e004a1b..961c6c6ac3f8 120000 --- a/qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml +++ b/qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml @@ -1 +1 @@ -../../../../objectstore/bluestore.yaml \ No newline at end of file +.qa/objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton-bluestore/rados.yaml b/qa/suites/rados/singleton-bluestore/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/singleton-bluestore/rados.yaml +++ b/qa/suites/rados/singleton-bluestore/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton-nomsgr/rados.yaml b/qa/suites/rados/singleton-nomsgr/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/singleton-nomsgr/rados.yaml +++ b/qa/suites/rados/singleton-nomsgr/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton/all/thrash-rados/thrashosds-health.yaml b/qa/suites/rados/singleton/all/thrash-rados/thrashosds-health.yaml index 0b1d7b060a92..9124eb1aa29a 120000 --- a/qa/suites/rados/singleton/all/thrash-rados/thrashosds-health.yaml +++ b/qa/suites/rados/singleton/all/thrash-rados/thrashosds-health.yaml @@ -1 +1 @@ -../../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton/objectstore b/qa/suites/rados/singleton/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/singleton/objectstore +++ b/qa/suites/rados/singleton/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/singleton/rados.yaml b/qa/suites/rados/singleton/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/singleton/rados.yaml +++ b/qa/suites/rados/singleton/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-big/leveldb.yaml b/qa/suites/rados/thrash-erasure-code-big/leveldb.yaml index 264207fd6136..440cf7de8497 120000 --- a/qa/suites/rados/thrash-erasure-code-big/leveldb.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/leveldb.yaml @@ -1 +1 @@ -../../../mon_kv_backend/leveldb.yaml \ No newline at end of file +.qa/mon_kv_backend/leveldb.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-big/objectstore b/qa/suites/rados/thrash-erasure-code-big/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/thrash-erasure-code-big/objectstore +++ b/qa/suites/rados/thrash-erasure-code-big/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-big/rados.yaml b/qa/suites/rados/thrash-erasure-code-big/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/thrash-erasure-code-big/rados.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashosds-health.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rados/thrash-erasure-code-big/thrashosds-health.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=jerasure-k=4-m=2.yaml b/qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=jerasure-k=4-m=2.yaml index a4d836c45ee5..c18bec16104b 120000 --- a/qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=jerasure-k=4-m=2.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=jerasure-k=4-m=2.yaml @@ -1 +1 @@ -../../../../erasure-code/ec-rados-plugin=jerasure-k=4-m=2.yaml \ No newline at end of file +.qa/erasure-code/ec-rados-plugin=jerasure-k=4-m=2.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml b/qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml index 86a2d3c3e313..d66fd7960631 120000 --- a/qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml @@ -1 +1 @@ -../../../../erasure-code/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml \ No newline at end of file +.qa/erasure-code/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-isa/leveldb.yaml b/qa/suites/rados/thrash-erasure-code-isa/leveldb.yaml index 264207fd6136..440cf7de8497 120000 --- a/qa/suites/rados/thrash-erasure-code-isa/leveldb.yaml +++ b/qa/suites/rados/thrash-erasure-code-isa/leveldb.yaml @@ -1 +1 @@ -../../../mon_kv_backend/leveldb.yaml \ No newline at end of file +.qa/mon_kv_backend/leveldb.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-isa/objectstore b/qa/suites/rados/thrash-erasure-code-isa/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/thrash-erasure-code-isa/objectstore +++ b/qa/suites/rados/thrash-erasure-code-isa/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-isa/rados.yaml b/qa/suites/rados/thrash-erasure-code-isa/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/thrash-erasure-code-isa/rados.yaml +++ b/qa/suites/rados/thrash-erasure-code-isa/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-isa/thrashosds-health.yaml b/qa/suites/rados/thrash-erasure-code-isa/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rados/thrash-erasure-code-isa/thrashosds-health.yaml +++ b/qa/suites/rados/thrash-erasure-code-isa/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml b/qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml index 9d32cd811c1e..19342b9d8c09 120000 --- a/qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml +++ b/qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml @@ -1 +1 @@ -../../../../erasure-code/ec-rados-plugin=isa-k=2-m=1.yaml \ No newline at end of file +.qa/erasure-code/ec-rados-plugin=isa-k=2-m=1.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-overwrites/thrashosds-health.yaml b/qa/suites/rados/thrash-erasure-code-overwrites/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rados/thrash-erasure-code-overwrites/thrashosds-health.yaml +++ b/qa/suites/rados/thrash-erasure-code-overwrites/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-shec/clusters/fixed-4.yaml b/qa/suites/rados/thrash-erasure-code-shec/clusters/fixed-4.yaml index 961d9b5caf72..aa88300715ac 120000 --- a/qa/suites/rados/thrash-erasure-code-shec/clusters/fixed-4.yaml +++ b/qa/suites/rados/thrash-erasure-code-shec/clusters/fixed-4.yaml @@ -1 +1 @@ -../../../../clusters/fixed-4.yaml \ No newline at end of file +.qa/clusters/fixed-4.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-shec/leveldb.yaml b/qa/suites/rados/thrash-erasure-code-shec/leveldb.yaml index 264207fd6136..440cf7de8497 120000 --- a/qa/suites/rados/thrash-erasure-code-shec/leveldb.yaml +++ b/qa/suites/rados/thrash-erasure-code-shec/leveldb.yaml @@ -1 +1 @@ -../../../mon_kv_backend/leveldb.yaml \ No newline at end of file +.qa/mon_kv_backend/leveldb.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-shec/objectstore b/qa/suites/rados/thrash-erasure-code-shec/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/thrash-erasure-code-shec/objectstore +++ b/qa/suites/rados/thrash-erasure-code-shec/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-shec/rados.yaml b/qa/suites/rados/thrash-erasure-code-shec/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/thrash-erasure-code-shec/rados.yaml +++ b/qa/suites/rados/thrash-erasure-code-shec/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-shec/thrashosds-health.yaml b/qa/suites/rados/thrash-erasure-code-shec/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rados/thrash-erasure-code-shec/thrashosds-health.yaml +++ b/qa/suites/rados/thrash-erasure-code-shec/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code-shec/workloads/ec-rados-plugin=shec-k=4-m=3-c=2.yaml b/qa/suites/rados/thrash-erasure-code-shec/workloads/ec-rados-plugin=shec-k=4-m=3-c=2.yaml index 476d7cddd164..8f318cc33854 120000 --- a/qa/suites/rados/thrash-erasure-code-shec/workloads/ec-rados-plugin=shec-k=4-m=3-c=2.yaml +++ b/qa/suites/rados/thrash-erasure-code-shec/workloads/ec-rados-plugin=shec-k=4-m=3-c=2.yaml @@ -1 +1 @@ -../../../../erasure-code/ec-rados-plugin=shec-k=4-m=3-c=2.yaml \ No newline at end of file +.qa/erasure-code/ec-rados-plugin=shec-k=4-m=3-c=2.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code/leveldb.yaml b/qa/suites/rados/thrash-erasure-code/leveldb.yaml index 264207fd6136..440cf7de8497 120000 --- a/qa/suites/rados/thrash-erasure-code/leveldb.yaml +++ b/qa/suites/rados/thrash-erasure-code/leveldb.yaml @@ -1 +1 @@ -../../../mon_kv_backend/leveldb.yaml \ No newline at end of file +.qa/mon_kv_backend/leveldb.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code/objectstore b/qa/suites/rados/thrash-erasure-code/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/thrash-erasure-code/objectstore +++ b/qa/suites/rados/thrash-erasure-code/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code/rados.yaml b/qa/suites/rados/thrash-erasure-code/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/thrash-erasure-code/rados.yaml +++ b/qa/suites/rados/thrash-erasure-code/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code/thrashosds-health.yaml b/qa/suites/rados/thrash-erasure-code/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rados/thrash-erasure-code/thrashosds-health.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml b/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml index f11eddb7f56c..af6d8042f7e0 120000 --- a/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml +++ b/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml @@ -1 +1 @@ -../../../../erasure-code/ec-rados-plugin=jerasure-k=2-m=1.yaml \ No newline at end of file +.qa/erasure-code/ec-rados-plugin=jerasure-k=2-m=1.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml b/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml index b1407aef7e12..cdf551995181 120000 --- a/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml +++ b/qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml @@ -1 +1 @@ -../../../../erasure-code/ec-rados-plugin=jerasure-k=3-m=1.yaml \ No newline at end of file +.qa/erasure-code/ec-rados-plugin=jerasure-k=3-m=1.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/2-size-2-min-size.yaml b/qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/2-size-2-min-size.yaml index c429b07b9992..5393a75548ae 120000 --- a/qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/2-size-2-min-size.yaml +++ b/qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/2-size-2-min-size.yaml @@ -1 +1 @@ -../../../../overrides/2-size-2-min-size.yaml \ No newline at end of file +.qa/overrides/2-size-2-min-size.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/3-size-2-min-size.yaml b/qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/3-size-2-min-size.yaml index 8d529f0a9ad9..5ff70eadf75a 120000 --- a/qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/3-size-2-min-size.yaml +++ b/qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/3-size-2-min-size.yaml @@ -1 +1 @@ -../../../../overrides/3-size-2-min-size.yaml \ No newline at end of file +.qa/overrides/3-size-2-min-size.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml b/qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml index 99ec2bb0055d..bd9854e70298 120000 --- a/qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml +++ b/qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/centos_latest.yaml \ No newline at end of file +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/distro$/ubuntu_16.04.yaml b/qa/suites/rados/thrash-old-clients/distro$/ubuntu_16.04.yaml index e34374e3bd23..053d801e916d 120000 --- a/qa/suites/rados/thrash-old-clients/distro$/ubuntu_16.04.yaml +++ b/qa/suites/rados/thrash-old-clients/distro$/ubuntu_16.04.yaml @@ -1 +1 @@ -../../../../distros/all/ubuntu_16.04.yaml \ No newline at end of file +.qa/distros/all/ubuntu_16.04.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/rados.yaml b/qa/suites/rados/thrash-old-clients/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/thrash-old-clients/rados.yaml +++ b/qa/suites/rados/thrash-old-clients/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/rocksdb.yaml b/qa/suites/rados/thrash-old-clients/rocksdb.yaml index f26e095f9860..907e5902e322 120000 --- a/qa/suites/rados/thrash-old-clients/rocksdb.yaml +++ b/qa/suites/rados/thrash-old-clients/rocksdb.yaml @@ -1 +1 @@ -../../../mon_kv_backend/rocksdb.yaml \ No newline at end of file +.qa/mon_kv_backend/rocksdb.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash-old-clients/thrashosds-health.yaml b/qa/suites/rados/thrash-old-clients/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rados/thrash-old-clients/thrashosds-health.yaml +++ b/qa/suites/rados/thrash-old-clients/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash/0-size-min-size-overrides/2-size-2-min-size.yaml b/qa/suites/rados/thrash/0-size-min-size-overrides/2-size-2-min-size.yaml index c429b07b9992..5393a75548ae 120000 --- a/qa/suites/rados/thrash/0-size-min-size-overrides/2-size-2-min-size.yaml +++ b/qa/suites/rados/thrash/0-size-min-size-overrides/2-size-2-min-size.yaml @@ -1 +1 @@ -../../../../overrides/2-size-2-min-size.yaml \ No newline at end of file +.qa/overrides/2-size-2-min-size.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash/0-size-min-size-overrides/3-size-2-min-size.yaml b/qa/suites/rados/thrash/0-size-min-size-overrides/3-size-2-min-size.yaml index 8d529f0a9ad9..5ff70eadf75a 120000 --- a/qa/suites/rados/thrash/0-size-min-size-overrides/3-size-2-min-size.yaml +++ b/qa/suites/rados/thrash/0-size-min-size-overrides/3-size-2-min-size.yaml @@ -1 +1 @@ -../../../../overrides/3-size-2-min-size.yaml \ No newline at end of file +.qa/overrides/3-size-2-min-size.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash/1-pg-log-overrides/short_pg_log.yaml b/qa/suites/rados/thrash/1-pg-log-overrides/short_pg_log.yaml index 62010f4f7fb6..abd86d7d9860 120000 --- a/qa/suites/rados/thrash/1-pg-log-overrides/short_pg_log.yaml +++ b/qa/suites/rados/thrash/1-pg-log-overrides/short_pg_log.yaml @@ -1 +1 @@ -../../../../overrides/short_pg_log.yaml \ No newline at end of file +.qa/overrides/short_pg_log.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash/2-recovery-overrides/more-active-recovery.yaml b/qa/suites/rados/thrash/2-recovery-overrides/more-active-recovery.yaml index 3aa7ce922baf..47afd70202d9 120000 --- a/qa/suites/rados/thrash/2-recovery-overrides/more-active-recovery.yaml +++ b/qa/suites/rados/thrash/2-recovery-overrides/more-active-recovery.yaml @@ -1 +1 @@ -../../../../overrides/more-active-recovery.yaml \ No newline at end of file +.qa/overrides/more-active-recovery.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash/clusters/fixed-2.yaml b/qa/suites/rados/thrash/clusters/fixed-2.yaml index cd0791a14861..230ff0fdab41 120000 --- a/qa/suites/rados/thrash/clusters/fixed-2.yaml +++ b/qa/suites/rados/thrash/clusters/fixed-2.yaml @@ -1 +1 @@ -../../../../clusters/fixed-2.yaml \ No newline at end of file +.qa/clusters/fixed-2.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash/objectstore b/qa/suites/rados/thrash/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/thrash/objectstore +++ b/qa/suites/rados/thrash/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/thrash/rados.yaml b/qa/suites/rados/thrash/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/thrash/rados.yaml +++ b/qa/suites/rados/thrash/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash/rocksdb.yaml b/qa/suites/rados/thrash/rocksdb.yaml index f26e095f9860..907e5902e322 120000 --- a/qa/suites/rados/thrash/rocksdb.yaml +++ b/qa/suites/rados/thrash/rocksdb.yaml @@ -1 +1 @@ -../../../mon_kv_backend/rocksdb.yaml \ No newline at end of file +.qa/mon_kv_backend/rocksdb.yaml \ No newline at end of file diff --git a/qa/suites/rados/thrash/thrashosds-health.yaml b/qa/suites/rados/thrash/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rados/thrash/thrashosds-health.yaml +++ b/qa/suites/rados/thrash/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/upgrade/luminous-x-singleton/7-mimic.yaml b/qa/suites/rados/upgrade/luminous-x-singleton/7-mimic.yaml index 52e4a5e68497..70b9ff00f7ac 120000 --- a/qa/suites/rados/upgrade/luminous-x-singleton/7-mimic.yaml +++ b/qa/suites/rados/upgrade/luminous-x-singleton/7-mimic.yaml @@ -1 +1 @@ -../../../../releases/mimic.yaml \ No newline at end of file +.qa/releases/mimic.yaml \ No newline at end of file diff --git a/qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$ b/qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$ index aaf8de5d4850..0862b4457b37 120000 --- a/qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$ +++ b/qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$ @@ -1 +1 @@ -../../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rados/upgrade/luminous-x-singleton/thrashosds-health.yaml b/qa/suites/rados/upgrade/luminous-x-singleton/thrashosds-health.yaml index e0426dbe4993..9124eb1aa29a 120000 --- a/qa/suites/rados/upgrade/luminous-x-singleton/thrashosds-health.yaml +++ b/qa/suites/rados/upgrade/luminous-x-singleton/thrashosds-health.yaml @@ -1 +1 @@ -../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/verify/clusters/fixed-2.yaml b/qa/suites/rados/verify/clusters/fixed-2.yaml index cd0791a14861..230ff0fdab41 120000 --- a/qa/suites/rados/verify/clusters/fixed-2.yaml +++ b/qa/suites/rados/verify/clusters/fixed-2.yaml @@ -1 +1 @@ -../../../../clusters/fixed-2.yaml \ No newline at end of file +.qa/clusters/fixed-2.yaml \ No newline at end of file diff --git a/qa/suites/rados/verify/d-thrash/default/thrashosds-health.yaml b/qa/suites/rados/verify/d-thrash/default/thrashosds-health.yaml index 0b1d7b060a92..9124eb1aa29a 120000 --- a/qa/suites/rados/verify/d-thrash/default/thrashosds-health.yaml +++ b/qa/suites/rados/verify/d-thrash/default/thrashosds-health.yaml @@ -1 +1 @@ -../../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rados/verify/mon_kv_backend b/qa/suites/rados/verify/mon_kv_backend index 6f5a7e62ca85..c2855ec7818b 120000 --- a/qa/suites/rados/verify/mon_kv_backend +++ b/qa/suites/rados/verify/mon_kv_backend @@ -1 +1 @@ -../../../mon_kv_backend \ No newline at end of file +.qa/mon_kv_backend \ No newline at end of file diff --git a/qa/suites/rados/verify/objectstore b/qa/suites/rados/verify/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rados/verify/objectstore +++ b/qa/suites/rados/verify/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rados/verify/rados.yaml b/qa/suites/rados/verify/rados.yaml index b756e57bcf09..d256979c0299 120000 --- a/qa/suites/rados/verify/rados.yaml +++ b/qa/suites/rados/verify/rados.yaml @@ -1 +1 @@ -../../../config/rados.yaml \ No newline at end of file +.qa/config/rados.yaml \ No newline at end of file diff --git a/qa/suites/rbd/basic/clusters/fixed-1.yaml b/qa/suites/rbd/basic/clusters/fixed-1.yaml index 435ea3c7546a..02df5dd0cd04 120000 --- a/qa/suites/rbd/basic/clusters/fixed-1.yaml +++ b/qa/suites/rbd/basic/clusters/fixed-1.yaml @@ -1 +1 @@ -../../../../clusters/fixed-1.yaml \ No newline at end of file +.qa/clusters/fixed-1.yaml \ No newline at end of file diff --git a/qa/suites/rbd/basic/objectstore b/qa/suites/rbd/basic/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/basic/objectstore +++ b/qa/suites/rbd/basic/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/basic/supported-random-distro$ b/qa/suites/rbd/basic/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/basic/supported-random-distro$ +++ b/qa/suites/rbd/basic/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/cli/objectstore b/qa/suites/rbd/cli/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/cli/objectstore +++ b/qa/suites/rbd/cli/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/cli/supported-random-distro$ b/qa/suites/rbd/cli/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/cli/supported-random-distro$ +++ b/qa/suites/rbd/cli/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/cli_v1/objectstore b/qa/suites/rbd/cli_v1/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/cli_v1/objectstore +++ b/qa/suites/rbd/cli_v1/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/cli_v1/supported-random-distro$ b/qa/suites/rbd/cli_v1/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/cli_v1/supported-random-distro$ +++ b/qa/suites/rbd/cli_v1/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/librbd/clusters/fixed-3.yaml b/qa/suites/rbd/librbd/clusters/fixed-3.yaml index a3ac9fc4dec2..f75a848b8e74 120000 --- a/qa/suites/rbd/librbd/clusters/fixed-3.yaml +++ b/qa/suites/rbd/librbd/clusters/fixed-3.yaml @@ -1 +1 @@ -../../../../clusters/fixed-3.yaml \ No newline at end of file +.qa/clusters/fixed-3.yaml \ No newline at end of file diff --git a/qa/suites/rbd/librbd/objectstore b/qa/suites/rbd/librbd/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/librbd/objectstore +++ b/qa/suites/rbd/librbd/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/maintenance/clusters/fixed-3.yaml b/qa/suites/rbd/maintenance/clusters/fixed-3.yaml index a3ac9fc4dec2..f75a848b8e74 120000 --- a/qa/suites/rbd/maintenance/clusters/fixed-3.yaml +++ b/qa/suites/rbd/maintenance/clusters/fixed-3.yaml @@ -1 +1 @@ -../../../../clusters/fixed-3.yaml \ No newline at end of file +.qa/clusters/fixed-3.yaml \ No newline at end of file diff --git a/qa/suites/rbd/maintenance/objectstore b/qa/suites/rbd/maintenance/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/maintenance/objectstore +++ b/qa/suites/rbd/maintenance/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/maintenance/supported-random-distro$ b/qa/suites/rbd/maintenance/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/maintenance/supported-random-distro$ +++ b/qa/suites/rbd/maintenance/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/mirror-thrash/objectstore b/qa/suites/rbd/mirror-thrash/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/mirror-thrash/objectstore +++ b/qa/suites/rbd/mirror-thrash/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/mirror-thrash/supported-random-distro$ b/qa/suites/rbd/mirror-thrash/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/mirror-thrash/supported-random-distro$ +++ b/qa/suites/rbd/mirror-thrash/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/mirror/supported-random-distro$ b/qa/suites/rbd/mirror/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/mirror/supported-random-distro$ +++ b/qa/suites/rbd/mirror/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/nbd/objectstore b/qa/suites/rbd/nbd/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/nbd/objectstore +++ b/qa/suites/rbd/nbd/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/nbd/thrashosds-health.yaml b/qa/suites/rbd/nbd/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rbd/nbd/thrashosds-health.yaml +++ b/qa/suites/rbd/nbd/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rbd/openstack/objectstore b/qa/suites/rbd/openstack/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/openstack/objectstore +++ b/qa/suites/rbd/openstack/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/openstack/supported-random-distro$ b/qa/suites/rbd/openstack/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/openstack/supported-random-distro$ +++ b/qa/suites/rbd/openstack/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/qemu/clusters/fixed-3.yaml b/qa/suites/rbd/qemu/clusters/fixed-3.yaml index a3ac9fc4dec2..f75a848b8e74 120000 --- a/qa/suites/rbd/qemu/clusters/fixed-3.yaml +++ b/qa/suites/rbd/qemu/clusters/fixed-3.yaml @@ -1 +1 @@ -../../../../clusters/fixed-3.yaml \ No newline at end of file +.qa/clusters/fixed-3.yaml \ No newline at end of file diff --git a/qa/suites/rbd/qemu/objectstore b/qa/suites/rbd/qemu/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/qemu/objectstore +++ b/qa/suites/rbd/qemu/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/qemu/supported-random-distro$ b/qa/suites/rbd/qemu/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/qemu/supported-random-distro$ +++ b/qa/suites/rbd/qemu/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/singleton-bluestore/objectstore/bluestore-comp.yaml b/qa/suites/rbd/singleton-bluestore/objectstore/bluestore-comp.yaml index b23b2a792731..5ac9bfb89325 120000 --- a/qa/suites/rbd/singleton-bluestore/objectstore/bluestore-comp.yaml +++ b/qa/suites/rbd/singleton-bluestore/objectstore/bluestore-comp.yaml @@ -1 +1 @@ -../../../../objectstore/bluestore-comp.yaml \ No newline at end of file +.qa/objectstore/bluestore-comp.yaml \ No newline at end of file diff --git a/qa/suites/rbd/singleton-bluestore/objectstore/bluestore.yaml b/qa/suites/rbd/singleton-bluestore/objectstore/bluestore.yaml index bd7d7e004a1b..961c6c6ac3f8 120000 --- a/qa/suites/rbd/singleton-bluestore/objectstore/bluestore.yaml +++ b/qa/suites/rbd/singleton-bluestore/objectstore/bluestore.yaml @@ -1 +1 @@ -../../../../objectstore/bluestore.yaml \ No newline at end of file +.qa/objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/rbd/singleton-bluestore/supported-random-distro$ b/qa/suites/rbd/singleton-bluestore/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/singleton-bluestore/supported-random-distro$ +++ b/qa/suites/rbd/singleton-bluestore/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/singleton/objectstore b/qa/suites/rbd/singleton/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/singleton/objectstore +++ b/qa/suites/rbd/singleton/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/singleton/supported-random-distro$ b/qa/suites/rbd/singleton/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/singleton/supported-random-distro$ +++ b/qa/suites/rbd/singleton/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/thrash/clusters/fixed-2.yaml b/qa/suites/rbd/thrash/clusters/fixed-2.yaml index cd0791a14861..230ff0fdab41 120000 --- a/qa/suites/rbd/thrash/clusters/fixed-2.yaml +++ b/qa/suites/rbd/thrash/clusters/fixed-2.yaml @@ -1 +1 @@ -../../../../clusters/fixed-2.yaml \ No newline at end of file +.qa/clusters/fixed-2.yaml \ No newline at end of file diff --git a/qa/suites/rbd/thrash/objectstore b/qa/suites/rbd/thrash/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/thrash/objectstore +++ b/qa/suites/rbd/thrash/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rbd/thrash/supported-random-distro$ b/qa/suites/rbd/thrash/supported-random-distro$ index 0c590d7481a4..0862b4457b37 120000 --- a/qa/suites/rbd/thrash/supported-random-distro$ +++ b/qa/suites/rbd/thrash/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rbd/thrash/thrashosds-health.yaml b/qa/suites/rbd/thrash/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rbd/thrash/thrashosds-health.yaml +++ b/qa/suites/rbd/thrash/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rbd/valgrind/centos_latest.yaml b/qa/suites/rbd/valgrind/centos_latest.yaml index 88b3a09564b2..bd9854e70298 120000 --- a/qa/suites/rbd/valgrind/centos_latest.yaml +++ b/qa/suites/rbd/valgrind/centos_latest.yaml @@ -1 +1 @@ -../../../distros/supported/centos_latest.yaml \ No newline at end of file +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rbd/valgrind/objectstore b/qa/suites/rbd/valgrind/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rbd/valgrind/objectstore +++ b/qa/suites/rbd/valgrind/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rgw/hadoop-s3a/supported-random-distro$ b/qa/suites/rgw/hadoop-s3a/supported-random-distro$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/rgw/hadoop-s3a/supported-random-distro$ +++ b/qa/suites/rgw/hadoop-s3a/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rgw/multifs/clusters/fixed-2.yaml b/qa/suites/rgw/multifs/clusters/fixed-2.yaml index cd0791a14861..230ff0fdab41 120000 --- a/qa/suites/rgw/multifs/clusters/fixed-2.yaml +++ b/qa/suites/rgw/multifs/clusters/fixed-2.yaml @@ -1 +1 @@ -../../../../clusters/fixed-2.yaml \ No newline at end of file +.qa/clusters/fixed-2.yaml \ No newline at end of file diff --git a/qa/suites/rgw/multifs/frontend/civetweb.yaml b/qa/suites/rgw/multifs/frontend/civetweb.yaml index 48cea2e75634..f9115ff4a7ce 120000 --- a/qa/suites/rgw/multifs/frontend/civetweb.yaml +++ b/qa/suites/rgw/multifs/frontend/civetweb.yaml @@ -1 +1 @@ -../../../../rgw_frontend/civetweb.yaml \ No newline at end of file +.qa/rgw_frontend/civetweb.yaml \ No newline at end of file diff --git a/qa/suites/rgw/multifs/objectstore b/qa/suites/rgw/multifs/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rgw/multifs/objectstore +++ b/qa/suites/rgw/multifs/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rgw/multifs/rgw_pool_type b/qa/suites/rgw/multifs/rgw_pool_type index 0506f616ce26..3bbd28e968b0 120000 --- a/qa/suites/rgw/multifs/rgw_pool_type +++ b/qa/suites/rgw/multifs/rgw_pool_type @@ -1 +1 @@ -../../../rgw_pool_type \ No newline at end of file +.qa/rgw_pool_type \ No newline at end of file diff --git a/qa/suites/rgw/multisite/frontend b/qa/suites/rgw/multisite/frontend index f67cecad0751..926a53e83834 120000 --- a/qa/suites/rgw/multisite/frontend +++ b/qa/suites/rgw/multisite/frontend @@ -1 +1 @@ -../../../rgw_frontend \ No newline at end of file +.qa/rgw_frontend \ No newline at end of file diff --git a/qa/suites/rgw/singleton/frontend/civetweb.yaml b/qa/suites/rgw/singleton/frontend/civetweb.yaml index 48cea2e75634..f9115ff4a7ce 120000 --- a/qa/suites/rgw/singleton/frontend/civetweb.yaml +++ b/qa/suites/rgw/singleton/frontend/civetweb.yaml @@ -1 +1 @@ -../../../../rgw_frontend/civetweb.yaml \ No newline at end of file +.qa/rgw_frontend/civetweb.yaml \ No newline at end of file diff --git a/qa/suites/rgw/singleton/objectstore b/qa/suites/rgw/singleton/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rgw/singleton/objectstore +++ b/qa/suites/rgw/singleton/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rgw/singleton/rgw_pool_type b/qa/suites/rgw/singleton/rgw_pool_type index 77fa7e71b78d..3bbd28e968b0 120000 --- a/qa/suites/rgw/singleton/rgw_pool_type +++ b/qa/suites/rgw/singleton/rgw_pool_type @@ -1 +1 @@ -../../../rgw_pool_type/ \ No newline at end of file +.qa/rgw_pool_type \ No newline at end of file diff --git a/qa/suites/rgw/singleton/supported-random-distro$ b/qa/suites/rgw/singleton/supported-random-distro$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/rgw/singleton/supported-random-distro$ +++ b/qa/suites/rgw/singleton/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rgw/tempest/clusters/fixed-1.yaml b/qa/suites/rgw/tempest/clusters/fixed-1.yaml index 435ea3c7546a..02df5dd0cd04 120000 --- a/qa/suites/rgw/tempest/clusters/fixed-1.yaml +++ b/qa/suites/rgw/tempest/clusters/fixed-1.yaml @@ -1 +1 @@ -../../../../clusters/fixed-1.yaml \ No newline at end of file +.qa/clusters/fixed-1.yaml \ No newline at end of file diff --git a/qa/suites/rgw/tempest/frontend b/qa/suites/rgw/tempest/frontend index f67cecad0751..926a53e83834 120000 --- a/qa/suites/rgw/tempest/frontend +++ b/qa/suites/rgw/tempest/frontend @@ -1 +1 @@ -../../../rgw_frontend \ No newline at end of file +.qa/rgw_frontend \ No newline at end of file diff --git a/qa/suites/rgw/tempest/supported-random-distro$ b/qa/suites/rgw/tempest/supported-random-distro$ index 072fd838584c..0862b4457b37 120000 --- a/qa/suites/rgw/tempest/supported-random-distro$ +++ b/qa/suites/rgw/tempest/supported-random-distro$ @@ -1 +1 @@ -../../../distros/supported-random-distro$/ \ No newline at end of file +.qa/distros/supported-random-distro$ \ No newline at end of file diff --git a/qa/suites/rgw/thrash/clusters/fixed-2.yaml b/qa/suites/rgw/thrash/clusters/fixed-2.yaml index cd0791a14861..230ff0fdab41 120000 --- a/qa/suites/rgw/thrash/clusters/fixed-2.yaml +++ b/qa/suites/rgw/thrash/clusters/fixed-2.yaml @@ -1 +1 @@ -../../../../clusters/fixed-2.yaml \ No newline at end of file +.qa/clusters/fixed-2.yaml \ No newline at end of file diff --git a/qa/suites/rgw/thrash/objectstore b/qa/suites/rgw/thrash/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rgw/thrash/objectstore +++ b/qa/suites/rgw/thrash/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rgw/thrash/thrashosds-health.yaml b/qa/suites/rgw/thrash/thrashosds-health.yaml index ebf7f34f39bc..9124eb1aa29a 120000 --- a/qa/suites/rgw/thrash/thrashosds-health.yaml +++ b/qa/suites/rgw/thrash/thrashosds-health.yaml @@ -1 +1 @@ -../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/rgw/verify/clusters/fixed-2.yaml b/qa/suites/rgw/verify/clusters/fixed-2.yaml index cd0791a14861..230ff0fdab41 120000 --- a/qa/suites/rgw/verify/clusters/fixed-2.yaml +++ b/qa/suites/rgw/verify/clusters/fixed-2.yaml @@ -1 +1 @@ -../../../../clusters/fixed-2.yaml \ No newline at end of file +.qa/clusters/fixed-2.yaml \ No newline at end of file diff --git a/qa/suites/rgw/verify/frontend b/qa/suites/rgw/verify/frontend index f67cecad0751..926a53e83834 120000 --- a/qa/suites/rgw/verify/frontend +++ b/qa/suites/rgw/verify/frontend @@ -1 +1 @@ -../../../rgw_frontend \ No newline at end of file +.qa/rgw_frontend \ No newline at end of file diff --git a/qa/suites/rgw/verify/objectstore b/qa/suites/rgw/verify/objectstore index 4c8ebadfde87..c40bd3261453 120000 --- a/qa/suites/rgw/verify/objectstore +++ b/qa/suites/rgw/verify/objectstore @@ -1 +1 @@ -../../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/rgw/verify/rgw_pool_type b/qa/suites/rgw/verify/rgw_pool_type index 77fa7e71b78d..3bbd28e968b0 120000 --- a/qa/suites/rgw/verify/rgw_pool_type +++ b/qa/suites/rgw/verify/rgw_pool_type @@ -1 +1 @@ -../../../rgw_pool_type/ \ No newline at end of file +.qa/rgw_pool_type \ No newline at end of file diff --git a/qa/suites/samba/objectstore b/qa/suites/samba/objectstore index 39d9417ba464..c40bd3261453 120000 --- a/qa/suites/samba/objectstore +++ b/qa/suites/samba/objectstore @@ -1 +1 @@ -../../objectstore \ No newline at end of file +.qa/objectstore \ No newline at end of file diff --git a/qa/suites/smoke/1node/clusters/fixed-1.yaml b/qa/suites/smoke/1node/clusters/fixed-1.yaml index 435ea3c7546a..02df5dd0cd04 120000 --- a/qa/suites/smoke/1node/clusters/fixed-1.yaml +++ b/qa/suites/smoke/1node/clusters/fixed-1.yaml @@ -1 +1 @@ -../../../../clusters/fixed-1.yaml \ No newline at end of file +.qa/clusters/fixed-1.yaml \ No newline at end of file diff --git a/qa/suites/smoke/1node/distros/ubuntu_latest.yaml b/qa/suites/smoke/1node/distros/ubuntu_latest.yaml index 21601efb361d..3a09f9abb05c 120000 --- a/qa/suites/smoke/1node/distros/ubuntu_latest.yaml +++ b/qa/suites/smoke/1node/distros/ubuntu_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/smoke/1node/objectstore/filestore-xfs.yaml b/qa/suites/smoke/1node/objectstore/filestore-xfs.yaml index 1af1dfd77be6..41f2a9d14db8 120000 --- a/qa/suites/smoke/1node/objectstore/filestore-xfs.yaml +++ b/qa/suites/smoke/1node/objectstore/filestore-xfs.yaml @@ -1 +1 @@ -../../../../objectstore/filestore-xfs.yaml \ No newline at end of file +.qa/objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/smoke/basic/clusters/fixed-3-cephfs.yaml b/qa/suites/smoke/basic/clusters/fixed-3-cephfs.yaml index a482e6504214..24480dfc71a2 120000 --- a/qa/suites/smoke/basic/clusters/fixed-3-cephfs.yaml +++ b/qa/suites/smoke/basic/clusters/fixed-3-cephfs.yaml @@ -1 +1 @@ -../../../../clusters/fixed-3-cephfs.yaml \ No newline at end of file +.qa/clusters/fixed-3-cephfs.yaml \ No newline at end of file diff --git a/qa/suites/smoke/basic/objectstore/bluestore.yaml b/qa/suites/smoke/basic/objectstore/bluestore.yaml index bd7d7e004a1b..961c6c6ac3f8 120000 --- a/qa/suites/smoke/basic/objectstore/bluestore.yaml +++ b/qa/suites/smoke/basic/objectstore/bluestore.yaml @@ -1 +1 @@ -../../../../objectstore/bluestore.yaml \ No newline at end of file +.qa/objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/smoke/systemd/distros/centos_latest.yaml b/qa/suites/smoke/systemd/distros/centos_latest.yaml index 99ec2bb0055d..bd9854e70298 120000 --- a/qa/suites/smoke/systemd/distros/centos_latest.yaml +++ b/qa/suites/smoke/systemd/distros/centos_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/centos_latest.yaml \ No newline at end of file +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml b/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml index 21601efb361d..3a09f9abb05c 120000 --- a/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml +++ b/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml @@ -1 +1 @@ -../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file +.qa/distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml b/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml index 1af1dfd77be6..41f2a9d14db8 120000 --- a/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml +++ b/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml @@ -1 +1 @@ -../../../../objectstore/filestore-xfs.yaml \ No newline at end of file +.qa/objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/stress/bench/clusters/fixed-3-cephfs.yaml b/qa/suites/stress/bench/clusters/fixed-3-cephfs.yaml index a482e6504214..24480dfc71a2 120000 --- a/qa/suites/stress/bench/clusters/fixed-3-cephfs.yaml +++ b/qa/suites/stress/bench/clusters/fixed-3-cephfs.yaml @@ -1 +1 @@ -../../../../clusters/fixed-3-cephfs.yaml \ No newline at end of file +.qa/clusters/fixed-3-cephfs.yaml \ No newline at end of file diff --git a/qa/suites/teuthology/buildpackages/supported-all-distro b/qa/suites/teuthology/buildpackages/supported-all-distro index 79010476bf41..ca82dde58959 120000 --- a/qa/suites/teuthology/buildpackages/supported-all-distro +++ b/qa/suites/teuthology/buildpackages/supported-all-distro @@ -1 +1 @@ -../../../distros/supported-all-distro/ \ No newline at end of file +.qa/distros/supported-all-distro \ No newline at end of file diff --git a/qa/suites/teuthology/ceph/distros b/qa/suites/teuthology/ceph/distros index dd0d7f1d5bdc..23d9e9be86f0 120000 --- a/qa/suites/teuthology/ceph/distros +++ b/qa/suites/teuthology/ceph/distros @@ -1 +1 @@ -../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/teuthology/rgw/distros b/qa/suites/teuthology/rgw/distros index dd0d7f1d5bdc..23d9e9be86f0 120000 --- a/qa/suites/teuthology/rgw/distros +++ b/qa/suites/teuthology/rgw/distros @@ -1 +1 @@ -../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/hammer-jewel-x/parallel/4-jewel.yaml b/qa/suites/upgrade/hammer-jewel-x/parallel/4-jewel.yaml index 987c18c3726f..e9addbe236ca 120000 --- a/qa/suites/upgrade/hammer-jewel-x/parallel/4-jewel.yaml +++ b/qa/suites/upgrade/hammer-jewel-x/parallel/4-jewel.yaml @@ -1 +1 @@ -../../../../releases/jewel.yaml \ No newline at end of file +.qa/releases/jewel.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/hammer-jewel-x/parallel/8-luminous.yaml b/qa/suites/upgrade/hammer-jewel-x/parallel/8-luminous.yaml index 5283ac73e1b2..8de8798f8769 120000 --- a/qa/suites/upgrade/hammer-jewel-x/parallel/8-luminous.yaml +++ b/qa/suites/upgrade/hammer-jewel-x/parallel/8-luminous.yaml @@ -1 +1 @@ -../../../../releases/luminous.yaml \ No newline at end of file +.qa/releases/luminous.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/hammer-jewel-x/parallel/distros b/qa/suites/upgrade/hammer-jewel-x/parallel/distros index ca99fee94fa8..23d9e9be86f0 120000 --- a/qa/suites/upgrade/hammer-jewel-x/parallel/distros +++ b/qa/suites/upgrade/hammer-jewel-x/parallel/distros @@ -1 +1 @@ -../../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/hammer-jewel-x/stress-split/6-luminous.yaml b/qa/suites/upgrade/hammer-jewel-x/stress-split/6-luminous.yaml index 5283ac73e1b2..8de8798f8769 120000 --- a/qa/suites/upgrade/hammer-jewel-x/stress-split/6-luminous.yaml +++ b/qa/suites/upgrade/hammer-jewel-x/stress-split/6-luminous.yaml @@ -1 +1 @@ -../../../../releases/luminous.yaml \ No newline at end of file +.qa/releases/luminous.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/hammer-jewel-x/stress-split/distros b/qa/suites/upgrade/hammer-jewel-x/stress-split/distros index ca99fee94fa8..23d9e9be86f0 120000 --- a/qa/suites/upgrade/hammer-jewel-x/stress-split/distros +++ b/qa/suites/upgrade/hammer-jewel-x/stress-split/distros @@ -1 +1 @@ -../../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/ceph-deploy/distros/centos_latest.yaml b/qa/suites/upgrade/jewel-x/ceph-deploy/distros/centos_latest.yaml index b5973b95278b..bd9854e70298 120000 --- a/qa/suites/upgrade/jewel-x/ceph-deploy/distros/centos_latest.yaml +++ b/qa/suites/upgrade/jewel-x/ceph-deploy/distros/centos_latest.yaml @@ -1 +1 @@ -../../../../../distros/supported/centos_latest.yaml \ No newline at end of file +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/parallel/4-luminous.yaml b/qa/suites/upgrade/jewel-x/parallel/4-luminous.yaml index 5283ac73e1b2..8de8798f8769 120000 --- a/qa/suites/upgrade/jewel-x/parallel/4-luminous.yaml +++ b/qa/suites/upgrade/jewel-x/parallel/4-luminous.yaml @@ -1 +1 @@ -../../../../releases/luminous.yaml \ No newline at end of file +.qa/releases/luminous.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/parallel/distros b/qa/suites/upgrade/jewel-x/parallel/distros index ca99fee94fa8..23d9e9be86f0 120000 --- a/qa/suites/upgrade/jewel-x/parallel/distros +++ b/qa/suites/upgrade/jewel-x/parallel/distros @@ -1 +1 @@ -../../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/distros b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/distros index ca99fee94fa8..23d9e9be86f0 120000 --- a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/distros +++ b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/distros @@ -1 +1 @@ -../../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/thrashosds-health.yaml b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/thrashosds-health.yaml index e0426dbe4993..9124eb1aa29a 120000 --- a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/thrashosds-health.yaml +++ b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/thrashosds-health.yaml @@ -1 +1 @@ -../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split/6-luminous.yaml b/qa/suites/upgrade/jewel-x/stress-split/6-luminous.yaml index 5283ac73e1b2..8de8798f8769 120000 --- a/qa/suites/upgrade/jewel-x/stress-split/6-luminous.yaml +++ b/qa/suites/upgrade/jewel-x/stress-split/6-luminous.yaml @@ -1 +1 @@ -../../../../releases/luminous.yaml \ No newline at end of file +.qa/releases/luminous.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split/distros b/qa/suites/upgrade/jewel-x/stress-split/distros index ca99fee94fa8..23d9e9be86f0 120000 --- a/qa/suites/upgrade/jewel-x/stress-split/distros +++ b/qa/suites/upgrade/jewel-x/stress-split/distros @@ -1 +1 @@ -../../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/jewel-x/stress-split/thrashosds-health.yaml b/qa/suites/upgrade/jewel-x/stress-split/thrashosds-health.yaml index e0426dbe4993..9124eb1aa29a 120000 --- a/qa/suites/upgrade/jewel-x/stress-split/thrashosds-health.yaml +++ b/qa/suites/upgrade/jewel-x/stress-split/thrashosds-health.yaml @@ -1 +1 @@ -../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/parallel/4-luminous-with-mgr.yaml b/qa/suites/upgrade/kraken-x/parallel/4-luminous-with-mgr.yaml index 5c72153e1f4c..9dbc895b05ff 120000 --- a/qa/suites/upgrade/kraken-x/parallel/4-luminous-with-mgr.yaml +++ b/qa/suites/upgrade/kraken-x/parallel/4-luminous-with-mgr.yaml @@ -1 +1 @@ -../../../../releases/luminous-with-mgr.yaml \ No newline at end of file +.qa/releases/luminous-with-mgr.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/parallel/distros b/qa/suites/upgrade/kraken-x/parallel/distros index ca99fee94fa8..23d9e9be86f0 120000 --- a/qa/suites/upgrade/kraken-x/parallel/distros +++ b/qa/suites/upgrade/kraken-x/parallel/distros @@ -1 +1 @@ -../../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/stress-split-erasure-code/distros b/qa/suites/upgrade/kraken-x/stress-split-erasure-code/distros index ca99fee94fa8..23d9e9be86f0 120000 --- a/qa/suites/upgrade/kraken-x/stress-split-erasure-code/distros +++ b/qa/suites/upgrade/kraken-x/stress-split-erasure-code/distros @@ -1 +1 @@ -../../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/stress-split-erasure-code/thrashosds-health.yaml b/qa/suites/upgrade/kraken-x/stress-split-erasure-code/thrashosds-health.yaml index e0426dbe4993..9124eb1aa29a 120000 --- a/qa/suites/upgrade/kraken-x/stress-split-erasure-code/thrashosds-health.yaml +++ b/qa/suites/upgrade/kraken-x/stress-split-erasure-code/thrashosds-health.yaml @@ -1 +1 @@ -../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/stress-split/6-luminous-with-mgr.yaml b/qa/suites/upgrade/kraken-x/stress-split/6-luminous-with-mgr.yaml index 5c72153e1f4c..9dbc895b05ff 120000 --- a/qa/suites/upgrade/kraken-x/stress-split/6-luminous-with-mgr.yaml +++ b/qa/suites/upgrade/kraken-x/stress-split/6-luminous-with-mgr.yaml @@ -1 +1 @@ -../../../../releases/luminous-with-mgr.yaml \ No newline at end of file +.qa/releases/luminous-with-mgr.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/stress-split/distros b/qa/suites/upgrade/kraken-x/stress-split/distros index ca99fee94fa8..23d9e9be86f0 120000 --- a/qa/suites/upgrade/kraken-x/stress-split/distros +++ b/qa/suites/upgrade/kraken-x/stress-split/distros @@ -1 +1 @@ -../../../../distros/supported/ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/stress-split/objectstore/bluestore.yaml b/qa/suites/upgrade/kraken-x/stress-split/objectstore/bluestore.yaml index d6445987d072..961c6c6ac3f8 120000 --- a/qa/suites/upgrade/kraken-x/stress-split/objectstore/bluestore.yaml +++ b/qa/suites/upgrade/kraken-x/stress-split/objectstore/bluestore.yaml @@ -1 +1 @@ -../../../../../objectstore/bluestore.yaml \ No newline at end of file +.qa/objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/stress-split/objectstore/filestore-xfs.yaml b/qa/suites/upgrade/kraken-x/stress-split/objectstore/filestore-xfs.yaml index 03750e5adeba..41f2a9d14db8 120000 --- a/qa/suites/upgrade/kraken-x/stress-split/objectstore/filestore-xfs.yaml +++ b/qa/suites/upgrade/kraken-x/stress-split/objectstore/filestore-xfs.yaml @@ -1 +1 @@ -../../../../../objectstore/filestore-xfs.yaml \ No newline at end of file +.qa/objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/kraken-x/stress-split/thrashosds-health.yaml b/qa/suites/upgrade/kraken-x/stress-split/thrashosds-health.yaml index e0426dbe4993..9124eb1aa29a 120000 --- a/qa/suites/upgrade/kraken-x/stress-split/thrashosds-health.yaml +++ b/qa/suites/upgrade/kraken-x/stress-split/thrashosds-health.yaml @@ -1 +1 @@ -../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/luminous-x/parallel/supported-all-distro b/qa/suites/upgrade/luminous-x/parallel/supported-all-distro index 0f102120a7b5..ca82dde58959 120000 --- a/qa/suites/upgrade/luminous-x/parallel/supported-all-distro +++ b/qa/suites/upgrade/luminous-x/parallel/supported-all-distro @@ -1 +1 @@ -../../../../distros/supported-all-distro/ \ No newline at end of file +.qa/distros/supported-all-distro \ No newline at end of file diff --git a/qa/suites/upgrade/luminous-x/stress-split-erasure-code/supported-all-distro b/qa/suites/upgrade/luminous-x/stress-split-erasure-code/supported-all-distro index 0f102120a7b5..ca82dde58959 120000 --- a/qa/suites/upgrade/luminous-x/stress-split-erasure-code/supported-all-distro +++ b/qa/suites/upgrade/luminous-x/stress-split-erasure-code/supported-all-distro @@ -1 +1 @@ -../../../../distros/supported-all-distro/ \ No newline at end of file +.qa/distros/supported-all-distro \ No newline at end of file diff --git a/qa/suites/upgrade/luminous-x/stress-split-erasure-code/thrashosds-health.yaml b/qa/suites/upgrade/luminous-x/stress-split-erasure-code/thrashosds-health.yaml index e0426dbe4993..9124eb1aa29a 120000 --- a/qa/suites/upgrade/luminous-x/stress-split-erasure-code/thrashosds-health.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split-erasure-code/thrashosds-health.yaml @@ -1 +1 @@ -../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/luminous-x/stress-split/objectstore/bluestore.yaml b/qa/suites/upgrade/luminous-x/stress-split/objectstore/bluestore.yaml index d6445987d072..961c6c6ac3f8 120000 --- a/qa/suites/upgrade/luminous-x/stress-split/objectstore/bluestore.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split/objectstore/bluestore.yaml @@ -1 +1 @@ -../../../../../objectstore/bluestore.yaml \ No newline at end of file +.qa/objectstore/bluestore.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/luminous-x/stress-split/objectstore/filestore-xfs.yaml b/qa/suites/upgrade/luminous-x/stress-split/objectstore/filestore-xfs.yaml index 03750e5adeba..41f2a9d14db8 120000 --- a/qa/suites/upgrade/luminous-x/stress-split/objectstore/filestore-xfs.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split/objectstore/filestore-xfs.yaml @@ -1 +1 @@ -../../../../../objectstore/filestore-xfs.yaml \ No newline at end of file +.qa/objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/upgrade/luminous-x/stress-split/supported-all-distro b/qa/suites/upgrade/luminous-x/stress-split/supported-all-distro index 0f102120a7b5..ca82dde58959 120000 --- a/qa/suites/upgrade/luminous-x/stress-split/supported-all-distro +++ b/qa/suites/upgrade/luminous-x/stress-split/supported-all-distro @@ -1 +1 @@ -../../../../distros/supported-all-distro/ \ No newline at end of file +.qa/distros/supported-all-distro \ No newline at end of file diff --git a/qa/suites/upgrade/luminous-x/stress-split/thrashosds-health.yaml b/qa/suites/upgrade/luminous-x/stress-split/thrashosds-health.yaml index e0426dbe4993..9124eb1aa29a 120000 --- a/qa/suites/upgrade/luminous-x/stress-split/thrashosds-health.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split/thrashosds-health.yaml @@ -1 +1 @@ -../../../../tasks/thrashosds-health.yaml \ No newline at end of file +.qa/tasks/thrashosds-health.yaml \ No newline at end of file