summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-06-08 20:48:20 +0200
committerJan Pokorný <jpokorny@redhat.com>2015-06-19 17:32:15 +0200
commita765c30697038b75018450674a9238712316474e (patch)
treee94e40c00caf2ae1a12d210b416a84ca1db72c91
parent78ea9035c1eb597187b75403be86eba4a52273ab (diff)
downloadclufter-a765c30697038b75018450674a9238712316474e.tar.gz
clufter-a765c30697038b75018450674a9238712316474e.tar.xz
clufter-a765c30697038b75018450674a9238712316474e.zip
filters/ccspcmk2pcscmd[cluster]: actually start the cluster
Otherwise any further resource-related configuration changes will fall apart. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--filters/cluster/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/cluster/__init__.py b/filters/cluster/__init__.py
index 3d7d410..40c62ee 100644
--- a/filters/cluster/__init__.py
+++ b/filters/cluster/__init__.py
@@ -660,7 +660,7 @@ ccspcmk2pcscmd = ('''\
''' + (
verbose_inform('"new cluster: ", @name')
) + '''
- <xsl:value-of select="concat('pcs cluster setup',
+ <xsl:value-of select="concat('pcs cluster setup --start',
' --name ', @name)"/>
<clufter:descent-mix at="clusternode"/>