]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix symlinks indirectly pointing at qa to .qa 22719/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 26 Jun 2018 18:46:28 +0000 (11:46 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 26 Jun 2018 18:48:38 +0000 (11:48 -0700)
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 <pdonnell@redhat.com>
370 files changed:
qa/suites/big/rados-thrash/objectstore
qa/suites/buildpackages/any/distros
qa/suites/buildpackages/tests/distros
qa/suites/ceph-ansible/smoke/basic/1-distros/centos_latest.yaml
qa/suites/ceph-ansible/smoke/basic/1-distros/ubuntu_latest.yaml
qa/suites/ceph-deploy/basic/distros/centos_latest.yaml
qa/suites/ceph-deploy/basic/distros/ubuntu_latest.yaml
qa/suites/ceph-deploy/basic/objectstore/bluestore.yaml
qa/suites/ceph-deploy/basic/objectstore/filestore-xfs.yaml
qa/suites/ceph-deploy/ceph-volume/distros/centos_latest.yaml
qa/suites/ceph-deploy/ceph-volume/distros/ubuntu_latest.yaml
qa/suites/cephmetrics/1-distros/centos_latest.yaml
qa/suites/cephmetrics/1-distros/ubuntu_latest.yaml
qa/suites/fs/32bits/begin.yaml
qa/suites/fs/32bits/clusters/fixed-2-ucephfs.yaml
qa/suites/fs/32bits/mount/fuse.yaml
qa/suites/fs/32bits/objectstore-ec
qa/suites/fs/32bits/overrides/debug.yaml
qa/suites/fs/32bits/overrides/frag_enable.yaml
qa/suites/fs/32bits/overrides/whitelist_health.yaml
qa/suites/fs/32bits/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/32bits/supported-random-distros$
qa/suites/fs/32bits/tasks/cfuse_workunit_suites_fsstress.yaml
qa/suites/fs/basic_functional/begin.yaml
qa/suites/fs/basic_functional/mount/fuse.yaml
qa/suites/fs/basic_functional/objectstore/bluestore-ec-root.yaml
qa/suites/fs/basic_functional/objectstore/bluestore.yaml
qa/suites/fs/basic_functional/overrides/debug.yaml
qa/suites/fs/basic_functional/overrides/frag_enable.yaml
qa/suites/fs/basic_functional/overrides/no_client_pidfile.yaml
qa/suites/fs/basic_functional/overrides/whitelist_health.yaml
qa/suites/fs/basic_functional/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/basic_functional/supported-random-distros$
qa/suites/fs/basic_functional/tasks/libcephfs_java/ubuntu_latest.yaml
qa/suites/fs/basic_workload/begin.yaml
qa/suites/fs/basic_workload/clusters/fixed-2-ucephfs.yaml
qa/suites/fs/basic_workload/mount/fuse.yaml
qa/suites/fs/basic_workload/objectstore-ec
qa/suites/fs/basic_workload/overrides/debug.yaml
qa/suites/fs/basic_workload/overrides/frag_enable.yaml
qa/suites/fs/basic_workload/overrides/whitelist_health.yaml
qa/suites/fs/basic_workload/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/basic_workload/supported-random-distros$
qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_blogbench.yaml
qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_dbench.yaml
qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_ffsb.yaml
qa/suites/fs/basic_workload/tasks/cfuse_workunit_suites_fsstress.yaml
qa/suites/fs/basic_workload/tasks/cfuse_workunit_trivial_sync.yaml
qa/suites/fs/basic_workload/tasks/libcephfs_interface_tests.yaml
qa/suites/fs/bugs/client_trim_caps/begin.yaml
qa/suites/fs/bugs/client_trim_caps/objectstore/bluestore.yaml
qa/suites/fs/bugs/client_trim_caps/overrides/debug.yaml
qa/suites/fs/bugs/client_trim_caps/overrides/frag_enable.yaml
qa/suites/fs/bugs/client_trim_caps/overrides/no_client_pidfile.yaml
qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_health.yaml
qa/suites/fs/bugs/client_trim_caps/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/multiclient/begin.yaml
qa/suites/fs/multiclient/distros/ubuntu_latest.yaml
qa/suites/fs/multiclient/mount/fuse.yaml
qa/suites/fs/multiclient/objectstore-ec
qa/suites/fs/multiclient/overrides/debug.yaml
qa/suites/fs/multiclient/overrides/frag_enable.yaml
qa/suites/fs/multiclient/overrides/whitelist_health.yaml
qa/suites/fs/multiclient/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/multifs/begin.yaml
qa/suites/fs/multifs/mount/fuse.yaml
qa/suites/fs/multifs/objectstore-ec
qa/suites/fs/multifs/overrides/debug.yaml
qa/suites/fs/multifs/overrides/frag_enable.yaml
qa/suites/fs/multifs/overrides/whitelist_health.yaml
qa/suites/fs/multifs/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/multifs/supported-random-distros$
qa/suites/fs/permission/begin.yaml
qa/suites/fs/permission/clusters/fixed-2-ucephfs.yaml
qa/suites/fs/permission/mount/fuse.yaml
qa/suites/fs/permission/objectstore-ec
qa/suites/fs/permission/overrides/debug.yaml
qa/suites/fs/permission/overrides/frag_enable.yaml
qa/suites/fs/permission/overrides/whitelist_health.yaml
qa/suites/fs/permission/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/permission/supported-random-distros$
qa/suites/fs/snaps/begin.yaml
qa/suites/fs/snaps/clusters/fixed-2-ucephfs.yaml
qa/suites/fs/snaps/mount/fuse.yaml
qa/suites/fs/snaps/objectstore-ec
qa/suites/fs/snaps/overrides/debug.yaml
qa/suites/fs/snaps/overrides/frag_enable.yaml
qa/suites/fs/snaps/overrides/whitelist_health.yaml
qa/suites/fs/snaps/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/snaps/supported-random-distros$
qa/suites/fs/thrash/begin.yaml
qa/suites/fs/thrash/mount/fuse.yaml
qa/suites/fs/thrash/objectstore-ec
qa/suites/fs/thrash/overrides/debug.yaml
qa/suites/fs/thrash/overrides/frag_enable.yaml
qa/suites/fs/thrash/overrides/whitelist_health.yaml
qa/suites/fs/thrash/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/thrash/supported-random-distros$
qa/suites/fs/thrash/tasks/cfuse_workunit_suites_fsstress.yaml
qa/suites/fs/thrash/tasks/cfuse_workunit_trivial_sync.yaml
qa/suites/fs/traceless/begin.yaml
qa/suites/fs/traceless/clusters/fixed-2-ucephfs.yaml
qa/suites/fs/traceless/mount/fuse.yaml
qa/suites/fs/traceless/objectstore-ec
qa/suites/fs/traceless/overrides/debug.yaml
qa/suites/fs/traceless/overrides/frag_enable.yaml
qa/suites/fs/traceless/overrides/whitelist_health.yaml
qa/suites/fs/traceless/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/traceless/supported-random-distros$
qa/suites/fs/traceless/tasks/cfuse_workunit_suites_blogbench.yaml
qa/suites/fs/traceless/tasks/cfuse_workunit_suites_dbench.yaml
qa/suites/fs/traceless/tasks/cfuse_workunit_suites_ffsb.yaml
qa/suites/fs/traceless/tasks/cfuse_workunit_suites_fsstress.yaml
qa/suites/fs/upgrade/snaps/clusters/3-mds.yaml
qa/suites/fs/upgrade/snaps/objectstore-ec
qa/suites/fs/upgrade/snaps/overrides/debug.yaml
qa/suites/fs/upgrade/snaps/overrides/frag_enable.yaml
qa/suites/fs/upgrade/snaps/overrides/whitelist_health.yaml
qa/suites/fs/upgrade/snaps/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/upgrade/supported-random-distros$
qa/suites/fs/verify/begin.yaml
qa/suites/fs/verify/clusters/fixed-2-ucephfs.yaml
qa/suites/fs/verify/mount/fuse.yaml
qa/suites/fs/verify/objectstore-ec
qa/suites/fs/verify/overrides/debug.yaml
qa/suites/fs/verify/overrides/frag_enable.yaml
qa/suites/fs/verify/overrides/whitelist_health.yaml
qa/suites/fs/verify/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/fs/verify/tasks/cfuse_workunit_suites_dbench.yaml
qa/suites/fs/verify/tasks/cfuse_workunit_suites_fsstress.yaml
qa/suites/hadoop/basic/distros/ubuntu_latest.yaml
qa/suites/hadoop/basic/filestore-xfs.yaml
qa/suites/kcephfs/cephfs/clusters/1-mds-1-client.yaml
qa/suites/kcephfs/cephfs/objectstore-ec
qa/suites/kcephfs/cephfs/overrides/debug.yaml
qa/suites/kcephfs/cephfs/overrides/frag_enable.yaml
qa/suites/kcephfs/cephfs/overrides/log-config.yaml
qa/suites/kcephfs/cephfs/overrides/osd-asserts.yaml
qa/suites/kcephfs/cephfs/overrides/whitelist_health.yaml
qa/suites/kcephfs/cephfs/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/kcephfs/cephfs/supported-random-distros$
qa/suites/kcephfs/mixed-clients/clusters/1-mds-2-client.yaml
qa/suites/kcephfs/mixed-clients/objectstore-ec
qa/suites/kcephfs/mixed-clients/overrides/debug.yaml
qa/suites/kcephfs/mixed-clients/overrides/frag_enable.yaml
qa/suites/kcephfs/mixed-clients/overrides/log-config.yaml
qa/suites/kcephfs/mixed-clients/overrides/osd-asserts.yaml
qa/suites/kcephfs/mixed-clients/overrides/whitelist_health.yaml
qa/suites/kcephfs/mixed-clients/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/kcephfs/mixed-clients/supported-random-distros$
qa/suites/kcephfs/recovery/clusters/1-mds-4-client.yaml
qa/suites/kcephfs/recovery/objectstore-ec
qa/suites/kcephfs/recovery/overrides/debug.yaml
qa/suites/kcephfs/recovery/overrides/frag_enable.yaml
qa/suites/kcephfs/recovery/overrides/log-config.yaml
qa/suites/kcephfs/recovery/overrides/osd-asserts.yaml
qa/suites/kcephfs/recovery/overrides/whitelist_health.yaml
qa/suites/kcephfs/recovery/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/kcephfs/recovery/supported-random-distros$
qa/suites/kcephfs/recovery/whitelist_health.yaml
qa/suites/kcephfs/thrash/clusters/1-mds-1-client.yaml
qa/suites/kcephfs/thrash/objectstore-ec
qa/suites/kcephfs/thrash/overrides/debug.yaml
qa/suites/kcephfs/thrash/overrides/frag_enable.yaml
qa/suites/kcephfs/thrash/overrides/log-config.yaml
qa/suites/kcephfs/thrash/overrides/osd-asserts.yaml
qa/suites/kcephfs/thrash/overrides/whitelist_health.yaml
qa/suites/kcephfs/thrash/overrides/whitelist_wrongly_marked_down.yaml
qa/suites/kcephfs/thrash/supported-random-distros$
qa/suites/kcephfs/thrash/thrashosds-health.yaml
qa/suites/kcephfs/thrash/whitelist_health.yaml
qa/suites/knfs/basic/clusters/extra-client.yaml
qa/suites/krbd/basic/clusters/fixed-1.yaml
qa/suites/krbd/rbd-nomount/clusters/fixed-3.yaml
qa/suites/krbd/rbd/clusters/fixed-3.yaml
qa/suites/krbd/thrash/clusters/fixed-3.yaml
qa/suites/krbd/thrash/thrashosds-health.yaml
qa/suites/krbd/unmap/filestore-xfs.yaml
qa/suites/krbd/wac/sysfs/clusters/fixed-1.yaml
qa/suites/krbd/wac/wac/clusters/fixed-3.yaml
qa/suites/mixed-clients/basic/objectstore
qa/suites/multimds/basic/clusters/3-mds.yaml
qa/suites/multimds/basic/clusters/9-mds.yaml
qa/suites/multimds/basic/mount/fuse.yaml
qa/suites/multimds/basic/mount/kclient.yaml
qa/suites/multimds/basic/objectstore-ec
qa/suites/multimds/basic/overrides/fuse-default-perm-no.yaml
qa/suites/multimds/basic/supported-random-distros$
qa/suites/multimds/basic/tasks/cfuse_workunit_suites_blogbench.yaml
qa/suites/multimds/basic/tasks/cfuse_workunit_suites_dbench.yaml
qa/suites/multimds/basic/tasks/cfuse_workunit_suites_ffsb.yaml
qa/suites/multimds/basic/tasks/cfuse_workunit_suites_fsstress.yaml
qa/suites/multimds/thrash/mount/fuse.yaml
qa/suites/multimds/thrash/mount/kclient.yaml
qa/suites/multimds/thrash/objectstore-ec
qa/suites/multimds/thrash/overrides/fuse-default-perm-no.yaml
qa/suites/multimds/thrash/supported-random-distros$
qa/suites/multimds/verify/clusters/3-mds.yaml
qa/suites/multimds/verify/clusters/9-mds.yaml
qa/suites/multimds/verify/mount/fuse.yaml
qa/suites/multimds/verify/mount/kclient.yaml
qa/suites/multimds/verify/objectstore-ec
qa/suites/multimds/verify/overrides/fuse-default-perm-no.yaml
qa/suites/perf-basic/supported-all-distro
qa/suites/powercycle/osd/objectstore
qa/suites/powercycle/osd/supported-all-distro
qa/suites/powercycle/osd/thrashosds-health.yaml
qa/suites/rados/basic/clusters/fixed-2.yaml
qa/suites/rados/basic/mon_kv_backend
qa/suites/rados/basic/objectstore
qa/suites/rados/basic/rados.yaml
qa/suites/rados/basic/supported-random-distro$
qa/suites/rados/mgr/objectstore
qa/suites/rados/monthrash/mon_kv_backend
qa/suites/rados/monthrash/objectstore
qa/suites/rados/monthrash/rados.yaml
qa/suites/rados/multimon/mon_kv_backend
qa/suites/rados/multimon/objectstore
qa/suites/rados/multimon/rados.yaml
qa/suites/rados/perf/objectstore
qa/suites/rados/singleton-bluestore/objectstore/bluestore-comp.yaml
qa/suites/rados/singleton-bluestore/objectstore/bluestore.yaml
qa/suites/rados/singleton-bluestore/rados.yaml
qa/suites/rados/singleton-nomsgr/rados.yaml
qa/suites/rados/singleton/all/thrash-rados/thrashosds-health.yaml
qa/suites/rados/singleton/objectstore
qa/suites/rados/singleton/rados.yaml
qa/suites/rados/thrash-erasure-code-big/leveldb.yaml
qa/suites/rados/thrash-erasure-code-big/objectstore
qa/suites/rados/thrash-erasure-code-big/rados.yaml
qa/suites/rados/thrash-erasure-code-big/thrashosds-health.yaml
qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=jerasure-k=4-m=2.yaml
qa/suites/rados/thrash-erasure-code-big/workloads/ec-rados-plugin=lrc-k=4-m=2-l=3.yaml
qa/suites/rados/thrash-erasure-code-isa/leveldb.yaml
qa/suites/rados/thrash-erasure-code-isa/objectstore
qa/suites/rados/thrash-erasure-code-isa/rados.yaml
qa/suites/rados/thrash-erasure-code-isa/thrashosds-health.yaml
qa/suites/rados/thrash-erasure-code-isa/workloads/ec-rados-plugin=isa-k=2-m=1.yaml
qa/suites/rados/thrash-erasure-code-overwrites/thrashosds-health.yaml
qa/suites/rados/thrash-erasure-code-shec/clusters/fixed-4.yaml
qa/suites/rados/thrash-erasure-code-shec/leveldb.yaml
qa/suites/rados/thrash-erasure-code-shec/objectstore
qa/suites/rados/thrash-erasure-code-shec/rados.yaml
qa/suites/rados/thrash-erasure-code-shec/thrashosds-health.yaml
qa/suites/rados/thrash-erasure-code-shec/workloads/ec-rados-plugin=shec-k=4-m=3-c=2.yaml
qa/suites/rados/thrash-erasure-code/leveldb.yaml
qa/suites/rados/thrash-erasure-code/objectstore
qa/suites/rados/thrash-erasure-code/rados.yaml
qa/suites/rados/thrash-erasure-code/thrashosds-health.yaml
qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=2-m=1.yaml
qa/suites/rados/thrash-erasure-code/workloads/ec-rados-plugin=jerasure-k=3-m=1.yaml
qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/2-size-2-min-size.yaml
qa/suites/rados/thrash-old-clients/0-size-min-size-overrides/3-size-2-min-size.yaml
qa/suites/rados/thrash-old-clients/distro$/centos_latest.yaml
qa/suites/rados/thrash-old-clients/distro$/ubuntu_16.04.yaml
qa/suites/rados/thrash-old-clients/rados.yaml
qa/suites/rados/thrash-old-clients/rocksdb.yaml
qa/suites/rados/thrash-old-clients/thrashosds-health.yaml
qa/suites/rados/thrash/0-size-min-size-overrides/2-size-2-min-size.yaml
qa/suites/rados/thrash/0-size-min-size-overrides/3-size-2-min-size.yaml
qa/suites/rados/thrash/1-pg-log-overrides/short_pg_log.yaml
qa/suites/rados/thrash/2-recovery-overrides/more-active-recovery.yaml
qa/suites/rados/thrash/clusters/fixed-2.yaml
qa/suites/rados/thrash/objectstore
qa/suites/rados/thrash/rados.yaml
qa/suites/rados/thrash/rocksdb.yaml
qa/suites/rados/thrash/thrashosds-health.yaml
qa/suites/rados/upgrade/luminous-x-singleton/7-mimic.yaml
qa/suites/rados/upgrade/luminous-x-singleton/supported-random-distro$
qa/suites/rados/upgrade/luminous-x-singleton/thrashosds-health.yaml
qa/suites/rados/verify/clusters/fixed-2.yaml
qa/suites/rados/verify/d-thrash/default/thrashosds-health.yaml
qa/suites/rados/verify/mon_kv_backend
qa/suites/rados/verify/objectstore
qa/suites/rados/verify/rados.yaml
qa/suites/rbd/basic/clusters/fixed-1.yaml
qa/suites/rbd/basic/objectstore
qa/suites/rbd/basic/supported-random-distro$
qa/suites/rbd/cli/objectstore
qa/suites/rbd/cli/supported-random-distro$
qa/suites/rbd/cli_v1/objectstore
qa/suites/rbd/cli_v1/supported-random-distro$
qa/suites/rbd/librbd/clusters/fixed-3.yaml
qa/suites/rbd/librbd/objectstore
qa/suites/rbd/maintenance/clusters/fixed-3.yaml
qa/suites/rbd/maintenance/objectstore
qa/suites/rbd/maintenance/supported-random-distro$
qa/suites/rbd/mirror-thrash/objectstore
qa/suites/rbd/mirror-thrash/supported-random-distro$
qa/suites/rbd/mirror/supported-random-distro$
qa/suites/rbd/nbd/objectstore
qa/suites/rbd/nbd/thrashosds-health.yaml
qa/suites/rbd/openstack/objectstore
qa/suites/rbd/openstack/supported-random-distro$
qa/suites/rbd/qemu/clusters/fixed-3.yaml
qa/suites/rbd/qemu/objectstore
qa/suites/rbd/qemu/supported-random-distro$
qa/suites/rbd/singleton-bluestore/objectstore/bluestore-comp.yaml
qa/suites/rbd/singleton-bluestore/objectstore/bluestore.yaml
qa/suites/rbd/singleton-bluestore/supported-random-distro$
qa/suites/rbd/singleton/objectstore
qa/suites/rbd/singleton/supported-random-distro$
qa/suites/rbd/thrash/clusters/fixed-2.yaml
qa/suites/rbd/thrash/objectstore
qa/suites/rbd/thrash/supported-random-distro$
qa/suites/rbd/thrash/thrashosds-health.yaml
qa/suites/rbd/valgrind/centos_latest.yaml
qa/suites/rbd/valgrind/objectstore
qa/suites/rgw/hadoop-s3a/supported-random-distro$
qa/suites/rgw/multifs/clusters/fixed-2.yaml
qa/suites/rgw/multifs/frontend/civetweb.yaml
qa/suites/rgw/multifs/objectstore
qa/suites/rgw/multifs/rgw_pool_type
qa/suites/rgw/multisite/frontend
qa/suites/rgw/singleton/frontend/civetweb.yaml
qa/suites/rgw/singleton/objectstore
qa/suites/rgw/singleton/rgw_pool_type
qa/suites/rgw/singleton/supported-random-distro$
qa/suites/rgw/tempest/clusters/fixed-1.yaml
qa/suites/rgw/tempest/frontend
qa/suites/rgw/tempest/supported-random-distro$
qa/suites/rgw/thrash/clusters/fixed-2.yaml
qa/suites/rgw/thrash/objectstore
qa/suites/rgw/thrash/thrashosds-health.yaml
qa/suites/rgw/verify/clusters/fixed-2.yaml
qa/suites/rgw/verify/frontend
qa/suites/rgw/verify/objectstore
qa/suites/rgw/verify/rgw_pool_type
qa/suites/samba/objectstore
qa/suites/smoke/1node/clusters/fixed-1.yaml
qa/suites/smoke/1node/distros/ubuntu_latest.yaml
qa/suites/smoke/1node/objectstore/filestore-xfs.yaml
qa/suites/smoke/basic/clusters/fixed-3-cephfs.yaml
qa/suites/smoke/basic/objectstore/bluestore.yaml
qa/suites/smoke/systemd/distros/centos_latest.yaml
qa/suites/smoke/systemd/distros/ubuntu_latest.yaml
qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml
qa/suites/stress/bench/clusters/fixed-3-cephfs.yaml
qa/suites/teuthology/buildpackages/supported-all-distro
qa/suites/teuthology/ceph/distros
qa/suites/teuthology/rgw/distros
qa/suites/upgrade/hammer-jewel-x/parallel/4-jewel.yaml
qa/suites/upgrade/hammer-jewel-x/parallel/8-luminous.yaml
qa/suites/upgrade/hammer-jewel-x/parallel/distros
qa/suites/upgrade/hammer-jewel-x/stress-split/6-luminous.yaml
qa/suites/upgrade/hammer-jewel-x/stress-split/distros
qa/suites/upgrade/jewel-x/ceph-deploy/distros/centos_latest.yaml
qa/suites/upgrade/jewel-x/parallel/4-luminous.yaml
qa/suites/upgrade/jewel-x/parallel/distros
qa/suites/upgrade/jewel-x/stress-split-erasure-code/distros
qa/suites/upgrade/jewel-x/stress-split-erasure-code/thrashosds-health.yaml
qa/suites/upgrade/jewel-x/stress-split/6-luminous.yaml
qa/suites/upgrade/jewel-x/stress-split/distros
qa/suites/upgrade/jewel-x/stress-split/thrashosds-health.yaml
qa/suites/upgrade/kraken-x/parallel/4-luminous-with-mgr.yaml
qa/suites/upgrade/kraken-x/parallel/distros
qa/suites/upgrade/kraken-x/stress-split-erasure-code/distros
qa/suites/upgrade/kraken-x/stress-split-erasure-code/thrashosds-health.yaml
qa/suites/upgrade/kraken-x/stress-split/6-luminous-with-mgr.yaml
qa/suites/upgrade/kraken-x/stress-split/distros
qa/suites/upgrade/kraken-x/stress-split/objectstore/bluestore.yaml
qa/suites/upgrade/kraken-x/stress-split/objectstore/filestore-xfs.yaml
qa/suites/upgrade/kraken-x/stress-split/thrashosds-health.yaml
qa/suites/upgrade/luminous-x/parallel/supported-all-distro
qa/suites/upgrade/luminous-x/stress-split-erasure-code/supported-all-distro
qa/suites/upgrade/luminous-x/stress-split-erasure-code/thrashosds-health.yaml
qa/suites/upgrade/luminous-x/stress-split/objectstore/bluestore.yaml
qa/suites/upgrade/luminous-x/stress-split/objectstore/filestore-xfs.yaml
qa/suites/upgrade/luminous-x/stress-split/supported-all-distro
qa/suites/upgrade/luminous-x/stress-split/thrashosds-health.yaml

index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 1ce8f29bf14e82b7a9535df1215e55bf5a1f1ecf..0e1f1303731832b9e1245b256c5ee68a8d78dfa9 120000 (symlink)
@@ -1 +1 @@
-../../../distros/all
\ No newline at end of file
+.qa/distros/all
\ No newline at end of file
index 1ce8f29bf14e82b7a9535df1215e55bf5a1f1ecf..0e1f1303731832b9e1245b256c5ee68a8d78dfa9 120000 (symlink)
@@ -1 +1 @@
-../../../distros/all
\ No newline at end of file
+.qa/distros/all
\ No newline at end of file
index b5973b95278b71966b8b5f2586be90b965d15eab..bd9854e702982762b598166261d958dfd20825bf 120000 (symlink)
@@ -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
index cc5b15bccc72be9254da8a0106bd9386ed4a9a57..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index 99ec2bb0055d948c7e5cdf7c8d490167de091852..bd9854e702982762b598166261d958dfd20825bf 120000 (symlink)
@@ -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
index 21601efb361d8e8bca3e1afb86c3a4fb669d1a43..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index bd7d7e004a1bf1516c25b6f257498c8e22ab5755..961c6c6ac3f8ec939cc5291f27b86ff0ea6cea85 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/bluestore.yaml
\ No newline at end of file
+.qa/objectstore/bluestore.yaml
\ No newline at end of file
index 1af1dfd77be689968b28bf7486416bfcd9dd3936..41f2a9d14db8eb55605a5c0cd1ed1eacb648bca0 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/filestore-xfs.yaml
\ No newline at end of file
+.qa/objectstore/filestore-xfs.yaml
\ No newline at end of file
index 99ec2bb0055d948c7e5cdf7c8d490167de091852..bd9854e702982762b598166261d958dfd20825bf 120000 (symlink)
@@ -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
index 21601efb361d8e8bca3e1afb86c3a4fb669d1a43..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index 88b3a09564b208301c29ede7f42777fdade395ec..bd9854e702982762b598166261d958dfd20825bf 120000 (symlink)
@@ -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
index 06ba35dfd2b87cd5f3502f272bc1197be9764ea4..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index c25795fb494e677eedf5b5a88f63b4d1509e79ac..b0c41a89a1b33c1c9f4815a652fa02c4d65851b7 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index 15dc98f236cbc13c63d73d3ca42fd1c1e375aeb6..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index dc3fd3031b2ab80e87e749d1082ba5d5bfdf3b74..c2e859fffbc868af9aeb8986aa79297413f0c52a 120000 (symlink)
@@ -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
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index 36a4d69cdc7e0b8a0c0b3a9b5b77172e4eca5496..4edebd6829d333f7ab4716538b32025e9733e47b 120000 (symlink)
@@ -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
index bd7d7e004a1bf1516c25b6f257498c8e22ab5755..961c6c6ac3f8ec939cc5291f27b86ff0ea6cea85 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/bluestore.yaml
\ No newline at end of file
+.qa/objectstore/bluestore.yaml
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 7b8e4bdd15c31675dca9786ff4df1831c7ddb690..8888f33274be3a9355f9731a2e894f1a6eb2f7aa 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index cc5b15bccc72be9254da8a0106bd9386ed4a9a57..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index c25795fb494e677eedf5b5a88f63b4d1509e79ac..b0c41a89a1b33c1c9f4815a652fa02c4d65851b7 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index a330d661af0622b62ee609c2771b67e8f6fa445f..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 8f2e88a01eee26df56f76507e4d3b9297622793c..8702f4f3dc52b092b856d08c5bd2d1e1f9f0329e 120000 (symlink)
@@ -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
index 87c056d1b5c08afa78c9a6a71670139bccdaacf1..b0f876c3c39b06af104969636688656db90e6368 120000 (symlink)
@@ -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
index 3528badeda1c8addaeab1ca44ef533870b9df0c3..01e889b23eb4983cdf0f25e1b9038ab5a3b08fd5 120000 (symlink)
@@ -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
index dc3fd3031b2ab80e87e749d1082ba5d5bfdf3b74..c2e859fffbc868af9aeb8986aa79297413f0c52a 120000 (symlink)
@@ -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
index 55a4c85a1bca7bf451c7135dd6ac90bf42ed3e51..a1df032772f1c70ad6b66e3c551be77b94de0980 120000 (symlink)
@@ -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
index 582815a106cdd6a1f48157c326d0762e4cacf502..84a88b59dd10eb921941e2aed365990cb111022b 120000 (symlink)
@@ -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
index 3279455ceb085ca66948abcdf2b763db9f91d221..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index 1728accf9c80cd3ab7522b2c41642dfaedbcac0d..1a08477ebf073bbfd2287321e8d9c5f82769d335 120000 (symlink)
@@ -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
index 4fdb9dd1213c3a5ee2473854fea80e50fb6392e3..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index 9e0f15fc29ac9bab6a9e6d2647b8c1710414dbba..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 46263867b154bafb778995ceb77be1193ca00f05..8888f33274be3a9355f9731a2e894f1a6eb2f7aa 120000 (symlink)
@@ -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
index 42fa3ea7a1fbea2ad130253dcddc7579a24a56ae..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index 3728aacfd15cf27c421785ed06305ddf6d149887..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index 21601efb361d8e8bca3e1afb86c3a4fb669d1a43..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index a330d661af0622b62ee609c2771b67e8f6fa445f..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index a330d661af0622b62ee609c2771b67e8f6fa445f..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index c25795fb494e677eedf5b5a88f63b4d1509e79ac..b0c41a89a1b33c1c9f4815a652fa02c4d65851b7 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index a330d661af0622b62ee609c2771b67e8f6fa445f..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index c25795fb494e677eedf5b5a88f63b4d1509e79ac..b0c41a89a1b33c1c9f4815a652fa02c4d65851b7 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index a330d661af0622b62ee609c2771b67e8f6fa445f..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index a330d661af0622b62ee609c2771b67e8f6fa445f..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index dc3fd3031b2ab80e87e749d1082ba5d5bfdf3b74..c2e859fffbc868af9aeb8986aa79297413f0c52a 120000 (symlink)
@@ -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
index 55a4c85a1bca7bf451c7135dd6ac90bf42ed3e51..a1df032772f1c70ad6b66e3c551be77b94de0980 120000 (symlink)
@@ -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
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index c25795fb494e677eedf5b5a88f63b4d1509e79ac..b0c41a89a1b33c1c9f4815a652fa02c4d65851b7 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index a330d661af0622b62ee609c2771b67e8f6fa445f..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 8f2e88a01eee26df56f76507e4d3b9297622793c..8702f4f3dc52b092b856d08c5bd2d1e1f9f0329e 120000 (symlink)
@@ -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
index 87c056d1b5c08afa78c9a6a71670139bccdaacf1..b0f876c3c39b06af104969636688656db90e6368 120000 (symlink)
@@ -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
index 3528badeda1c8addaeab1ca44ef533870b9df0c3..01e889b23eb4983cdf0f25e1b9038ab5a3b08fd5 120000 (symlink)
@@ -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
index dc3fd3031b2ab80e87e749d1082ba5d5bfdf3b74..c2e859fffbc868af9aeb8986aa79297413f0c52a 120000 (symlink)
@@ -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
index e3aff189c6284f1d4a4b213b48396c8026ae2d50..d7ec418eea7b5d2a78bf2e3373aa8c7ee40179eb 120000 (symlink)
@@ -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
index 0545524961eed85d8b8452acf344d1dac841c2ae..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 4fdb9dd1213c3a5ee2473854fea80e50fb6392e3..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index 9e0f15fc29ac9bab6a9e6d2647b8c1710414dbba..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 42fa3ea7a1fbea2ad130253dcddc7579a24a56ae..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index 3728aacfd15cf27c421785ed06305ddf6d149887..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 0c4ae31e9196e7238cd488967188f609344bbb55..311d404f7c2760adc7ba00a5277164bdba1299f9 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/begin.yaml
\ No newline at end of file
+.qa/cephfs/begin.yaml
\ No newline at end of file
index c25795fb494e677eedf5b5a88f63b4d1509e79ac..b0c41a89a1b33c1c9f4815a652fa02c4d65851b7 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index a330d661af0622b62ee609c2771b67e8f6fa445f..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec/
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 87c056d1b5c08afa78c9a6a71670139bccdaacf1..b0f876c3c39b06af104969636688656db90e6368 120000 (symlink)
@@ -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
index dc3fd3031b2ab80e87e749d1082ba5d5bfdf3b74..c2e859fffbc868af9aeb8986aa79297413f0c52a 120000 (symlink)
@@ -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
index 21601efb361d8e8bca3e1afb86c3a4fb669d1a43..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index 59ef7e4847e126c441a4b37189104ac2e5672cba..41f2a9d14db8eb55605a5c0cd1ed1eacb648bca0 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore/filestore-xfs.yaml
\ No newline at end of file
+.qa/objectstore/filestore-xfs.yaml
\ No newline at end of file
index 260d3e904b63e49eb568eb18234b3b993744ca6f..64bdb79fe7e7bfc6c952fd89ec899395555e3415 120000 (symlink)
@@ -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
index 15dc98f236cbc13c63d73d3ca42fd1c1e375aeb6..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index a8c4d219060d640a9fcee238702925c7962ea5c6..d955aa5ba867c46324433a3d75b532b847096f7e 120000 (symlink)
@@ -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
index 6b07e51a91f617e2dc20d24eb79842c6d961fcf3..f290c749bdcb8c7f4d659a2056e7b42ab392432b 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index fb642244ab68b218878cb91d46de21f41b321d14..9f4f161a344a8e283cf49c76cad37ddfe27ed565 120000 (symlink)
@@ -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
index 15dc98f236cbc13c63d73d3ca42fd1c1e375aeb6..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index a8c4d219060d640a9fcee238702925c7962ea5c6..d955aa5ba867c46324433a3d75b532b847096f7e 120000 (symlink)
@@ -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
index 6b07e51a91f617e2dc20d24eb79842c6d961fcf3..f290c749bdcb8c7f4d659a2056e7b42ab392432b 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 51fc2b876d28c7ac6082c889b937197a728689af..65b01b418a16ae34de4c80f003de03419ecc226e 120000 (symlink)
@@ -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
index 15dc98f236cbc13c63d73d3ca42fd1c1e375aeb6..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index a8c4d219060d640a9fcee238702925c7962ea5c6..d955aa5ba867c46324433a3d75b532b847096f7e 120000 (symlink)
@@ -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
index 6b07e51a91f617e2dc20d24eb79842c6d961fcf3..f290c749bdcb8c7f4d659a2056e7b42ab392432b 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 90ca7b6aa177c098cfc36edc06bacf4cd4c9a4ab..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index 260d3e904b63e49eb568eb18234b3b993744ca6f..64bdb79fe7e7bfc6c952fd89ec899395555e3415 120000 (symlink)
@@ -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
index 15dc98f236cbc13c63d73d3ca42fd1c1e375aeb6..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 9bc8eb1e77d43e6592ce99a23bb8bcb36867c14a..b33bb27b69f9bec72fa9bfee33c84d819cae9d91 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/overrides/debug.yaml
\ No newline at end of file
+.qa/cephfs/overrides/debug.yaml
\ No newline at end of file
index e9b2d64d0c8176cc05731aa5f6790b4c6061ec49..34a39a368cf158fb1235183778b881477d56750c 120000 (symlink)
@@ -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
index a8c4d219060d640a9fcee238702925c7962ea5c6..d955aa5ba867c46324433a3d75b532b847096f7e 120000 (symlink)
@@ -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
index 6b07e51a91f617e2dc20d24eb79842c6d961fcf3..f290c749bdcb8c7f4d659a2056e7b42ab392432b 120000 (symlink)
@@ -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
index 440e747fbb7603b8f81aca25f392ab1c22e03b46..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index a26a6579c330e1f4da76a9d2fe63553b049c4646..b4528c0f8c096bc9e80dd8ead702ab458aec3b13 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 90ca7b6aa177c098cfc36edc06bacf4cd4c9a4ab..74f39a49b27edc0caacda2bcd930b79b06781d40 120000 (symlink)
@@ -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
index 1582e30894563933b14e29fac52f9ebba879181c..2d013ec25d273f09ace255fb44aa6cc19e6e7922 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/extra-client.yaml
\ No newline at end of file
+.qa/clusters/extra-client.yaml
\ No newline at end of file
index 435ea3c7546aa480316285a7795adad8d7e48689..02df5dd0cd0435633ee5a0963b0268c61ce60c88 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-1.yaml
\ No newline at end of file
+.qa/clusters/fixed-1.yaml
\ No newline at end of file
index a3ac9fc4dec2f6a385bd29060113bbb733b683f6..f75a848b8e740d2c73f88038d915b5ac4aa4c23f 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-3.yaml
\ No newline at end of file
+.qa/clusters/fixed-3.yaml
\ No newline at end of file
index a3ac9fc4dec2f6a385bd29060113bbb733b683f6..f75a848b8e740d2c73f88038d915b5ac4aa4c23f 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-3.yaml
\ No newline at end of file
+.qa/clusters/fixed-3.yaml
\ No newline at end of file
index a3ac9fc4dec2f6a385bd29060113bbb733b683f6..f75a848b8e740d2c73f88038d915b5ac4aa4c23f 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-3.yaml
\ No newline at end of file
+.qa/clusters/fixed-3.yaml
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 59ef7e4847e126c441a4b37189104ac2e5672cba..41f2a9d14db8eb55605a5c0cd1ed1eacb648bca0 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore/filestore-xfs.yaml
\ No newline at end of file
+.qa/objectstore/filestore-xfs.yaml
\ No newline at end of file
index 549e8809abe4f9d0e96c2191f346bd0516161bbb..02df5dd0cd0435633ee5a0963b0268c61ce60c88 120000 (symlink)
@@ -1 +1 @@
-../../../../../clusters/fixed-1.yaml
\ No newline at end of file
+.qa/clusters/fixed-1.yaml
\ No newline at end of file
index af987dab6a3c69df17c16adfff8d6a7a584dd41d..f75a848b8e740d2c73f88038d915b5ac4aa4c23f 120000 (symlink)
@@ -1 +1 @@
-../../../../../clusters/fixed-3.yaml
\ No newline at end of file
+.qa/clusters/fixed-3.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 97d5edc60119d494a15f26fd6b2c5176eee0eadf..d7ec418eea7b5d2a78bf2e3373aa8c7ee40179eb 120000 (symlink)
@@ -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
index c5222943220a26d601093911669c9853154f2647..eeb9225a68a585c4d95e58a2e13cbc31b3f10572 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index b6f2aad4a0fa9244e8b2857ef8fc988d1907b118..16b1f6dd8bac1197d0fb6cda006b7614a0a061d3 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/kclient.yaml
\ No newline at end of file
+.qa/cephfs/mount/kclient.yaml
\ No newline at end of file
index 15dc98f236cbc13c63d73d3ca42fd1c1e375aeb6..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 1bada5b5acb4965a0beb0adeb85fc7b31c108df4..1da96a10bb56634c3e33b454ae7118fea48baa6f 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 8f2e88a01eee26df56f76507e4d3b9297622793c..8702f4f3dc52b092b856d08c5bd2d1e1f9f0329e 120000 (symlink)
@@ -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
index 87c056d1b5c08afa78c9a6a71670139bccdaacf1..b0f876c3c39b06af104969636688656db90e6368 120000 (symlink)
@@ -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
index 3528badeda1c8addaeab1ca44ef533870b9df0c3..01e889b23eb4983cdf0f25e1b9038ab5a3b08fd5 120000 (symlink)
@@ -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
index dc3fd3031b2ab80e87e749d1082ba5d5bfdf3b74..c2e859fffbc868af9aeb8986aa79297413f0c52a 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index b6f2aad4a0fa9244e8b2857ef8fc988d1907b118..16b1f6dd8bac1197d0fb6cda006b7614a0a061d3 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/kclient.yaml
\ No newline at end of file
+.qa/cephfs/mount/kclient.yaml
\ No newline at end of file
index 15dc98f236cbc13c63d73d3ca42fd1c1e375aeb6..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 1bada5b5acb4965a0beb0adeb85fc7b31c108df4..1da96a10bb56634c3e33b454ae7118fea48baa6f 120000 (symlink)
@@ -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
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 97d5edc60119d494a15f26fd6b2c5176eee0eadf..d7ec418eea7b5d2a78bf2e3373aa8c7ee40179eb 120000 (symlink)
@@ -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
index c5222943220a26d601093911669c9853154f2647..eeb9225a68a585c4d95e58a2e13cbc31b3f10572 120000 (symlink)
@@ -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
index af9ee0ab7986f59a58d2818aecd87c8e53e3d907..0e55da9fb7ab9427ca80557e368fa048191691c2 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/fuse.yaml
\ No newline at end of file
+.qa/cephfs/mount/fuse.yaml
\ No newline at end of file
index b6f2aad4a0fa9244e8b2857ef8fc988d1907b118..16b1f6dd8bac1197d0fb6cda006b7614a0a061d3 120000 (symlink)
@@ -1 +1 @@
-../../../../cephfs/mount/kclient.yaml
\ No newline at end of file
+.qa/cephfs/mount/kclient.yaml
\ No newline at end of file
index 15dc98f236cbc13c63d73d3ca42fd1c1e375aeb6..affe294932e257b4cdcfd572511ccf2cdf8647a3 120000 (symlink)
@@ -1 +1 @@
-../../../cephfs/objectstore-ec
\ No newline at end of file
+.qa/cephfs/objectstore-ec
\ No newline at end of file
index 1bada5b5acb4965a0beb0adeb85fc7b31c108df4..1da96a10bb56634c3e33b454ae7118fea48baa6f 120000 (symlink)
@@ -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
index f2c8052566d20576a52ad143858b46fa1ea49946..ca82dde5895992e196a94192f7bc68dfd58f155f 120000 (symlink)
@@ -1 +1 @@
-../../distros/supported-all-distro/
\ No newline at end of file
+.qa/distros/supported-all-distro
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 79010476bf417684756f39c17f979cd73b78ee3e..ca82dde5895992e196a94192f7bc68dfd58f155f 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-all-distro/
\ No newline at end of file
+.qa/distros/supported-all-distro
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index cd0791a14861de73cbcd55f9b328316f71b34521..230ff0fdab4126f8b7aed4317541c0ce278ffed7 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-2.yaml
\ No newline at end of file
+.qa/clusters/fixed-2.yaml
\ No newline at end of file
index 6f5a7e62ca8531a91cbdd05dadf35bca80f9e052..c2855ec7818b430c5881943c2bf7cdc5afabef0e 120000 (symlink)
@@ -1 +1 @@
-../../../mon_kv_backend
\ No newline at end of file
+.qa/mon_kv_backend
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 6f5a7e62ca8531a91cbdd05dadf35bca80f9e052..c2855ec7818b430c5881943c2bf7cdc5afabef0e 120000 (symlink)
@@ -1 +1 @@
-../../../mon_kv_backend
\ No newline at end of file
+.qa/mon_kv_backend
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index 6f5a7e62ca8531a91cbdd05dadf35bca80f9e052..c2855ec7818b430c5881943c2bf7cdc5afabef0e 120000 (symlink)
@@ -1 +1 @@
-../../../mon_kv_backend
\ No newline at end of file
+.qa/mon_kv_backend
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b23b2a7927317518caf8eb72bada87612d04b822..5ac9bfb8932510eaf01d6884b663e458e3f2ec28 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/bluestore-comp.yaml
\ No newline at end of file
+.qa/objectstore/bluestore-comp.yaml
\ No newline at end of file
index bd7d7e004a1bf1516c25b6f257498c8e22ab5755..961c6c6ac3f8ec939cc5291f27b86ff0ea6cea85 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/bluestore.yaml
\ No newline at end of file
+.qa/objectstore/bluestore.yaml
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index 0b1d7b060a9255b776d4cb04ef0c2f04a6e06e75..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index 264207fd6136885cbb765c5e1a6305c45c51a83a..440cf7de8497d4f02a88aae3f59997fd7ee83f3a 120000 (symlink)
@@ -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
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index a4d836c45ee538061bfdf0bd751fafbaf62ff4b0..c18bec16104b7e800d1e81da332ddfdf20bfe6b1 120000 (symlink)
@@ -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
index 86a2d3c3e3138d2c8fccc68fa1d16358e96a6dae..d66fd7960631d89fae244f373d6be83992060a1c 120000 (symlink)
@@ -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
index 264207fd6136885cbb765c5e1a6305c45c51a83a..440cf7de8497d4f02a88aae3f59997fd7ee83f3a 120000 (symlink)
@@ -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
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 9d32cd811c1eb2813d2be4caf4938fb8383e1772..19342b9d8c095ba233f75fa62ba5bde7071b6cf6 120000 (symlink)
@@ -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
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 961d9b5caf7299e3a54af942250d220b0da6765f..aa88300715acdfe58f2a9ceaf033c18ae158ce85 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-4.yaml
\ No newline at end of file
+.qa/clusters/fixed-4.yaml
\ No newline at end of file
index 264207fd6136885cbb765c5e1a6305c45c51a83a..440cf7de8497d4f02a88aae3f59997fd7ee83f3a 120000 (symlink)
@@ -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
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 476d7cddd164798fe626fa19ee4ac512dc6da9a0..8f318cc338548812cd21c72529d0aa8c2a47c98c 120000 (symlink)
@@ -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
index 264207fd6136885cbb765c5e1a6305c45c51a83a..440cf7de8497d4f02a88aae3f59997fd7ee83f3a 120000 (symlink)
@@ -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
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index f11eddb7f56c0cf09a812c3973e928757347aceb..af6d8042f7e00b799a51df184c82362f6ffedca2 120000 (symlink)
@@ -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
index b1407aef7e12c00a6683f16f576f9f8339e44277..cdf5519951812dde115a50a1f6f44931b657d46f 120000 (symlink)
@@ -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
index c429b07b99923493635b911874e229f25950ea74..5393a75548aede0bff2eb2fcac232e174a17d86e 120000 (symlink)
@@ -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
index 8d529f0a9ad9053f7ad1cd647743756b0498f866..5ff70eadf75a573a7ac8f1b82b6663855f50dcab 120000 (symlink)
@@ -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
index 99ec2bb0055d948c7e5cdf7c8d490167de091852..bd9854e702982762b598166261d958dfd20825bf 120000 (symlink)
@@ -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
index e34374e3bd23c4d59fb351b0bdc499ef0209cf0c..053d801e916d6140cffc3c493cdfd501f2f1a7d6 120000 (symlink)
@@ -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
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index f26e095f9860aea420174c729fb01937eea86d2a..907e5902e3226e90c49b8943b9d33f60d131c477 120000 (symlink)
@@ -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
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index c429b07b99923493635b911874e229f25950ea74..5393a75548aede0bff2eb2fcac232e174a17d86e 120000 (symlink)
@@ -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
index 8d529f0a9ad9053f7ad1cd647743756b0498f866..5ff70eadf75a573a7ac8f1b82b6663855f50dcab 120000 (symlink)
@@ -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
index 62010f4f7fb667e67179e69408d113d4621f586c..abd86d7d98602fdc17ed6920d49e377c103b840f 120000 (symlink)
@@ -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
index 3aa7ce922baf0a742f229ae5f6db8050fbb38d80..47afd70202d90b33c13d25eac6b5c11d13f1b3e2 120000 (symlink)
@@ -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
index cd0791a14861de73cbcd55f9b328316f71b34521..230ff0fdab4126f8b7aed4317541c0ce278ffed7 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-2.yaml
\ No newline at end of file
+.qa/clusters/fixed-2.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index f26e095f9860aea420174c729fb01937eea86d2a..907e5902e3226e90c49b8943b9d33f60d131c477 120000 (symlink)
@@ -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
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 52e4a5e684976feb075255a3a392b33a6e32aa97..70b9ff00f7acad8aedb314c3d9b38bd34d6fab65 120000 (symlink)
@@ -1 +1 @@
-../../../../releases/mimic.yaml
\ No newline at end of file
+.qa/releases/mimic.yaml
\ No newline at end of file
index aaf8de5d4850e22c1d6ae9df303ccc8d1e514261..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index e0426dbe499350c06aa488261b60af5eb4ed14e3..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index cd0791a14861de73cbcd55f9b328316f71b34521..230ff0fdab4126f8b7aed4317541c0ce278ffed7 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-2.yaml
\ No newline at end of file
+.qa/clusters/fixed-2.yaml
\ No newline at end of file
index 0b1d7b060a9255b776d4cb04ef0c2f04a6e06e75..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 6f5a7e62ca8531a91cbdd05dadf35bca80f9e052..c2855ec7818b430c5881943c2bf7cdc5afabef0e 120000 (symlink)
@@ -1 +1 @@
-../../../mon_kv_backend
\ No newline at end of file
+.qa/mon_kv_backend
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index b756e57bcf090e1a8bf0a18692eaabe261d43736..d256979c0299dd5dd1c84b5c10c2db47b34e4eaa 120000 (symlink)
@@ -1 +1 @@
-../../../config/rados.yaml
\ No newline at end of file
+.qa/config/rados.yaml
\ No newline at end of file
index 435ea3c7546aa480316285a7795adad8d7e48689..02df5dd0cd0435633ee5a0963b0268c61ce60c88 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-1.yaml
\ No newline at end of file
+.qa/clusters/fixed-1.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index a3ac9fc4dec2f6a385bd29060113bbb733b683f6..f75a848b8e740d2c73f88038d915b5ac4aa4c23f 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-3.yaml
\ No newline at end of file
+.qa/clusters/fixed-3.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index a3ac9fc4dec2f6a385bd29060113bbb733b683f6..f75a848b8e740d2c73f88038d915b5ac4aa4c23f 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-3.yaml
\ No newline at end of file
+.qa/clusters/fixed-3.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index a3ac9fc4dec2f6a385bd29060113bbb733b683f6..f75a848b8e740d2c73f88038d915b5ac4aa4c23f 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-3.yaml
\ No newline at end of file
+.qa/clusters/fixed-3.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index b23b2a7927317518caf8eb72bada87612d04b822..5ac9bfb8932510eaf01d6884b663e458e3f2ec28 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/bluestore-comp.yaml
\ No newline at end of file
+.qa/objectstore/bluestore-comp.yaml
\ No newline at end of file
index bd7d7e004a1bf1516c25b6f257498c8e22ab5755..961c6c6ac3f8ec939cc5291f27b86ff0ea6cea85 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/bluestore.yaml
\ No newline at end of file
+.qa/objectstore/bluestore.yaml
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index cd0791a14861de73cbcd55f9b328316f71b34521..230ff0fdab4126f8b7aed4317541c0ce278ffed7 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-2.yaml
\ No newline at end of file
+.qa/clusters/fixed-2.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0c590d7481a4f15edec0356c36331581f472949d..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 88b3a09564b208301c29ede7f42777fdade395ec..bd9854e702982762b598166261d958dfd20825bf 120000 (symlink)
@@ -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
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index cd0791a14861de73cbcd55f9b328316f71b34521..230ff0fdab4126f8b7aed4317541c0ce278ffed7 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-2.yaml
\ No newline at end of file
+.qa/clusters/fixed-2.yaml
\ No newline at end of file
index 48cea2e75634232fa565ff08078d64a4ba922269..f9115ff4a7ce55d8fdcf3c62e20727c169e85142 120000 (symlink)
@@ -1 +1 @@
-../../../../rgw_frontend/civetweb.yaml
\ No newline at end of file
+.qa/rgw_frontend/civetweb.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 0506f616ce26505666ab0497f37a751e38fde3e7..3bbd28e968b03fa39ea540c9b0148c34df3c03f9 120000 (symlink)
@@ -1 +1 @@
-../../../rgw_pool_type
\ No newline at end of file
+.qa/rgw_pool_type
\ No newline at end of file
index f67cecad075101566eba69f1001b95ee1c078acd..926a53e838346b801f4d2941d0379c38af7a1ef8 120000 (symlink)
@@ -1 +1 @@
-../../../rgw_frontend
\ No newline at end of file
+.qa/rgw_frontend
\ No newline at end of file
index 48cea2e75634232fa565ff08078d64a4ba922269..f9115ff4a7ce55d8fdcf3c62e20727c169e85142 120000 (symlink)
@@ -1 +1 @@
-../../../../rgw_frontend/civetweb.yaml
\ No newline at end of file
+.qa/rgw_frontend/civetweb.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 77fa7e71b78d187caebab21e22b3b9728fdf8c5a..3bbd28e968b03fa39ea540c9b0148c34df3c03f9 120000 (symlink)
@@ -1 +1 @@
-../../../rgw_pool_type/
\ No newline at end of file
+.qa/rgw_pool_type
\ No newline at end of file
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index 435ea3c7546aa480316285a7795adad8d7e48689..02df5dd0cd0435633ee5a0963b0268c61ce60c88 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-1.yaml
\ No newline at end of file
+.qa/clusters/fixed-1.yaml
\ No newline at end of file
index f67cecad075101566eba69f1001b95ee1c078acd..926a53e838346b801f4d2941d0379c38af7a1ef8 120000 (symlink)
@@ -1 +1 @@
-../../../rgw_frontend
\ No newline at end of file
+.qa/rgw_frontend
\ No newline at end of file
index 072fd838584c475e648d25f74a6f8466dfbe5164..0862b4457b37a038999a4485572780a8bd3c07db 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-random-distro$/
\ No newline at end of file
+.qa/distros/supported-random-distro$
\ No newline at end of file
index cd0791a14861de73cbcd55f9b328316f71b34521..230ff0fdab4126f8b7aed4317541c0ce278ffed7 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-2.yaml
\ No newline at end of file
+.qa/clusters/fixed-2.yaml
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index ebf7f34f39bcf41b643f0b2f407710bdf2c3ee91..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index cd0791a14861de73cbcd55f9b328316f71b34521..230ff0fdab4126f8b7aed4317541c0ce278ffed7 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-2.yaml
\ No newline at end of file
+.qa/clusters/fixed-2.yaml
\ No newline at end of file
index f67cecad075101566eba69f1001b95ee1c078acd..926a53e838346b801f4d2941d0379c38af7a1ef8 120000 (symlink)
@@ -1 +1 @@
-../../../rgw_frontend
\ No newline at end of file
+.qa/rgw_frontend
\ No newline at end of file
index 4c8ebadfde871b95effbdd015b4e07bea9a7e2fa..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 77fa7e71b78d187caebab21e22b3b9728fdf8c5a..3bbd28e968b03fa39ea540c9b0148c34df3c03f9 120000 (symlink)
@@ -1 +1 @@
-../../../rgw_pool_type/
\ No newline at end of file
+.qa/rgw_pool_type
\ No newline at end of file
index 39d9417ba464ff9458baf01e0f1bcb340da0fc46..c40bd326145333abe2ddee461439f5503eae463e 120000 (symlink)
@@ -1 +1 @@
-../../objectstore
\ No newline at end of file
+.qa/objectstore
\ No newline at end of file
index 435ea3c7546aa480316285a7795adad8d7e48689..02df5dd0cd0435633ee5a0963b0268c61ce60c88 120000 (symlink)
@@ -1 +1 @@
-../../../../clusters/fixed-1.yaml
\ No newline at end of file
+.qa/clusters/fixed-1.yaml
\ No newline at end of file
index 21601efb361d8e8bca3e1afb86c3a4fb669d1a43..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index 1af1dfd77be689968b28bf7486416bfcd9dd3936..41f2a9d14db8eb55605a5c0cd1ed1eacb648bca0 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/filestore-xfs.yaml
\ No newline at end of file
+.qa/objectstore/filestore-xfs.yaml
\ No newline at end of file
index a482e650421466a034271db505afbfca60965495..24480dfc71a237592e7379878e55968d11ea6cc0 120000 (symlink)
@@ -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
index bd7d7e004a1bf1516c25b6f257498c8e22ab5755..961c6c6ac3f8ec939cc5291f27b86ff0ea6cea85 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/bluestore.yaml
\ No newline at end of file
+.qa/objectstore/bluestore.yaml
\ No newline at end of file
index 99ec2bb0055d948c7e5cdf7c8d490167de091852..bd9854e702982762b598166261d958dfd20825bf 120000 (symlink)
@@ -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
index 21601efb361d8e8bca3e1afb86c3a4fb669d1a43..3a09f9abb05ca992795e41874435c16dc4f071e7 120000 (symlink)
@@ -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
index 1af1dfd77be689968b28bf7486416bfcd9dd3936..41f2a9d14db8eb55605a5c0cd1ed1eacb648bca0 120000 (symlink)
@@ -1 +1 @@
-../../../../objectstore/filestore-xfs.yaml
\ No newline at end of file
+.qa/objectstore/filestore-xfs.yaml
\ No newline at end of file
index a482e650421466a034271db505afbfca60965495..24480dfc71a237592e7379878e55968d11ea6cc0 120000 (symlink)
@@ -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
index 79010476bf417684756f39c17f979cd73b78ee3e..ca82dde5895992e196a94192f7bc68dfd58f155f 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported-all-distro/
\ No newline at end of file
+.qa/distros/supported-all-distro
\ No newline at end of file
index dd0d7f1d5bdcae56ca40fe053830ec800679e307..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index dd0d7f1d5bdcae56ca40fe053830ec800679e307..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index 987c18c3726fd46b27370ada46182d2da9d17ece..e9addbe236ca848a36a690fd61307e532f9a167d 120000 (symlink)
@@ -1 +1 @@
-../../../../releases/jewel.yaml
\ No newline at end of file
+.qa/releases/jewel.yaml
\ No newline at end of file
index 5283ac73e1b27948229b24e7b91b13dc6b9337a1..8de8798f8769af4c314cf81bd70cd1c2734e79b0 120000 (symlink)
@@ -1 +1 @@
-../../../../releases/luminous.yaml
\ No newline at end of file
+.qa/releases/luminous.yaml
\ No newline at end of file
index ca99fee94fa841981bd5b55ceb40234f84ebccd5..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index 5283ac73e1b27948229b24e7b91b13dc6b9337a1..8de8798f8769af4c314cf81bd70cd1c2734e79b0 120000 (symlink)
@@ -1 +1 @@
-../../../../releases/luminous.yaml
\ No newline at end of file
+.qa/releases/luminous.yaml
\ No newline at end of file
index ca99fee94fa841981bd5b55ceb40234f84ebccd5..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index b5973b95278b71966b8b5f2586be90b965d15eab..bd9854e702982762b598166261d958dfd20825bf 120000 (symlink)
@@ -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
index 5283ac73e1b27948229b24e7b91b13dc6b9337a1..8de8798f8769af4c314cf81bd70cd1c2734e79b0 120000 (symlink)
@@ -1 +1 @@
-../../../../releases/luminous.yaml
\ No newline at end of file
+.qa/releases/luminous.yaml
\ No newline at end of file
index ca99fee94fa841981bd5b55ceb40234f84ebccd5..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index ca99fee94fa841981bd5b55ceb40234f84ebccd5..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index e0426dbe499350c06aa488261b60af5eb4ed14e3..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 5283ac73e1b27948229b24e7b91b13dc6b9337a1..8de8798f8769af4c314cf81bd70cd1c2734e79b0 120000 (symlink)
@@ -1 +1 @@
-../../../../releases/luminous.yaml
\ No newline at end of file
+.qa/releases/luminous.yaml
\ No newline at end of file
index ca99fee94fa841981bd5b55ceb40234f84ebccd5..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index e0426dbe499350c06aa488261b60af5eb4ed14e3..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 5c72153e1f4c1608efdb499ef0ed39dcbe26c3b4..9dbc895b05ff5bcb62b1666b7fb2b9491092c8dc 120000 (symlink)
@@ -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
index ca99fee94fa841981bd5b55ceb40234f84ebccd5..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index ca99fee94fa841981bd5b55ceb40234f84ebccd5..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index e0426dbe499350c06aa488261b60af5eb4ed14e3..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 5c72153e1f4c1608efdb499ef0ed39dcbe26c3b4..9dbc895b05ff5bcb62b1666b7fb2b9491092c8dc 120000 (symlink)
@@ -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
index ca99fee94fa841981bd5b55ceb40234f84ebccd5..23d9e9be86f0d518b9a966f6439948c11c1b4b42 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported/
\ No newline at end of file
+.qa/distros/supported
\ No newline at end of file
index d6445987d072d79fc24bc4027ef1fc464a1fda05..961c6c6ac3f8ec939cc5291f27b86ff0ea6cea85 120000 (symlink)
@@ -1 +1 @@
-../../../../../objectstore/bluestore.yaml
\ No newline at end of file
+.qa/objectstore/bluestore.yaml
\ No newline at end of file
index 03750e5adeba449e5a1b6c37fb00c43b4a22e9db..41f2a9d14db8eb55605a5c0cd1ed1eacb648bca0 120000 (symlink)
@@ -1 +1 @@
-../../../../../objectstore/filestore-xfs.yaml
\ No newline at end of file
+.qa/objectstore/filestore-xfs.yaml
\ No newline at end of file
index e0426dbe499350c06aa488261b60af5eb4ed14e3..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index 0f102120a7b54c687b026f2a5f0639bfefa5ccd5..ca82dde5895992e196a94192f7bc68dfd58f155f 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported-all-distro/
\ No newline at end of file
+.qa/distros/supported-all-distro
\ No newline at end of file
index 0f102120a7b54c687b026f2a5f0639bfefa5ccd5..ca82dde5895992e196a94192f7bc68dfd58f155f 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported-all-distro/
\ No newline at end of file
+.qa/distros/supported-all-distro
\ No newline at end of file
index e0426dbe499350c06aa488261b60af5eb4ed14e3..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file
index d6445987d072d79fc24bc4027ef1fc464a1fda05..961c6c6ac3f8ec939cc5291f27b86ff0ea6cea85 120000 (symlink)
@@ -1 +1 @@
-../../../../../objectstore/bluestore.yaml
\ No newline at end of file
+.qa/objectstore/bluestore.yaml
\ No newline at end of file
index 03750e5adeba449e5a1b6c37fb00c43b4a22e9db..41f2a9d14db8eb55605a5c0cd1ed1eacb648bca0 120000 (symlink)
@@ -1 +1 @@
-../../../../../objectstore/filestore-xfs.yaml
\ No newline at end of file
+.qa/objectstore/filestore-xfs.yaml
\ No newline at end of file
index 0f102120a7b54c687b026f2a5f0639bfefa5ccd5..ca82dde5895992e196a94192f7bc68dfd58f155f 120000 (symlink)
@@ -1 +1 @@
-../../../../distros/supported-all-distro/
\ No newline at end of file
+.qa/distros/supported-all-distro
\ No newline at end of file
index e0426dbe499350c06aa488261b60af5eb4ed14e3..9124eb1aa29a098bf6c2cc42db0978847af829fd 120000 (symlink)
@@ -1 +1 @@
-../../../../tasks/thrashosds-health.yaml
\ No newline at end of file
+.qa/tasks/thrashosds-health.yaml
\ No newline at end of file