cinder/releasenotes/notes/pure_fix_clone_cg-cfdf7d16b63882f8.yaml
Simon Dodsley eb5c8183b6 [Pure Storage] Fix CG cloning crash when very long volume names
Specifically for PowerVC when volumes have VERY long names they
currently truncated to an acceptible length. This truncation
was missing for volumes in a consistency group so when cloning
of the CG occured, the clone command would fail due to an
incorrect volume name.

Change-Id: I84ff54268550e4e27fa8b2c8d7d02459c4f6d7c4
Closes-Bug: #1936663
2021-07-16 10:12:13 -04:00

8 lines
262 B
YAML

---
fixes:
- |
Pure Storage FlashArray driver `bug #1936663
<https://bugs.launchpad.net/cinder/+bug/1936663>`_: Fixes issue where
cloning a consistency group containing volumes with very long names
causes a crash - Required for PowerVC support