]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add cephfs rename REST API 60729/head
authoryite.gu <yitegu0@gmail.com>
Tue, 2 Jul 2024 06:17:52 +0000 (14:17 +0800)
committerYite Gu <yitegu0@gmail.com>
Thu, 14 Nov 2024 02:44:38 +0000 (10:44 +0800)
commit1771755b39258095ecda424340809fa73cd974f2
tree49ac1cbbb85cec11f71bbbe7eb09b3736386909c
parent321d9d66bffd685c9c73c617f19a5da68c874dc2
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