Revision 5f6e9cb9 src/Ganeti/HTools/Program/Main.hs

b/src/Ganeti/HTools/Program/Main.hs
43 43
import qualified Ganeti.HTools.Program.Hcheck as Hcheck
44 44
import qualified Ganeti.HTools.Program.Hscan as Hscan
45 45
import qualified Ganeti.HTools.Program.Hspace as Hspace
46
import qualified Ganeti.HTools.Program.Hsqueeze as Hsqueeze
46 47
import qualified Ganeti.HTools.Program.Hinfo as Hinfo
47 48
import qualified Ganeti.HTools.Program.Hroller as Hroller
48 49
import Ganeti.Utils
......
79 80
                "cluster rolling maintenance helper; it helps scheduling\
80 81
                \ node reboots in a manner that doesn't conflict with the\
81 82
                \ instances' topology"))
83
  , ("hsqueeze", (Hsqueeze.main, Hsqueeze.options, Hsqueeze.arguments,
84
                "cluster dynamic power management;  it powers up and down\
85
                \ nodes to keep the amount of free online resources in a\
86
                \ given range"))
82 87
  ]
83 88

  
84 89
-- | Display usage and exit.

Also available in: Unified diff