cinder/releasenotes/notes/powermax_initiator_check-249279d30e3f8322.yaml
Helen Walsh 4489ca3320 PowerMax Driver - Initiator group contents check
Previously, the checking the contents of an existing initiator group
was configurable.  If there was a mismatch between the initiators
from the connector object and the contents of the IG, without this
check, it left the system in an undesirable state.  Now, we check
for the mismatch and throw an exception if one occurs if the
initiator_check is not configured. If initiator_check is True, the
driver recreates the initiator group and masking view and the attach
operation can proceed.

Change-Id: I5e871679817b5aacbdd9aefdc888d1d43202b411
2021-03-09 17:30:26 +00:00

7 lines
271 B
YAML

fixes:
- |
PowerMax driver: Checking that the contents of the initiator group
match the contents of the connector regardless of the initiator_check
option being enabled. This will ensure an exception is raised if
there is a mismatch, in all scenarios.