mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 21:42:14 +00:00
pveversion: display status of resource-agents-pve and fence-agents-pve
This commit is contained in:
parent
d8340bb49a
commit
cc0b3dac32
@ -75,7 +75,7 @@ if (!$opt_verbose) {
|
||||
print_status ("pve-manager", $ver);
|
||||
print "running kernel: $kver\n";
|
||||
|
||||
my @list = qw(lvm2 clvm corosync-pve openais-pve libqb redhat-cluster-pve pve-cluster qemu-server pve-firmware libpve-common-perl libpve-access-control libpve-storage-perl vncterm vzctl vzprocps vzquota);
|
||||
my @list = qw(lvm2 clvm corosync-pve openais-pve libqb redhat-cluster-pve resource-agents-pve fence-agents-pve pve-cluster qemu-server pve-firmware libpve-common-perl libpve-access-control libpve-storage-perl vncterm vzctl vzprocps vzquota);
|
||||
|
||||
my $pkg = 'proxmox-ve-2.6.18';
|
||||
if (my $v = $pkglist->{$pkg}) {
|
||||
|
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -1,3 +1,9 @@
|
||||
pve-manager (2.0-25) unstable; urgency=low
|
||||
|
||||
* pveversion: display status of resource-agents-pve and fence-agents-pve
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 14 Feb 2012 12:57:11 +0100
|
||||
|
||||
pve-manager (2.0-24) unstable; urgency=low
|
||||
|
||||
* fix log viewer (correctly refresh display)
|
||||
|
@ -2,7 +2,7 @@ RELEASE=2.0
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=pve-manager
|
||||
PACKAGERELEASE=24
|
||||
PACKAGERELEASE=25
|
||||
|
||||
BINDIR=${DESTDIR}/usr/bin
|
||||
PERLLIBDIR=${DESTDIR}/usr/share/perl5
|
||||
|
Loading…
Reference in New Issue
Block a user