]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add cephfs rename REST API 58386/head
authoryite.gu <yitegu0@gmail.com>
Tue, 2 Jul 2024 06:17:52 +0000 (14:17 +0800)
committeryite.gu <yitegu0@gmail.com>
Thu, 4 Jul 2024 15:50:16 +0000 (23:50 +0800)
commitbac2689fdd0221a9b77833f20b0c512115f9d9e5
treea5c864f05f3bc6da03781238e956bb0fd9a466f0
parent2c16096b569ed13eaf145491671bbe9eec90ee92
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>
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