cinder/releasenotes/notes/rbd-multiattach-exceptions-43066312f3b527f5.yaml
Jon Bernard 9bc67c8978 RBD: catch argument exceptions when configuring multiattach
If an expected flag is already in the desired state, RBD will raise an
InvalidArgument exception.  This is okay, however not catching this will
result in volume operation errors.

Co-Author: Eric Harney <eharney@redhat.com>
Change-Id: Ib28b6a2867469e73307482827d9e336b10a58432
Closes-Bug: #1852628
2020-01-20 13:49:49 -05:00

7 lines
212 B
YAML

---
fixes:
- |
Catch argument exceptions when configuring multiattach for rbd volumes.
This allows multiattach images with flags already set to continue instead
of raising an exception and failing.