]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs: upgrade cephfs-shell's path wherever necessary 54186/head
authorRishabh Dave <ridave@redhat.com>
Mon, 20 Feb 2023 04:47:10 +0000 (10:17 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 25 Oct 2023 11:50:33 +0000 (17:20 +0530)
commit3cf0fc6eb9b2ab4a298875b3b2dc902e26a50c04
tree2c90fbc40f00fc86b16b59ad8b21739dafd1faae
parent51b3f9b8f44830a2e90756f801137358d5ce46a9
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>
(cherry picked from commit 48ef0444774934dd6d0d3e026142d95e4098bebd)

Conflicts:
qa/tasks/cephfs/test_cephfs_shell.py
- The lines (which were comments) to which backport patch was to
  be applied were absent in Quincy branch.
doc/man/8/cephfs-shell.rst
qa/tasks/cephfs/test_cephfs_shell.py
src/vstart.sh