ganeti-3.1: Cluster-based virtualization management software
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ganeti.Query.Node

Description

Implementation of the Ganeti Query2 node queries.

Synopsis

Documentation

type Runtime = Either RpcError RpcResultNodeInfo #

Runtime is the resulting type for NodeInfo call.

fieldsMap :: FieldMap Node Runtime #

The node fields map.

collectLiveData :: Bool -> ConfigData -> [String] -> [Node] -> IO [(Node, Runtime)] #

Collect live data from RPC query if enabled.