From: Dietmar Maurer Date: Wed, 21 Sep 2011 10:06:32 +0000 (+0200) Subject: bug fix - respect silent flag X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5bf1b6155643843522e2a9c8363e693e3a27bd20;p=pve-cluster.git bug fix - respect silent flag --- diff --git a/data/PVE/pvecm b/data/PVE/pvecm index f2b27ee..773d8ee 100755 --- a/data/PVE/pvecm +++ b/data/PVE/pvecm @@ -595,7 +595,7 @@ __PACKAGE__->register_method ({ code => sub { my ($param) = @_; - if (!PVE::Cluster::check_cfs_quorum()) { + if (!PVE::Cluster::check_cfs_quorum(1)) { return undef if $param->{silent}; die "no quorum - unable to update files\n"; }