]> git.proxmox.com Git - pve-sheepdog.git/blob - debian/control
595bdaabcc75b2d05708e717fcc508d0a8a7a8be
[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-pve-dev,
11 python,
12 liburcu-dev (>= 0.6.7),
13 libssl-dev,
14 libfuse-dev,
15 libzookeeper-mt-dev,
16 yasm
17 Standards-Version: 3.8.4
18 Homepage: http://www.osrg.net/sheepdog/
19
20 Package: pve-sheepdog
21 Architecture: any
22 Depends: ${shlibs:Depends}, ${misc:Depends} corosync-pve, libzookeeper-mt2
23 Description: Distributed storage system for KVM/QEMU
24 Sheepdog provides highly available block level storage volumes that can be
25 attached to KVM/QEMU virtual machines. Sheepdog scales to several hundreds
26 nodes, and supports advanced volume management features such as snapshot,
27 cloning, and thin provisioning.