Skip to content
Snippets Groups Projects
Commit 03bd2e8f authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Change Manila cephfs driver"

parents 82ee3e47 d512ba40
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ hitachi_hnas_file_system_name = {{ hnas_file_system_name }} ...@@ -94,7 +94,7 @@ hitachi_hnas_file_system_name = {{ hnas_file_system_name }}
[cephfsnative1] [cephfsnative1]
driver_handles_share_servers = False driver_handles_share_servers = False
share_backend_name = CEPHFS1 share_backend_name = CEPHFS1
share_driver = manila.share.drivers.cephfs.cephfs_native.CephFSNativeDriver share_driver = manila.share.drivers.cephfs.driver.CephFSDriver
cephfs_conf_path = /etc/ceph/ceph.conf cephfs_conf_path = /etc/ceph/ceph.conf
cephfs_auth_id = manila cephfs_auth_id = manila
cephfs_cluster_name = ceph cephfs_cluster_name = ceph
......
---
fixes:
- |
Change Manila cephfs share driver to
``manila.share.drivers.cephfs.driver.CephFSDriver``, old driver was
deprecated.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment