Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/PVE/pvecm
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,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("cman_tool status >/dev/null 2>&1") == 0) {
Expand Down