File: control

package info (click to toggle)
corosync-qdevice 3.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,496 kB
  • sloc: ansic: 22,252; sh: 11,872; makefile: 369
file content (60 lines) | stat: -rw-r--r-- 2,141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: corosync-qdevice
Section: admin
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@lists.alioth.debian.org>
Uploaders:
 Ferenc Wágner <wferi@debian.org>,
 Valentin Vidic <vvidic@debian.org>,
Standards-Version: 4.7.0
Build-Depends:
 debhelper-compat (= 13),
 libcmap-dev,
 libcorosync-common-dev,
 libnss3-dev,
# protect backports from silent log loss (#898266):
 libqb-dev (>= 1.0.3),
 libsystemd-dev [linux-any],
 libvotequorum-dev,
 pkgconf,
Rules-Requires-Root: no
Homepage: https://github.com/corosync/corosync-qdevice
Vcs-Git: https://salsa.debian.org/ha-team/corosync-qdevice.git
Vcs-Browser: https://salsa.debian.org/ha-team/corosync-qdevice

Package: corosync-qdevice
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 corosync (>= 2),
 libnss3-tools,
Description: cluster engine quorum device daemon
 corosync-qdevice is a daemon running on each node of a cluster. It provides
 a configured number of votes to the quorum subsystem based on a third-party
 arbitrator's decision. Its primary use is to allow a cluster to sustain more
 node failures than standard quorum rules allow. It is recommended for clusters
 with an even number of nodes and highly recommended for 2 node clusters.

Package: corosync-qnetd
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 adduser,
 libnss3-tools,
# for ps and w in corosync-qnetd-certutil:
 procps,
 ${shlibs:Depends},
 ${misc:Depends},
Description: cluster engine quorum device network daemon
 Corosync-qnetd is a daemon running outside of the cluster with the purpose
 of providing a vote to the corosync-qdevice model net. It's designed to
 support multiple clusters and be almost configuration and state free.
 New clusters are handled dynamically and no configuration file exists.
 It's also able to run as non-root user - which is recommended.
 Connection between the corosync-qdevice model net client can be optionally
 configured with TLS client certificate checking. The communication protocol
 between server and client is designed to be very simple and allow
 backwards compatibility.