Revision 05325a35 lib/objects.py

b/lib/objects.py
1023 1023
    return tuple(all_nodes)
1024 1024

  
1025 1025
  secondary_nodes = property(_ComputeSecondaryNodes, None, None,
1026
                             "List of secondary nodes")
1026
                             "List of names of secondary nodes")
1027 1027

  
1028 1028
  def _ComputeAllNodes(self):
1029 1029
    """Compute the list of all nodes.
......
1051 1051
    return tuple(all_nodes)
1052 1052

  
1053 1053
  all_nodes = property(_ComputeAllNodes, None, None,
1054
                       "List of all nodes of the instance")
1054
                       "List of names of all the nodes of the instance")
1055 1055

  
1056 1056
  def MapLVsByNode(self, lvmap=None, devs=None, node=None):
1057 1057
    """Provide a mapping of nodes to LVs this instance owns.

Also available in: Unified diff