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

Ganeti.HTools.Backend.Luxi

Description

Implementation of the LUXI loader.

Synopsis

Documentation

loadData #

Arguments

:: String

Unix socket to use as source

-> IO (Result ClusterData) 

Top level function for data loading.

parseData :: (Result JSValue, Result JSValue, Result JSValue, Result JSValue) -> Result ClusterData #

Converts the output of readData into the internal cluster representation.