Merge "[NetApp] Fix access rules for CIFS promoted replica"
This commit is contained in:
commit
e6de3ff813
manila/share/drivers/netapp/dataontap/cluster_mode
releasenotes/notes
@ -2177,6 +2177,9 @@ class NetAppCmodeFileStorageLibrary(object):
|
||||
|
||||
# 3. Setup access rules
|
||||
new_active_replica = replica.copy()
|
||||
new_active_replica['export_locations'] = self._create_export(
|
||||
new_active_replica, share_server, vserver, vserver_client)
|
||||
|
||||
helper = self._get_helper(replica)
|
||||
helper.set_client(vserver_client)
|
||||
try:
|
||||
@ -2187,8 +2190,6 @@ class NetAppCmodeFileStorageLibrary(object):
|
||||
else:
|
||||
new_active_replica['access_rules_status'] = constants.STATUS_ACTIVE
|
||||
|
||||
new_active_replica['export_locations'] = self._create_export(
|
||||
new_active_replica, share_server, vserver, vserver_client)
|
||||
new_active_replica['replica_state'] = constants.REPLICA_STATE_ACTIVE
|
||||
|
||||
# 4. Set File system size fixed to false
|
||||
|
7
releasenotes/notes/1896949-netapp-fix-cifs-access-rules-promoted-replica-70b32991cc90e1ca.yaml
Normal file
7
releasenotes/notes/1896949-netapp-fix-cifs-access-rules-promoted-replica-70b32991cc90e1ca.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixed an issue on ONTAP NetApp driver that caused access rules not to be
|
||||
applied to a promoted replica using CIFS protocol. Please refer to the
|
||||
`Launchpad bug #1896949 <https://bugs.launchpad.net/manila/+bug/1896949>`_
|
||||
for more details.
|
Loading…
x
Reference in New Issue
Block a user