summaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-10-14 20:43:00 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-10-21 16:13:21 +0200
commita16c029e4e212cade1bd6508bfe7d71d8a2ae6d7 (patch)
tree4a416211abae31552f77356ee21bf0a9512cdbe3 /formats
parentb7e8b6d44ede1ca624e86926344ad881bb185d19 (diff)
downloadclufter-a16c029e4e212cade1bd6508bfe7d71d8a2ae6d7.tar.gz
clufter-a16c029e4e212cade1bd6508bfe7d71d8a2ae6d7.tar.xz
clufter-a16c029e4e212cade1bd6508bfe7d71d8a2ae6d7.zip
commands/ccs2pcs: apparently at least one more pass needed
So the progress for ccs-to-pcs (in isolation) currently is: - ccs2ccsflat - ccs-revitalize - ccsflat2pcsprelude - pcsprelude2pcscompact . TODO: service arrangement(?) - pcscompact2pcs . TODO: stonith-enabled=false if no fencing present and other finalizations 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 97a90ba..2d4d8a2 100644
--- a/formats/pcs.py
+++ b/formats/pcs.py
@@ -25,3 +25,10 @@ class pcs_prelude(pcs):
This is a result of ccsflat2pcsprelude filter.
"""
+
+
+class pcs_compact(pcs):
+ """Private, "unfinished" pacemaker-based cluster stack configuration
+
+ This is a result of pcsprelude2pcscompact filter.
+ """