]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephfs: upgrade cephfs-shell's path wherever necessary
authorRishabh Dave <ridave@redhat.com>
Mon, 20 Feb 2023 04:47:10 +0000 (10:17 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 21 Feb 2023 13:46:27 +0000 (19:16 +0530)
commit48ef0444774934dd6d0d3e026142d95e4098bebd
tree84fccbc075d3ca67c42ac26fef5dd05eb418a11f
parent47cbae67382ace2102dacf5ade734fc6797a51ed
cephfs: upgrade cephfs-shell's path wherever necessary

Commit dc69033763cc116c6ccdf1f97149a74248691042 moves cephfs-shell from
"<CEPH-REPO-ROOT>/src/tools/cephfs/" to
"<CEPH-REPO-ROOT>/src/tools/cephfs/shell" but cephfs-shell's location in
src/vstart.sh and qa/tasks/cephfs/test_cephfs_shell.py is left
un-updated. This produces a broken vstart_environment.sh and broken
export command in test_cephfs_shell.py.

Introduced-by: dc69033763cc116c6ccdf1f97149a74248691042
Fixes: https://tracker.ceph.com/issues/58795
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/man/8/cephfs-shell.rst
qa/tasks/cephfs/test_cephfs_shell.py
src/vstart.sh