Re: [PATCH master 04/18] Add a function computing the allocation vector

2015-02-09 Thread 'Petr Pudlák' via ganeti-devel
LGTM On Fri, Jan 30, 2015 at 6:20 PM, 'Klaus Aehlig' via ganeti-devel < ganeti-devel@googlegroups.com> wrote: > that is, for each test instance the number of copies of > it that can additionally be placed on a given node. > > Signed-off-by: Klaus Aehlig > --- > src/Ganeti/HTools/Dedicated.h

[PATCH master 04/18] Add a function computing the allocation vector

2015-01-30 Thread 'Klaus Aehlig' via ganeti-devel
that is, for each test instance the number of copies of it that can additionally be placed on a given node. Signed-off-by: Klaus Aehlig --- src/Ganeti/HTools/Dedicated.hs | 8 1 file changed, 8 insertions(+) diff --git a/src/Ganeti/HTools/Dedicated.hs b/src/Ganeti/HTools/Dedicated.