53364e07a3
Managing a share with a share type that has replication_type extra_spec must be allowed. Drivers are expected to fail this operation if the share was part of a replication relationship that Manila does not know about. Unmanaging a share with replicas must not be permitted until all replicas are removed. Managing and unmanaging of snapshots must not be permitted for a share that has replicas. Modify the NetApp driver for manage_existing to check for existing replicas. Also fix issue with manage retry where the share data was being altered inappropriately by a DB API. Closes-Bug: #1561641 Closes-Bug: #1565903 Co-Authored-By: Goutham Pacha Ravi <gouthamr@netapp.com> Change-Id: I82f1fef1e30114e017efd00fa7da70aceecab94c
13 lines
388 B
YAML
13 lines
388 B
YAML
---
|
|
features:
|
|
- Share can be managed with replication_type extra-spec
|
|
in the share_type
|
|
issues:
|
|
- Managing a share with replication_type can only be
|
|
possible if the share does not already have replicas.
|
|
fixes:
|
|
- Retrying to manage shares in ``manage_error`` status
|
|
works as expected.
|
|
- Snapshot manage and unmange operations are disabled
|
|
for shares with replicas.
|