X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/0e514de1692712f623bd931da2cb8c1cc90598b1..0bbec3afa3443db71a0069465ff3db2229e99740:/lib/query.py diff --git a/lib/query.py b/lib/query.py index 9554eb6..1ff701c 100644 --- a/lib/query.py +++ b/lib/query.py @@ -1160,6 +1160,10 @@ _NODE_LIVE_FIELDS = { "dtotal": ("DTotal", QFT_UNIT, "vg_size", "Total disk space in volume group used for instance disk" " allocation"), + "spfree": ("SpFree", QFT_NUMBER, "spindles_free", + "Available spindles in volume group (exclusive storage only)"), + "sptotal": ("SpTotal", QFT_NUMBER, "spindles_total", + "Total spindles in volume group (exclusive storage only)"), "mfree": ("MFree", QFT_UNIT, "memory_free", "Memory available for instance allocations"), "mnode": ("MNode", QFT_UNIT, "memory_dom0",