LGTM, t hanks
On Wed, Dec 18, 2013 at 3:43 PM, Klaus Aehlig <[email protected]> wrote: > Signed-off-by: Klaus Aehlig <[email protected]> > --- > src/Ganeti/HTools/Program/Hsqueeze.hs | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/Ganeti/HTools/Program/Hsqueeze.hs > b/src/Ganeti/HTools/Program/Hsqueeze.hs > index 3cac054..360507d 100644 > --- a/src/Ganeti/HTools/Program/Hsqueeze.hs > +++ b/src/Ganeti/HTools/Program/Hsqueeze.hs > @@ -233,7 +233,8 @@ main opts args = do > off_cmd = > Cluster.formatCmds off_jobs > ++ "\necho Tagging Commands\n" > - ++ (toOffline >>= printf " gnt-node add-tags %s > htools:standby:auto\n" . Node.alias) > + ++ (toOffline >>= printf " gnt-node add-tags %s > htools:standby:auto\n" > + . Node.alias) > ++ "\necho Power Commands\n" > ++ (toOffline >>= printf " gnt-node power -f off %s\n" . > Node.alias) > toOnline = tryOnline minInstance conf onlineCandidates > -- > 1.8.5.1 > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
