mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2025-08-24 13:43:28 +00:00

As the GlusterFS project is unmaintained since a while and other projects like QEMU also drop support for using it natively. One can still use the gluster tools to mount an instance manually and then use it as directory storage; the better (long term) option will be to replace the storage server with something maintained though, as PVE 8 will be supported until the middle of 2026 users have some time before they need to decide what way they will go. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
Source: libpve-storage-perl
|
|
Section: perl
|
|
Priority: optional
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
libfile-chdir-perl,
|
|
libposix-strptime-perl,
|
|
libpve-access-control,
|
|
libpve-cluster-perl (>= 8.0.6),
|
|
libpve-common-perl (>= 8.2.3),
|
|
librados2-perl,
|
|
libtest-mockmodule-perl,
|
|
libxml-libxml-perl,
|
|
lintian,
|
|
perl,
|
|
pve-cluster (>= 5.0-32),
|
|
pve-doc-generator (>= 5.3-3),
|
|
pve-qemu-kvm | qemu-utils,
|
|
zfsutils-linux,
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://www.proxmox.com
|
|
|
|
Package: libpve-storage-perl
|
|
Architecture: all
|
|
Breaks: libpve-guest-common-perl (<< 4.0-3),
|
|
libpve-http-server-perl (<< 4.0-3),
|
|
pve-container (<< 3.1-2),
|
|
pve-manager (<< 5.2-12),
|
|
qemu-server (<< 8.3.2),
|
|
Depends: bzip2,
|
|
ceph-common (>= 12.2~),
|
|
ceph-fuse,
|
|
cifs-utils,
|
|
cstream,
|
|
libfile-chdir-perl,
|
|
libposix-strptime-perl,
|
|
libpve-access-control (>= 8.1.2),
|
|
libpve-apiclient-perl (>= 3.1-1),
|
|
libpve-cluster-perl (>= 8.0.6),
|
|
libpve-common-perl (>= 8.2.9),
|
|
librados2-perl,
|
|
libxml-libxml-perl,
|
|
lvm2,
|
|
lzop,
|
|
nfs-common,
|
|
proxmox-backup-client (>= 2.1.10~),
|
|
proxmox-backup-file-restore,
|
|
pve-cluster (>= 5.0-32),
|
|
smartmontools,
|
|
smbclient,
|
|
thin-provisioning-tools,
|
|
udev,
|
|
zstd,
|
|
${misc:Depends},
|
|
${perl:Depends},
|
|
Recommends: pve-esxi-import-tools (>= 0.6.0),
|
|
zfs-zed,
|
|
Description: Proxmox VE storage management library
|
|
This package contains the storage management library used by Proxmox VE.
|