Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
d7c076db
Commit
d7c076db
authored
Feb 14, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pveversion: display status of resource-agents-pve and fence-agents-pve
parent
d98d8f35
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
pveversion
bin/pveversion
+1
-1
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
No files found.
bin/pveversion
View file @
d7c076db
...
...
@@ -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
})
{
...
...
debian/changelog.Debian
View file @
d7c076db
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)
...
...
defines.mk
View file @
d7c076db
...
...
@@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGERELEASE=2
4
PACKAGERELEASE=2
5
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment