]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add cephfs rename REST API 60620/head
authoryite.gu <yitegu0@gmail.com>
Tue, 2 Jul 2024 06:17:52 +0000 (14:17 +0800)
committerYite Gu <yitegu0@gmail.com>
Tue, 5 Nov 2024 06:44:52 +0000 (14:44 +0800)
commit0828906a1b2a1c6773c6d3b0bf3777d88b1609f4
tree6529cde0eec16c2d186d68f45009cdc999b243b4
parent4883d727161494afc61d1c3df0e2799d14e6ebcb
mgr/dashboard: add cephfs rename REST API

Introduce rename for the cephfs REST API controller, we can
rename the existing file or directory by it.

Fixes: https://tracker.ceph.com/issues/66797
Signed-off-by: Yite Gu <yitegu0@gmail.com>
(cherry picked from commit bac2689fdd0221a9b77833f20b0c512115f9d9e5)
qa/tasks/mgr/dashboard/test_cephfs.py
src/pybind/mgr/dashboard/controllers/cephfs.py
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/cephfs.py