1CLUFTER(1) User Commands CLUFTER(1)
2
3
4
6 clufter - pcs2pcscmd
7
9 clufter [<global option> ...] pcs2pcscmd [<cmd option ...>]
10 clufter [<global option> ...] pcs2pcscmd-needle [<cmd option ...>]
11
13 (Corosync v2,Pacemaker) cluster cfg. -> reinstating pcs commands
14
16 -h, --help
17 show help message and exit
18
19 -H, --help-full
20 full help message and exit
21
22 Command options:
23
24 -c CORO, --coro=CORO
25 input Corosync v2 configuration file
26 [/etc/corosync/corosync.conf]
27
28 -i CIB, --cib=CIB
29 input proper Pacemaker cluster config. file (CIB)
30 [/var/lib/pacemaker/cib/cib.xml]
31
32 -o OUTPUT, --output=OUTPUT
33 pcs commands to reinstate the cluster per the inputs [-]
34
35 -f, --force
36 may the force be with emitted pcs commands [disabled]
37
38 -n, --noauth
39 skip authentication step (OK if already set up) [disabled]
40
41 -s, --silent
42 do not track the progress along the steps execution (echoes)
43 [disabled]
44
45 -t TMP_CIB, --tmp-cib=TMP_CIB
46 file to accumulate the changes (empty ~ direct push, avoid!)
47 [tmp-cib.xml]
48
49 -r, --dry-run
50 omit intrusive commands (TMP_CIB reset if empty) [disabled]
51
52 -e, --enable
53 enable cluster infrastructure services (autostart on reboot)
54 [disabled]
55
56 -w START_WAIT, --start-wait=START_WAIT
57 fixed seconds to give cluster to come up initially [60]
58
59 -g, --noguidance
60 omit extraneous guiding [disabled]
61
62 -x, --set-exec
63 make the output file executable (not recommended) [disabled]
64
65 --text-width=TEXT_WIDTH
66 for commands rewrapping (0/-1/neg. ~ auto/disable/hi-limit) [0]
67
68 --nocheck
69 do not validate any step (even if self-checks present) [dis‐
70 abled]
71
72 --batch
73 do not interact (validation failure recovery, etc.) [disabled]
74
75 --editor=EDITOR
76 customize editor to run (unused in batch mode) [/usr/bin/nano]
77
78 --raw do not care about pretty-printed output [disabled]
79
80 --noop=NOOP
81 (Advanced) debug only: NOOPize filter (2+: repeat) [none out of
82 cmd-annotate, cmd-wrap, simpleconfig-normalize, simplecon‐
83 fig2needlexml, needlexml2pcscmd, needleqdevicexml2pcscmd,
84 cib-revitalize, cib-meld-templates, cib2pcscmd]
85
86 --dump=DUMP
87 (Advanced) debug only: dump (intermediate) output of the filter
88 (2+: repeat) [none out of cmd-annotate, cmd-wrap, simplecon‐
89 fig-normalize, simpleconfig2needlexml, needlexml2pcscmd, needle‐
90 qdevicexml2pcscmd, cib-revitalize, cib-meld-templates,
91 cib2pcscmd, ANY]
92
93 --profile
94 (Advanced) enable XSLT profiling (auxiliary files produced)
95 [disabled]
96
97 Common options:
98
99 Either in global (before <cmd>) or command scope (after <cmd>).
100
101 --sys=SYS
102 (Advanced) override autodetected system [linux]
103
104 --dist=DIST
105 override target distro (for SYS=linux; see --list-dists)
106 [fedora,29,Rawhide]
107
108 -q, --quiet
109 refrain from unnecesary messages (usually on stderr)
110
111 --color=[WHEN]
112 colorize messages if available [auto out of auto, never, always]
113
114 -d, --debug
115 shortcut for --loglevel=DEBUG
116
117 --logfile=FILE
118 specify log file (instead of stderr)
119
120 --loglevel=LEVEL
121 specify log level [WARNING out of NOTSET, DEBUG, INFO, WARNING,
122 ERROR, CRITICAL]
123
124 Arguments to value-based `command options' can go without labels when
125 the order wrt. parsing logic respected; skipping those backed by
126 default values otherwise requiring specification then allowed by syn‐
127 tactic sugar: all can be passed as a single, first, ::-delimited argu‐
128 ment; magic files: `-', `@DIGIT+'. `{formula}' in output file spec:
129 input-backed (e.g. hash) substitution recipe. All available commands
130 listed as `clufter --list'.
131
133 Written by Jan Pokorný <jpokorny+pkg-clufter@redhat.com> and plugin
134 authors.
135
137 Report bugs to <https://bugzilla.redhat.com/enter_bug.cgi?prod‐
138 uct=Fedora&component=clufter>
139
141 Copyright © 2018 Red Hat, Inc. Licensed under GPLv2+.
142
144 pcs(8), clufter(1),
145
146 clufter-pcs2pcscmd-flatiron(1), clufter-pcs2pcscmd-needle(1), and per‐
147 haps more
148
149
150
151clufter 0.77.1 August 2018 CLUFTER(1)