ganeti

Safe HaskellSafe-Infered

Ganeti.HTools.Program.Hscan

Description

Scan clusters via RAPI or LUXI and write state data files.

Synopsis

Documentation

options :: IO [OptType]Source

Options list and functions.

arguments :: [ArgCompletion]Source

The list of arguments supported by the program.

printCluster :: List -> List -> StringSource

fixSlash :: String -> StringSource

writeData :: Int -> String -> Options -> Result ClusterData -> IO BoolSource

writeDataInner :: Int -> String -> Options -> ClusterData -> ClusterData -> IO BoolSource

main :: Options -> [String] -> IO ()Source

Main function.