LGTM, thanks
On Thu, Mar 27, 2014 at 2:36 PM, Petr Pudlak <[email protected]> wrote: > This was an unnoticed regression when SSConf has been refactored into > WConfd. > > Signed-off-by: Petr Pudlak <[email protected]> > --- > src/Ganeti/WConfd/Ssconf.hs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/Ganeti/WConfd/Ssconf.hs b/src/Ganeti/WConfd/Ssconf.hs > index 9a18c8b..eaf9f6f 100644 > --- a/src/Ganeti/WConfd/Ssconf.hs > +++ b/src/Ganeti/WConfd/Ssconf.hs > @@ -95,7 +95,7 @@ mkSSConf cdata = SSConf $ M.fromList > toPairs = M.assocs . fromContainer > > cluster = configCluster cdata > - mcs = getMasterCandidates cdata > + mcs = getMasterOrCandidates cdata > nodes = niceSortKey nodeName . toList $ configNodes cdata > (offline, online) = partition nodeOffline nodes > nodeGroups = niceSortKey groupName . toList $ configNodegroups cdata > -- > 1.9.1.423.g4596e3a > > -- -- 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
