[pve-devel] [PATCH] cluster typo bug #588 fix
Alen Grizonic
a.grizonic at proxmox.com
Wed Jul 29 10:05:06 CEST 2015
Signed-off-by: Alen Grizonic <a.grizonic at proxmox.com>
---
data/PVE/pvecm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/PVE/pvecm b/data/PVE/pvecm
index 8efbb1d..2cd13e5 100755
--- a/data/PVE/pvecm
+++ b/data/PVE/pvecm
@@ -379,7 +379,7 @@ __PACKAGE__->register_method ({
my $vmlist = PVE::Cluster::get_vmlist();
if ($vmlist && $vmlist->{ids} && scalar(keys %{$vmlist->{ids}})) {
- die "this host already contains virtual machines - please remove the first\n";
+ die "this host already contains virtual machines - please remove them first\n";
}
if (system("corosync-quorumtool >/dev/null 2>&1") == 0) {
--
2.1.4
More information about the pve-devel
mailing list