Project

General

Profile

Feature #24880

Updated by Patrick Donnelly almost 5 years ago

Old description: 

 Manila's cephfs driver does not support recovering data from snapshots,The driver uses the ceph_volume_client library. 

 If implement cephfs_volume_client's `_cp_r` method[1], it useful for data recovery of manila cephfs drivers. 

 [1]: https://github.com/ceph/ceph/blob/master/src/pybind/ceph_volume_client.py#L1390

Back