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

Ganeti.WConfd.Server

Description

The implementation of Ganeti WConfd daemon server.

As TemplateHaskell require that splices be defined in a separate module, we combine all the TemplateHaskell functionality that HTools needs in this module (except the one for unittests).

Synopsis

Documentation

type PrepResult = (Server, DaemonHandle) #

Type alias for prepMain results

checkMain :: CheckFn () #

Check function for luxid.

prepMain :: PrepFn () PrepResult #

Prepare function for luxid.

main :: MainFn () PrepResult #

Main function.

options :: [OptType] #

Options list and functions.