23075e6c0b
Refactor CephFSNativeDriver as a driver class using protocol helper classes. The helper classes would handle protocol specific driver actions such as controlling access and fetching share's export locations. For now, the driver uses a protocol helper to support CephFS's native protocol. The driver can be made to support other NAS protocols later on by adding protocol helper classes. Since the driver would not just support the native protocol rename the driver's file name and its driver class as `driver` and `CephFSDriver` respectively. The driver would by default support the native protocol, and can be referred to by its previous class name and module name. DocImpact Partially-impelements: blueprint cephfs-nfs-support Change-Id: I8a33be1df4864131435b794e791cc2d651fbe741
10 lines
514 B
YAML
10 lines
514 B
YAML
---
|
|
upgrade:
|
|
- To use the CephFS driver, which enables CephFS access via the native Ceph
|
|
protocol, set the `share_driver` in the driver section of the config file
|
|
as `manila.share.drivers.cephfs.driver.CephFSDriver`. The previous
|
|
`share_driver` setting in Mitaka/Newton/Ocata releases
|
|
`manila.share.drivers.cephfs.cephfs_native.CephFSNativeDriver` would still
|
|
work (usually until one more release, Queens, as part of standard deprecation
|
|
process.), but it's usage is no longer preferred.
|