[pve-devel] [PATCH] complete optional packet list for pveversion

Wolfgang Link w.link at proxmox.com
Mon Aug 24 13:36:04 CEST 2015


---
 PVE/API2/APT.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index 1a46cf1..c6e2bda 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -537,7 +537,8 @@ __PACKAGE__->register_method({
 	# comment out old packages uses before 4.0
 	# clvm resource-agents-pve fence-agents-pve vzctl vzprocps vzquota
 
-	my @opt_pack = ('zfsutils');
+	my @opt_pack = ('zfsutils', 'drbdmanage', 'fence-agents-pve',
+			'gfs2-utils', 'pve-sheepdog', 'openvswitch-common');
 
 	push @list, qw(lvm2 corosync-pve libqb0 pve-cluster qemu-server pve-firmware libpve-common-perl libpve-access-control libpve-storage-perl pve-libspice-server1 vncterm pve-qemu-kvm pve-container pve-firewall pve-ha-manager ksm-control-daemon glusterfs-client lxc-pve lxcfs cgmanager criu);
 
-- 
2.1.4





More information about the pve-devel mailing list