« Previous | Next » 

Revision c711d09e

IDc711d09e689565b3b7b1d25fd2f5b61a8cddb6d9
Parent 6aac5aef
Child cf692cd0

Added by Adeodato Simo almost 13 years ago

Cluster verify: gather node/instance list in CheckPrereq

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 <>
Signed-off-by: Guido Trotter <>
Reviewed-by: Iustin Pop <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences