1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 crm_failcount <command> [<options>]
10
12 crm_failcount - Query or delete resource fail counts
13
14 Common options:
15 --help Display this text, then exit
16
17 --version
18 Display version information, then exit
19
20 -V, --verbose
21 Specify multiple times to increase debug output
22
23 -q, --quiet
24 Print only the value (if querying)
25
26 Commands:
27 -G, --query
28 Query the current value of the resource's fail count
29
30 -D, --delete
31 Delete resource's recorded failures
32
33 Additional Options:
34 -r, --resource=value
35 Name of the resource to use (required)
36
37 -n, --operation=value
38 Name of operation to use (instead of all operations)
39
40 -I, --interval=value
41 If operation is specified, its interval
42
43 -N, --node=value
44 Use failcount on named node (instead of local node)
45
47 Written by Andrew Beekhof and the Pacemaker project contributors
48
49
50
51Pacemaker 2.1.5-3.fc37 December 2022 PACEMAKER(8)