[pve-devel] [PATCH pve-manager] Add ceph in optional packages

Wolfgang Link w.link at proxmox.com
Tue May 10 08:01:42 CEST 2016


It is usefull to see which ceph version are installed on the PVE host.
---
 PVE/API2/APT.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index ca077b7..34ff623 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -532,7 +532,7 @@ __PACKAGE__->register_method({
 	# clvm resource-agents-pve fence-agents-pve vzctl vzprocps vzquota
 
 	my @opt_pack = ('zfsutils', 'drbdmanage', 'fence-agents-pve',
-			'gfs2-utils', 'pve-sheepdog', 'openvswitch-switch');
+			'gfs2-utils', 'pve-sheepdog', 'openvswitch-switch', 'ceph');
 
 	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