3eb34c3ce7
Change the Ceph NFS helpers to update the export locations preferred field based on the configuration. The preferred export location will always relate to the Ceph ADM deployed Ganesha cluster. Partial-Bug: #2035137 Change-Id: I9b05a6444b8ac98f79f297fec9c74a45ef11429d
25 lines
1.4 KiB
YAML
25 lines
1.4 KiB
YAML
---
|
|
features:
|
|
- |
|
|
It is now possible to configure `cephfs_ganesha_export_ips` (or
|
|
alternatively, `cephfs_ganesha_server_ip`) alongside
|
|
`cephfs_nfs_cluster_id`. Setting these options will allow the CephFS driver
|
|
to report additional export paths. These additional export paths will have
|
|
the "preferred" metadata key set to False. The export paths pertaining to
|
|
the NFS service host discovered by the driver will have the "preferred"
|
|
metadata key set to True. It is expected that administrators will configure
|
|
additional IP addresses when preparing to migrate from a standalone
|
|
NFS-Ganesha service to a NFS service cluster setup facilitated by the Ceph
|
|
orchestration service. Eventually, when the migration has completed, these
|
|
configuration options can be removed and the corresponding share export
|
|
path records will be dropped from Manila. Note that the CephFS driver will
|
|
not create or manipulate access rules within the NFS service configured via
|
|
`cephfs_ganesha_export_ips` or `cephfs_ganesha_server_ip`.
|
|
upgrades:
|
|
- |
|
|
In order to assist the user experience when migrating from a standalone
|
|
CephFS NFS (NFS-Ganesha) service to an NFS service created with the
|
|
Ceph Orchestrator, the CephFS driver allows configuring
|
|
`cephfs_ganesha_export_ips` (or alternatively, `cephfs_ganesha_server_ip`)
|
|
alongside `cephfs_nfs_cluster_id`.
|