summaryrefslogtreecommitdiffstats
path: root/filters/cluster/cman/__init__.py
blob: 1dbdc4e6a38b4a9dbbe4942c497ae70739fc0f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)

ccs2needlexml = '''\
    <quorum provider="corosync_votequorum">
        <xsl:copy-of select="@*[
            contains(concat(
                '|expected_votes',
                '|two_node',
                '|'), concat('|', name(), '|'))]" />
    </quorum>
'''