summaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-10-20 20:59:28 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-10-21 16:15:36 +0200
commitbc9489357a3a641163ec41816a7035204f9422d9 (patch)
tree0200641379c851cb2539bd5aea8ffe26cbd318e0 /formats
parent99920886b62318f2597ede98bdb6a5ab11c070d3 (diff)
downloadclufter-bc9489357a3a641163ec41816a7035204f9422d9.tar.gz
clufter-bc9489357a3a641163ec41816a7035204f9422d9.tar.xz
clufter-bc9489357a3a641163ec41816a7035204f9422d9.zip
commands/ccs2pcs: new extra finalizing pcs2pcsfinal pass
Meant to be easily omissible/suppressable with "--noop=pcs2pcsfinal" provided on command-line or an equivalent. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'formats')
-rw-r--r--formats/pcs.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/formats/pcs.py b/formats/pcs.py
index 2d4d8a2..2c93d7b 100644
--- a/formats/pcs.py
+++ b/formats/pcs.py
@@ -32,3 +32,10 @@ class pcs_compact(pcs):
This is a result of pcsprelude2pcscompact filter.
"""
+
+
+class pcs_final(pcs):
+ """Public, "finished" pacemaker-based cluster stack configuration
+
+ This is a result of pcs2pcsfinal filter.
+ """