mirror of
https://github.com/ceph/ceph
synced 2025-02-15 06:48:22 +00:00
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> |
||
---|---|---|
.. | ||
thrash-rados | ||
.qa | ||
admin-socket.yaml | ||
divergent_priors2.yaml | ||
divergent_priors.yaml | ||
dump-stuck.yaml | ||
ec-lost-unfound.yaml | ||
erasure-code-nonregression.yaml | ||
lost-unfound-delete.yaml | ||
lost-unfound.yaml | ||
max-pg-per-osd.from-mon.yaml | ||
max-pg-per-osd.from-primary.yaml | ||
max-pg-per-osd.from-replica.yaml | ||
mon-auth-caps.yaml | ||
mon-config-keys.yaml | ||
mon-config.yaml | ||
mon-seesaw.yaml | ||
osd-backfill.yaml | ||
osd-recovery-incomplete.yaml | ||
osd-recovery.yaml | ||
peer.yaml | ||
pg-removal-interruption.yaml | ||
radostool.yaml | ||
random-eio.yaml | ||
rebuild-mondb.yaml | ||
recovery-preemption.yaml | ||
reg11184.yaml | ||
resolve_stuck_peering.yaml | ||
test_envlibrados_for_rocksdb.yaml | ||
thrash_cache_writeback_proxy_none.yaml | ||
thrash-eio.yaml | ||
watch-notify-same-primary.yaml |