NetApp driver fails when promoting back a replica using CIFS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Low
|
Carlos Eduardo |
Bug Description
Description
===========
The promote back of a share replica created from a CIFS share fails using the NetApp driver.
Steps to reproduce
==================
* Create a share network
* Create a security service (I've used an AD sec service)
* Attach the security service into the share network
* Create a share using the CIFS protocol
* Create a share replica of the created share
* Wait for the replica to achieve 'in_sync' state
* Promote the share replica
* Wait for the former active replica to become 'in_sync'
* Promote back the former active replica
Expected result
===============
The share replica should be promoted back successfully.
Actual result
=============
The share replica is not being promoted and the service is setting both share replicas (active and non-active) to error state.
Environment
===========
1. Devstack deployed on Ubuntu 18.04
2. Manila using the master branch (microversion 2.55)
3. NetApp DHSS=True backend using the standalone network plugin
Logs & Configs
==============
Traceback (most recent call last):
File "/usr/local/
res = self.dispatcher
File "/usr/local/
return self._do_
File "/usr/local/
result = func(ctxt, **new_args)
File "/opt/stack/
return f(self, *args, **kwargs)
File "/opt/stack/
return func(self, *args, **kwargs)
File "/opt/stack/
return locked_
File "<decorator-
File "/opt/stack/
return f(*a, **k)
File "/opt/stack/
return operation(*_args, **_kwargs)
File "/opt/stack/
exception=
File "/usr/local/
self.
File "/usr/local/
six.
File "/usr/local/
raise value
File "/opt/stack/
share_
File "/opt/stack/
share_
File "/opt/stack/
access_rules, share_server=
File "/opt/stack/
new_
File "/opt/stack/
result = f(self, *args, **kwargs)
File "/opt/stack/
clear_
File "/opt/stack/
result = f(self, *args, **kwargs)
File "/opt/stack/
self.
File "/opt/stack/
result = f(self, *args, **kwargs)
File "/opt/stack/
self.
File "/opt/stack/
return self.connection
File "/opt/stack/
raise NaApiError(code, msg)
manila.
summary: |
- NetApp driver fails when promoting back a replica created using CIFS + NetApp driver fails when promoting back a replica using CIFS |
tags: | added: cifs netapp replication |
Changed in manila: | |
assignee: | nobody → Carlos Eduardo (silvacarlose) |
Changed in manila: | |
status: | New → Triaged |
importance: | Undecided → Low |
milestone: | none → victoria-1 |
Changed in manila: | |
milestone: | victoria-1 → victoria-2 |
Changed in manila: | |
milestone: | victoria-2 → victoria-3 |
Changed in manila: | |
milestone: | victoria-3 → victoria-rc1 |
Fix proposed to branch: master /review. opendev. org/732757
Review: https:/