[pve-devel] [PATCH pve-manager] api: apt: drop glusterfs-client from package list
Christian Ebner
c.ebner at proxmox.com
Thu Jul 17 09:28:34 CEST 2025
Glusterfs has been deprecated with PVE9, so is no longer supposed to
be installed. The output of `pveversion -v` however still lists it.
Therefore, drop it from the list of packages to avoid friction for
users.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
PVE/API2/APT.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index e075e2f8..bd651ba1 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -795,7 +795,6 @@ __PACKAGE__->register_method({
my @pkgs = qw(
ceph-fuse
corosync
- glusterfs-client
libjs-extjs
libknet1
libproxmox-acme-perl
--
2.47.2
More information about the pve-devel
mailing list