-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathcontrol
More file actions
43 lines (40 loc) · 1.42 KB
/
control
File metadata and controls
43 lines (40 loc) · 1.42 KB
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
Source: linstor-server
Maintainer: LINBIT HA Solutions GmbH <drbd-user@lists.linbit.com>
Uploaders: Roland Kammerer <roland.kammerer@linbit.com>
Section: admin
Priority: optional
Build-Depends: debhelper (>= 9),
java-runtime-headless (>= 21),
# gradle (>= 6.8.3),
python3-all (>= 3.5)
Standards-Version: 3.9.6
Package: linstor-common
Architecture: all
Depends: ${misc:Depends},
java-runtime-headless (>= 21)
Description: DRBD distributed resource management utility
This is the linstor common packages containing shared deps.
Package: linstor-controller
Architecture: all
# Pre-Depends for the postinst script
Pre-Depends: java-runtime-headless (>= 21)
Depends: ${misc:Depends},
linstor-common (= ${binary:Version}),
tar,
Description: DRBD distributed resource management utility
LINSTOR controller manages the configuration of the LINSTOR cluster
and all of its managed storage resources.
Package: linstor-satellite
Architecture: all
Depends: ${misc:Depends},
linstor-common (= ${binary:Version}),
tar,
thin-provisioning-tools
Suggests: drbd-utils (>= 9.7.0),
socat,
zstd,
thin-send-recv
Description: DRBD distributed resource management utility
LINSTOR satellite component manages creation, modification and deletion
of storage resources on each node that provides
or uses storage resources managed by LINSTOR.