pacemaker 2.1.1-77db578727
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
Macros | Enumerations
output.h File Reference

Control output from tools. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define pcmk_section_fencing_all   (pcmk_section_fence_failed | pcmk_section_fence_pending | pcmk_section_fence_worked)
 
#define pcmk_section_summary   (pcmk_section_stack | pcmk_section_dc | pcmk_section_times | pcmk_section_counts)
 
#define pcmk_section_all
 
#define pcmk_show_details   (pcmk_show_clone_detail | pcmk_show_node_id | pcmk_show_implicit_rscs)
 

Enumerations

enum  pcmk_section_e {
  pcmk_section_stack = 1 << 0 , pcmk_section_dc = 1 << 1 , pcmk_section_times = 1 << 2 , pcmk_section_counts = 1 << 3 ,
  pcmk_section_options = 1 << 4 , pcmk_section_nodes = 1 << 5 , pcmk_section_resources = 1 << 6 , pcmk_section_attributes = 1 << 7 ,
  pcmk_section_failcounts = 1 << 8 , pcmk_section_operations = 1 << 9 , pcmk_section_fence_failed = 1 << 10 , pcmk_section_fence_pending = 1 << 11 ,
  pcmk_section_fence_worked = 1 << 12 , pcmk_section_tickets = 1 << 13 , pcmk_section_bans = 1 << 14 , pcmk_section_failures = 1 << 15
}
 Control which sections are output. More...
 
enum  pcmk_show_opt_e {
  pcmk_show_brief = 1 << 0 , pcmk_show_clone_detail = 1 << 1 , pcmk_show_node_id = 1 << 2 , pcmk_show_implicit_rscs = 1 << 3 ,
  pcmk_show_timing = 1 << 4 , pcmk_show_inactive_rscs = 1 << 5 , pcmk_show_rscs_by_node = 1 << 6 , pcmk_show_pending = 1 << 7 ,
  pcmk_show_rsc_only = 1 << 8
}
 Further modify the output of sections. More...
 

Detailed Description

Control output from tools.

Definition in file output.h.

Macro Definition Documentation

◆ pcmk_section_all

#define pcmk_section_all
Value:
#define pcmk_section_summary
Definition output.h:46
@ pcmk_section_nodes
Definition output.h:32
@ pcmk_section_operations
Definition output.h:36
@ pcmk_section_attributes
Definition output.h:34
@ pcmk_section_options
Definition output.h:31
@ pcmk_section_bans
Definition output.h:41
@ pcmk_section_failures
Definition output.h:42
@ pcmk_section_tickets
Definition output.h:40
@ pcmk_section_failcounts
Definition output.h:35
@ pcmk_section_resources
Definition output.h:33
#define pcmk_section_fencing_all
Definition output.h:45

Definition at line 47 of file output.h.

◆ pcmk_section_fencing_all

Definition at line 45 of file output.h.

◆ pcmk_section_summary

#define pcmk_section_summary   (pcmk_section_stack | pcmk_section_dc | pcmk_section_times | pcmk_section_counts)

Definition at line 46 of file output.h.

◆ pcmk_show_details

Definition at line 67 of file output.h.

Enumeration Type Documentation

◆ pcmk_section_e

Control which sections are output.

Enumerator
pcmk_section_stack 
pcmk_section_dc 
pcmk_section_times 
pcmk_section_counts 
pcmk_section_options 
pcmk_section_nodes 
pcmk_section_resources 
pcmk_section_attributes 
pcmk_section_failcounts 
pcmk_section_operations 
pcmk_section_fence_failed 
pcmk_section_fence_pending 
pcmk_section_fence_worked 
pcmk_section_tickets 
pcmk_section_bans 
pcmk_section_failures 

Definition at line 26 of file output.h.

◆ pcmk_show_opt_e

Further modify the output of sections.

Enumerator
pcmk_show_brief 
pcmk_show_clone_detail 
pcmk_show_node_id 
pcmk_show_implicit_rscs 
pcmk_show_timing 
pcmk_show_inactive_rscs 
pcmk_show_rscs_by_node 
pcmk_show_pending 
pcmk_show_rsc_only 

Definition at line 55 of file output.h.