summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2016-01-27 22:20:41 +0100
committerJan Pokorný <jpokorny@redhat.com>2016-02-01 23:54:06 +0100
commit4e02c82da029618fae1ebce643a7c0a13ef60961 (patch)
tree9b3efd90463824ad86d353b312f18f5c1c53db89
parent2bca9c24f1d510f61f76416620ec9935f86b1f7b (diff)
downloadclufter-4e02c82da029618fae1ebce643a7c0a13ef60961.tar.gz
clufter-4e02c82da029618fae1ebce643a7c0a13ef60961.tar.xz
clufter-4e02c82da029618fae1ebce643a7c0a13ef60961.zip
commands/*2pcscmd: avoid --tmp-cib '' (empty string)
It is "strongly discouraged" as detailed in <http://oss.clusterlabs.org/pipermail/users/2016-January/002197.html>. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--commands/ccs2pcscmd.py4
-rw-r--r--commands/cib2pcscmd.py2
-rw-r--r--commands/pcs2pcscmd.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/commands/ccs2pcscmd.py b/commands/ccs2pcscmd.py
index d56f5ed..b69acd3 100644
--- a/commands/ccs2pcscmd.py
+++ b/commands/ccs2pcscmd.py
@@ -44,7 +44,7 @@ def ccs2pcscmd_flatiron(cmd_ctxt,
force may the force be with emitted pcs commands
noauth skip authentication step (OK if already set up)
silent do not track the progress along the steps execution (echoes)
- tmp_cib file to accumulate the changes (empty ~ direct push)
+ tmp_cib file to accumulate the changes (empty ~ direct push, avoid!)
dry_run omit intrusive commands (TMP_CIB reset if empty)
enable enable cluster infrastructure services (autostart on reboot)
start_wait fixed seconds to give cluster to come up initially
@@ -118,7 +118,7 @@ def ccs2pcscmd_needle(cmd_ctxt,
force may the force be with emitted pcs commands
noauth skip authentication step (OK if already set up)
silent do not track the progress along the steps execution (echoes)
- tmp_cib file to accumulate the changes (empty ~ direct push)
+ tmp_cib file to accumulate the changes (empty ~ direct push, avoid!)
dry_run omit intrusive commands (TMP_CIB reset if empty)
enable enable cluster infrastructure services (autostart on reboot)
start_wait fixed seconds to give cluster to come up initially
diff --git a/commands/cib2pcscmd.py b/commands/cib2pcscmd.py
index 3bc04c9..d5496aa 100644
--- a/commands/cib2pcscmd.py
+++ b/commands/cib2pcscmd.py
@@ -33,7 +33,7 @@ def cib2pcscmd(cmd_ctxt,
force may the force be with emitted pcs commands
noauth skip authentication step (OK if already set up)
silent do not track the progress along the steps execution (echoes)
- tmp_cib file to accumulate the changes (empty ~ direct push)
+ tmp_cib file to accumulate the changes (empty ~ direct push, avoid!)
dry_run omit intrusive commands (TMP_CIB reset if empty)
enable enable cluster infrastructure services (autostart on reboot)
text_width for commands rewrapping (0/-1/neg. ~ auto/disable/hi-limit)
diff --git a/commands/pcs2pcscmd.py b/commands/pcs2pcscmd.py
index 0883d0f..2a2341e 100644
--- a/commands/pcs2pcscmd.py
+++ b/commands/pcs2pcscmd.py
@@ -45,7 +45,7 @@ def pcs2pcscmd_flatiron(cmd_ctxt,
force may the force be with emitted pcs commands
noauth skip authentication step (OK if already set up)
silent do not track the progress along the steps execution (echoes)
- tmp_cib file to accumulate the changes (empty ~ direct push)
+ tmp_cib file to accumulate the changes (empty ~ direct push, avoid!)
dry_run omit intrusive commands (TMP_CIB reset if empty)
enable enable cluster infrastructure services (autostart on reboot)
start_wait fixed seconds to give cluster to come up initially
@@ -117,7 +117,7 @@ def pcs2pcscmd_needle(cmd_ctxt,
force may the force be with emitted pcs commands
noauth skip authentication step (OK if already set up)
silent do not track the progress along the steps execution (echoes)
- tmp_cib file to accumulate the changes (empty ~ direct push)
+ tmp_cib file to accumulate the changes (empty ~ direct push, avoid!)
dry_run omit intrusive commands (TMP_CIB reset if empty)
enable enable cluster infrastructure services (autostart on reboot)
start_wait fixed seconds to give cluster to come up initially