]> git.proxmox.com Git - pve-cluster.git/commitdiff
bug fix - respect silent flag
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 21 Sep 2011 10:06:32 +0000 (12:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 21 Sep 2011 10:06:32 +0000 (12:06 +0200)
data/PVE/pvecm

index f2b27eeeb94a68cf42bc1a5deee43e4ac4cf547f..773d8ee56ac561a69ee820a6a45c6697fd7fb807 100755 (executable)
@@ -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";
        }