[pve-devel] r6512 - in pve-cluster/trunk/data: . PVE

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Aug 22 07:22:20 CEST 2011


Author: dietmar
Date: 2011-08-22 07:22:20 +0200 (Mon, 22 Aug 2011)
New Revision: 6512

Modified:
   pve-cluster/trunk/data/ChangeLog
   pve-cluster/trunk/data/PVE/pvecm
Log:
	* PVE/pvecm (delnode): test if we have quorum. 



Modified: pve-cluster/trunk/data/ChangeLog
===================================================================
--- pve-cluster/trunk/data/ChangeLog	2011-08-22 05:08:56 UTC (rev 6511)
+++ pve-cluster/trunk/data/ChangeLog	2011-08-22 05:22:20 UTC (rev 6512)
@@ -1,5 +1,7 @@
 2011-08-22  Proxmox Support Team  <support at proxmox.com>
 
+	* PVE/pvecm (delnode): test if we have quorum. 
+
 	* src/cfs-plug-link.c (cfs_plug_link_getattr): set read-only if we
 	do not have quorum.
 

Modified: pve-cluster/trunk/data/PVE/pvecm
===================================================================
--- pve-cluster/trunk/data/PVE/pvecm	2011-08-22 05:08:56 UTC (rev 6511)
+++ pve-cluster/trunk/data/PVE/pvecm	2011-08-22 05:22:20 UTC (rev 6512)
@@ -242,8 +242,6 @@
     code => sub {
 	my ($param) = @_;
 
-	print "Test if we have quorum on host '$nodename'\n";
-
 	die "cluster not ready - no quorum?\n"
 	    if !PVE::Cluster::check_cfs_quorum();
 




More information about the pve-devel mailing list