summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-12-11 00:54:56 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-12-17 23:38:18 +0100
commit63bf90bed7e5df7c117e1032a8b55de24f7d11ba (patch)
tree3c31d53f6020657674024d4d85e092fdf0325e18
parentd49637285600351d99323dc72cf7e28fd6261991 (diff)
downloadclufter-63bf90bed7e5df7c117e1032a8b55de24f7d11ba.tar.gz
clufter-63bf90bed7e5df7c117e1032a8b55de24f7d11ba.tar.xz
clufter-63bf90bed7e5df7c117e1032a8b55de24f7d11ba.zip
commands:*2pcs*: adjust (+fix) "cib" parameter description
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--commands/ccs2pcs.py4
-rw-r--r--commands/cib2pcscmd.py2
-rw-r--r--commands/pcs2pcscmd.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/commands/ccs2pcs.py b/commands/ccs2pcs.py
index 63018a8..1f3cf35 100644
--- a/commands/ccs2pcs.py
+++ b/commands/ccs2pcs.py
@@ -53,7 +53,7 @@ def ccs2pcs_flatiron(cmd_ctxt,
Options:
input input (CMAN,rgmanager) cluster config. file
ccs_pcmk output Corosync/CMAN (+fencing pass-through) config. file
- cib output proper Pacemaker cluster config. file
+ cib output proper Pacemaker cluster config. file (CIB)
"""
_check_pacemaker_1_2(cmd_ctxt)
@@ -98,7 +98,7 @@ def ccs2pcs_needle(cmd_ctxt,
Options:
input input (CMAN,rgmanager) cluster configuration file
coro output Corosync v2 config. file
- cib output proper Pacemaker cluster config. file
+ cib output proper Pacemaker cluster config. file (CIB)
"""
_check_pacemaker_1_2(cmd_ctxt)
diff --git a/commands/cib2pcscmd.py b/commands/cib2pcscmd.py
index 7c856f9..606ca16 100644
--- a/commands/cib2pcscmd.py
+++ b/commands/cib2pcscmd.py
@@ -29,7 +29,7 @@ def cib2pcscmd(cmd_ctxt,
"""CIB -> equivalent in pcs commands
Options:
- input input (CMAN,rgmanager) cluster config. file
+ input input proper Pacemaker cluster config. file (CIB)
output pcs commands to reinstate the cluster per the inputs
force may the force be with emitted pcs commands
noauth skip authentication step (OK if already set up)
diff --git a/commands/pcs2pcscmd.py b/commands/pcs2pcscmd.py
index 5f33d87..a16b541 100644
--- a/commands/pcs2pcscmd.py
+++ b/commands/pcs2pcscmd.py
@@ -40,7 +40,7 @@ def pcs2pcscmd_flatiron(cmd_ctxt,
Options:
ccs input Corosync/CMAN (+fencing pass-through) config. file
- cib input proper Pacemaker cluster config. file
+ cib input proper Pacemaker cluster config. file (CIB)
output pcs commands to reinstate the cluster per the inputs
force may the force be with emitted pcs commands
noauth skip authentication step (OK if already set up)
@@ -112,7 +112,7 @@ def pcs2pcscmd_needle(cmd_ctxt,
Options:
coro input Corosync v2 config. file
- cib input proper Pacemaker cluster config. file
+ cib input proper Pacemaker cluster config. file (CIB)
output pcs commands to reinstate the cluster per the inputs
force may the force be with emitted pcs commands
noauth skip authentication step (OK if already set up)