cinder/releasenotes/notes/handle-external-events-in-extend-6ae53b822baf0004.yaml
Rajat Dhasmana 8b17248abc Followup: Correct typo in releasenote
This is a followup to 78f8a7bbe6
to correct typo of 'externals' to 'external'.

Change-Id: I88acb611479cbcca541d62e7e16e0b82e159ecd6
2023-02-09 07:20:38 +00:00

10 lines
313 B
YAML

---
fixes:
- |
`bug #2000724
<https://bugs.launchpad.net/cinder/+bug/2000724>`_:
Handled the case when glance is calling online extend
and external events were being sent to nova.
Now Cinder will only send external events when the volume,
to be extended, is attached to a nova instance.