ironic-inspector/releasenotes/notes/zero-size-55c4b4f2b9e8384d.yaml
Dmitry Tantsur 95e103d21c Do not try to set local_gb to -1 when the matched root device size is 0
Apparently, virtual floppies on some machines are represented as normal
block devices, but with size = 0. We should filter them out in ironic-lib,
but for now at least don't fail miserably.

Story: #2007907
Task: #40308
Change-Id: Ia96a9a8b85841612fb13616754bfdbf651b212d8
2020-07-09 16:40:22 +02:00

6 lines
112 B
YAML

---
fixes:
- |
No longer tries to set ``local_gb`` to -1 if the matched root device has
size of zero.