On Tue, May 03, 2011 at 03:22:08PM +0100, Adeodato Simo wrote:
> This commit introduces no behavior changes, and is only a minor refactoring
> that aids with a cleaner division of future LUClusterVerify work. The
> change consists in:
> 
>   - substitute the {node,instance}{list,info} structures previously created
>     in Exec() by member variables created in CheckPrereq; and
> 
>   - mechanically convert all references to the old variables to the new
>     member variables.
> 
> Creating both self.all_{node,inst}_info and self.my_{node,inst}_info, both
> with the same contents at the moment, is not capricious. We've now made
> Exec use the my_* variables pervasively; in future commits, we'll break the
> assumption that all nodes and instances are listed there, and it'll become
> clear when the all_* variables have to be substituted instead.
> 
> Signed-off-by: Adeodato Simo <[email protected]>

FYI: this is conflict just a tiny bit with a patch that I comitted on
devel-2.4, sorry. Recommend you merge devel-2.4 in master and rebase
before applying.

iustin

Reply via email to