On Fri, May 09, 2014 at 08:59:00PM +0200, Petr Pudlák wrote:
> Interdiff:
> 
> diff --git a/src/Ganeti/Config.hs b/src/Ganeti/Config.hs
> index 16c336b..0f57f1b 100644
> --- a/src/Ganeti/Config.hs
> +++ b/src/Ganeti/Config.hs
> @@ -360,10 +360,10 @@ getInstDisksFromObj cfg =
> 
>  -- | Returns the DRBD minors of a given 'Disk'
>  getDrbdMinorsForDisk :: Disk -> [(Int, String)]
> -getDrbdMinorsForDisk Disk{ diskLogicalId = (LIDDrbd8 nA nB _ mnA mnB _)
> -                         , diskChildren = ch
> -                         } = [(mnA, nA), (mnB, nB)] ++
> -                             concatMap getDrbdMinorsForDisk ch
> +getDrbdMinorsForDisk Disk { diskLogicalId = (LIDDrbd8 nA nB _ mnA mnB _)
> +                          , diskChildren = ch
> +                          } = [(mnA, nA), (mnB, nB)] ++
> +                              concatMap getDrbdMinorsForDisk ch
>  getDrbdMinorsForDisk d = concatMap getDrbdMinorsForDisk (diskChildren d)
> 
>  -- | Filters DRBD minors for a given node.

LGTM

-- 
Klaus Aehlig
Google Germany GmbH, Dienerstr. 12, 80331 Muenchen
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores

Reply via email to