Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
filters/ccsflat2pcsprelude[mysql]: + @{startup,shutdown}_wait
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1201282
Reported-by: Patrik Hagara <phagara@redhat.com>
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
  • Loading branch information
jnpkrn committed Mar 12, 2015
1 parent badbfe9 commit 94339bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions filters/cluster/rm/mysql/__init__.py
Expand Up @@ -36,6 +36,15 @@
</nvpair>
</xsl:if>
</instance_attributes>
<!-- OPERATIONS -->
<operations>
''' + (
rg2hb_xsl('start', 'startup_wait', op=True)
+
rg2hb_xsl('stop', 'shutdown_wait', op=True)
) + '''\
</operations>
</xsl:when>
'''

Expand Down

0 comments on commit 94339bf

Please sign in to comment.