blob: 0d3bda39fd284b62c3709a3cfd095c50f2c895e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>cluster@gentoo.org</email>
<name>Gentoo Cluster Project</name>
</maintainer>
<longdescription>
Pacemaker is a cluster resource manager.
It achieves maximum availability for your cluster services (aka. resources) by detecting and
recovering from node and resource-level failures by making use of the messaging and membership
capabilities provided by your preferred cluster infrastructure (either OpenAIS or Heartbeat).
</longdescription>
<use>
<flag name="cman">Enable <pkg>sys-cluster/cman</pkg> support.</flag>
<flag name="heartbeat">Enable <pkg>sys-cluster/heartbeat</pkg> support.</flag>
<flag name="smtp">Enable SMTP support via <pkg>net-libs/libesmtp</pkg></flag>
</use>
<upstream>
<remote-id type="github">ClusterLabs/pacemaker</remote-id>
</upstream>
</pkgmetadata>
|