Revision 82953e9a src/Ganeti/Query/Node.hs

b/src/Ganeti/Query/Node.hs
198 198
  -- non-implemented node resource model; they are declared just for
199 199
  -- parity, but are not functional
200 200
  , (FieldDefinition "hv_state" "HypervisorState" QFTOther "Hypervisor state",
201
     missingRuntime, QffNormal)
201
     FieldSimple (const rsUnavail), QffNormal)
202 202
  , (FieldDefinition "disk_state" "DiskState" QFTOther "Disk state",
203
     missingRuntime, QffNormal)
203
     FieldSimple (const rsUnavail), QffNormal)
204 204
  ] ++
205 205
  map nodeLiveFieldBuilder nodeLiveFieldsDefs ++
206 206
  map buildNdParamField allNDParamFields ++

Also available in: Unified diff