Go to the source code of this file.
 | 
| int  | pe__bundle_max (const pe_resource_t *rsc) | 
|   | 
| int  | pe__bundle_max_per_node (const pe_resource_t *rsc) | 
|   | 
| bool  | pe__bundle_needs_remote_name (pe_resource_t *rsc) | 
|   | 
| const char *  | pe__add_bundle_remote_name (pe_resource_t *rsc, pe_working_set_t *data_set, xmlNode *xml, const char *field) | 
|   | 
| gboolean  | pe__unpack_bundle (pe_resource_t *rsc, pe_working_set_t *data_set) | 
|   | 
| gboolean  | pe__bundle_active (pe_resource_t *rsc, gboolean all) | 
|   | 
| pe_resource_t *  | pe__find_bundle_replica (const pe_resource_t *bundle, const pe_node_t *node) | 
|   | 
| int  | pe__bundle_xml (pcmk__output_t *out, va_list args) | 
|   | 
| int  | pe__bundle_html (pcmk__output_t *out, va_list args) | 
|   | 
| int  | pe__bundle_text (pcmk__output_t *out, va_list args) | 
|   | 
| void  | pe__print_bundle (pe_resource_t *rsc, const char *pre_text, long options, void *print_data) | 
|   | 
| void  | pe__free_bundle (pe_resource_t *rsc) | 
|   | 
| enum rsc_role_e  | pe__bundle_resource_state (const pe_resource_t *rsc, gboolean current) | 
|   | 
| int  | pe_bundle_replicas (const pe_resource_t *rsc) | 
|   | Get the number of configured replicas in a bundle.  More...
  | 
|   | 
| void  | pe__count_bundle (pe_resource_t *rsc) | 
|   | 
| gboolean  | pe__bundle_is_filtered (const pe_resource_t *rsc, GList *only_rsc, gboolean check_parent) | 
|   | 
| GList *  | pe__bundle_containers (const pe_resource_t *bundle) | 
|   | 
| pe_node_t *  | pe__bundle_active_node (const pe_resource_t *rsc, unsigned int *count_all, unsigned int *count_clean) | 
|   | 
◆ pe__set_bundle_mount_flags
      
        
          | #define pe__set_bundle_mount_flags | 
          ( | 
            | 
          mount_xml,  | 
        
        
           | 
           | 
            | 
          flags,  | 
        
        
           | 
           | 
            | 
          flags_to_set  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Value:do {     \
        flags = pcmk__set_flags_as(__func__, __LINE__, 
LOG_TRACE,           \
                                   "Bundle mount", 
ID(mount_xml), 
flags,    \
                                    (flags_to_set), #flags_to_set);          \
    } while (0)
 
Definition at line 782 of file bundle.c.
 
 
◆ PE__VARIANT_BUNDLE
      
        
          | #define PE__VARIANT_BUNDLE   1 | 
        
      
 
 
◆ pe__add_bundle_remote_name()
◆ pe__bundle_active()
◆ pe__bundle_active_node()
      
        
          | pe_node_t* pe__bundle_active_node  | 
          ( | 
          const pe_resource_t *  | 
          rsc,  | 
        
        
           | 
           | 
          unsigned int *  | 
          count_all,  | 
        
        
           | 
           | 
          unsigned int *  | 
          count_clean  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pe__bundle_containers()
◆ pe__bundle_html()
◆ pe__bundle_is_filtered()
      
        
          | gboolean pe__bundle_is_filtered  | 
          ( | 
          const pe_resource_t *  | 
          rsc,  | 
        
        
           | 
           | 
          GList *  | 
          only_rsc,  | 
        
        
           | 
           | 
          gboolean  | 
          check_parent  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pe__bundle_max()
◆ pe__bundle_max_per_node()
◆ pe__bundle_needs_remote_name()
◆ pe__bundle_resource_state()
◆ pe__bundle_text()
◆ pe__bundle_xml()
◆ pe__count_bundle()
◆ pe__find_bundle_replica()
◆ pe__free_bundle()
◆ pe__print_bundle()
      
        
          | void pe__print_bundle  | 
          ( | 
          pe_resource_t *  | 
          rsc,  | 
        
        
           | 
           | 
          const char *  | 
          pre_text,  | 
        
        
           | 
           | 
          long  | 
          options,  | 
        
        
           | 
           | 
          void *  | 
          print_data  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pe__unpack_bundle()
◆ pe_bundle_replicas()
Get the number of configured replicas in a bundle. 
- Parameters
 - 
  
  
 
- Returns
 - Number of configured replicas, or 0 on error 
 
Definition at line 1835 of file bundle.c.