ironic-inspector/releasenotes/notes/optional-root-disk-9b972f504b2e6262.yaml
Dmitry Tantsur 6e2ea6242d Allow diskless nodes introspection
There is a demand to use introspection on diskless nodes to figure out
what is possible to figure out.

We might need more changes to properly support diskless nodes, this
change is just to allow people to play with it.

The property ``local_gb == 0`` for a diskless node.

Change-Id: I21b2f2c069fdbf767367ec3d1fbf77bab6292b25
Partial-Bug: #1554243
2017-01-26 17:08:56 +01:00

6 lines
130 B
YAML

---
features:
- |
Avoid failing introspection on diskless nodes. The node property ``local_gb
== 0`` is set in that case.