]> git.proxmox.com Git - pve-sheepdog.git/blob - debian/control
99190c4fefc5f6748e9d7d1a90f7c1cae26a0a96
[pve-sheepdog.git] / debian / control
1 Source: pve-sheepdog
2 Section: admin
3 Priority: extra
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 7.0.50~),
6 autotools-dev,
7 automake,
8 autoconf,
9 pkg-config,
10 libcorosync-common-dev,
11 libquorum-dev,
12 libcpg-dev,
13 libcfg-dev,
14 python,
15 liburcu-dev (>= 0.6.7),
16 libssl-dev,
17 libfuse-dev,
18 libzookeeper-mt-dev,
19 yasm,
20 dh-systemd (>= 1.4)
21 Standards-Version: 3.8.4
22 Homepage: http://www.osrg.net/sheepdog/
23
24 Package: pve-sheepdog
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}, corosync-pve, libzookeeper-mt2, systemd
27 Description: Distributed storage system for KVM/QEMU
28 Sheepdog provides highly available block level storage volumes that can be
29 attached to KVM/QEMU virtual machines. Sheepdog scales to several hundreds
30 nodes, and supports advanced volume management features such as snapshot,
31 cloning, and thin provisioning.