sys-cluster/booth first release

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
Andrea Postiglione
2022-04-17 21:30:19 +02:00
parent 01dc1bfda9
commit 47c2d01f64
3 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email></email>
<name></name>
</maintainer>
<upstream>
<remote-id type="github">ClusterLabs/booth</remote-id>
</upstream>
<longdescription lang="en">
The Booth Cluster Ticket Manager
Booth manages tickets which authorize cluster sites located in geographically dispersed locations to run resources. It facilitates support of geographically distributed clustering in Pacemaker.
Booth is based on the Raft consensus algorithm. Though the implementation is not complete (there is no log) and there are a few additions and modifications, booth guarantees that a ticket is always available at just one site as long as it has exclusive control of the tickets.
</longdescription>
<use>
<flag name="glue">Use libraries from <pkg>sys-cluster/cluster-glue</pkg></flag>
</use>
</pkgmetadata>