ganeti

Safe HaskellSafe-Infered

Ganeti.Confd.ClientFunctions

Description

Some utility functions, based on the Confd client, providing data in a ready-to-use way.

Synopsis

Documentation

getInstances :: String -> Maybe String -> Maybe Int -> ResultT String IO ([Instance], [Instance])Source

Get the list of instances the given node is ([primary], [secondary]) for. The server address and the server port parameters are mainly intended for testing purposes. If they are Nothing, the default values will be used.

getDisks :: Instance -> Maybe String -> Maybe Int -> ResultT String IO [Disk]Source

getInstanceDisks :: String -> Maybe String -> Maybe Int -> ResultT String IO [(Instance, [Disk])]Source

Get the list of instances on the given node along with their disks The server address and the server port parameters are mainly intended for testing purposes. If they are Nothing, the default values will be used.