Revision 32389d91 lib/query.py

b/lib/query.py
1155 1155
  "csockets": ("CSockets", QFT_NUMBER, "cpu_sockets",
1156 1156
               "Number of physical CPU sockets (if exported by hypervisor)"),
1157 1157
  "ctotal": ("CTotal", QFT_NUMBER, "cpu_total", "Number of logical processors"),
1158
  "dfree": ("DFree", QFT_UNIT, "vg_free",
1159
            "Available disk space in volume group"),
1160
  "dtotal": ("DTotal", QFT_UNIT, "vg_size",
1161
             "Total disk space in volume group used for instance disk"
1158
  "dfree": ("DFree", QFT_UNIT, "storage_free",
1159
            "Available storage space in storage unit"),
1160
  "dtotal": ("DTotal", QFT_UNIT, "storage_size",
1161
             "Total storage space in storage unit used for instance disk"
1162 1162
             " allocation"),
1163 1163
  "spfree": ("SpFree", QFT_NUMBER, "spindles_free",
1164 1164
             "Available spindles in volume group (exclusive storage only)"),

Also available in: Unified diff