| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
Config object representing an instance.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| Disk | 
      
  | 
  ||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from  Inherited from  Inherited from   | 
  |||
    
  | 
|||
      
  | 
  |||
| 
     Inherited from  Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
        secondary_nodes = property(_ComputeSecondaryNodes, None, None,
     | 
  |||
        all_nodes = property(_ComputeAllNodes, None, None, "List of al
     | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 Compute the list of secondary nodes. This is a simple wrapper over _ComputeAllNodes.  | 
  
 Compute the list of all nodes. Since the data is already there (in the drbd disks), keeping it as a separate normal attribute is redundant and if not properly synchronised can cause problems. Thus it's better to compute it dynamically.  | 
  
 Provide a mapping of nodes to LVs this instance owns. This function figures out what logical volumes should belong on which nodes, recursing through a device tree. 
  | 
  
 Find a disk given having a specified index. This is just a wrapper that does validation of the index. 
  | 
  
 Instance-specific conversion to standard python types. This replaces the children lists of objects with lists of standard python types. 
  | 
  
 Custom function for instances. 
  | 
  
 Fill defaults for missing configuration values. 
  | 
    
  | 
|||
  secondary_nodes
  | 
  all_nodes
  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 20 13:27:07 2010 | http://epydoc.sourceforge.net |