LGTM Thanks,
Guido On Tue, Mar 6, 2012 at 11:59 PM, Iustin Pop <[email protected]> wrote: > --- > htools/Ganeti/HTools/Instance.hs | 7 ++++++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/htools/Ganeti/HTools/Instance.hs > b/htools/Ganeti/HTools/Instance.hs > index 4b5924e..8de3c8b 100644 > --- a/htools/Ganeti/HTools/Instance.hs > +++ b/htools/Ganeti/HTools/Instance.hs > @@ -137,7 +137,12 @@ localStorageTemplates = [ T.DTDrbd8, T.DTPlain ] > -- instance. Further the movable state can be restricted more due to > -- user choices, etc. > movableDiskTemplates :: [T.DiskTemplate] > -movableDiskTemplates = [ T.DTDrbd8, T.DTBlock, T.DTSharedFile ] > +movableDiskTemplates = > + [ T.DTDrbd8 > + , T.DTBlock > + , T.DTSharedFile > + , T.DTRbd > + ] > > -- | A simple name for the int, instance association list. > type AssocList = [(T.Idx, Instance)] > -- > 1.7.9.1 > -- Guido Trotter Google - Corporate Computing Services SRE Google Ireland Ltd. : Registered in Ireland with company number 368047. Gordon House, Barrow Street, Dublin 4, Ireland.
