[pve-devel] r6428 - in pve-cluster/trunk: . data data/PVE debian
svn-commits at proxmox.com
svn-commits at proxmox.com
Fri Aug 5 12:33:03 CEST 2011
Author: dietmar
Date: 2011-08-05 12:33:03 +0200 (Fri, 05 Aug 2011)
New Revision: 6428
Modified:
pve-cluster/trunk/Makefile
pve-cluster/trunk/data/ChangeLog
pve-cluster/trunk/data/PVE/pvecm
pve-cluster/trunk/debian/changelog
Log:
fix pvecm create
Modified: pve-cluster/trunk/Makefile
===================================================================
--- pve-cluster/trunk/Makefile 2011-08-05 07:38:01 UTC (rev 6427)
+++ pve-cluster/trunk/Makefile 2011-08-05 10:33:03 UTC (rev 6428)
@@ -2,7 +2,7 @@
PACKAGE=pve-cluster
PKGVER=1.0
-PKGREL=1
+PKGREL=2
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
Modified: pve-cluster/trunk/data/ChangeLog
===================================================================
--- pve-cluster/trunk/data/ChangeLog 2011-08-05 07:38:01 UTC (rev 6427)
+++ pve-cluster/trunk/data/ChangeLog 2011-08-05 10:33:03 UTC (rev 6428)
@@ -1,3 +1,7 @@
+2011-08-05 Proxmox Support Team <support at proxmox.com>
+
+ * PVE/pvecm (create): call keygen with parameter hash
+
2011-08-04 Proxmox Support Team <support at proxmox.com>
* src/pmxcfs.c (create_symlinks): remove status dir and link
Modified: pve-cluster/trunk/data/PVE/pvecm
===================================================================
--- pve-cluster/trunk/data/PVE/pvecm 2011-08-05 07:38:01 UTC (rev 6427)
+++ pve-cluster/trunk/data/PVE/pvecm 2011-08-05 10:33:03 UTC (rev 6428)
@@ -150,7 +150,6 @@
# test EUID
$> == 0 || die "Error: Authorization key must be generated as root user.\n";
-
my $dirname = dirname($filename);
my $basename = basename($filename);
@@ -232,7 +231,7 @@
-f $clusterconf && die "cluster config '$clusterconf' already exists\n";
- -f $authfile || __PACKAGE__->keygen($authfile);
+ -f $authfile || __PACKAGE__->keygen({filename => $authfile});
-f $authfile || die "no authentication key available\n";
Modified: pve-cluster/trunk/debian/changelog
===================================================================
--- pve-cluster/trunk/debian/changelog 2011-08-05 07:38:01 UTC (rev 6427)
+++ pve-cluster/trunk/debian/changelog 2011-08-05 10:33:03 UTC (rev 6428)
@@ -1,3 +1,9 @@
+pve-cluster (1.0-2) unstable; urgency=low
+
+ * fix 'pvecm create'
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 05 Aug 2011 12:31:44 +0200
+
pve-cluster (1.0-1) unstable; urgency=low
* Initial release
More information about the pve-devel
mailing list