ganeti

Safe HaskellSafe-Infered

Ganeti.MaintD.Autorepairs

Description

Auto-repair task of the maintenance daemon.

This module implements the non-pure parts of harep-style repairs carried out by the maintenance daemon.

Synopsis

Documentation

harepTasksSource

Arguments

:: (List, List)

Current cluster configuration

-> Set Int

Node indices on which actions may be taken

-> ResultT String IO (Set Int, [JobId])

untouched nodes and jobs submitted

Harep-like repair tasks.