]> git.proxmox.com Git - pve-manager.git/commitdiff
5to6: drop detailed quorumtool output
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 4 Jul 2019 11:52:24 +0000 (13:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Jul 2019 13:22:13 +0000 (15:22 +0200)
since we already print most of that anyway, and it is rather long.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
(cherry picked from commit 3456f2fc9d3094af3a0c7bdbe7a55abfd16ff380)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/pve5to6.pm

index 2a1c02c26d3b7179b2a3a12e947c5bc6ff9ab266..547b2c517ec5a674d04611e5516a47ad107bbe1f 100644 (file)
@@ -359,12 +359,8 @@ sub check_cluster_corosync {
        log_fail("Corosync encryption cipher set to '3des', no longer supported in Corosync 3.x!");
     }
 
-    my $prefix_info = sub { my $line = shift; log_info("$line"); };
-    eval {
-       print "\n";
-       log_info("Printing detailed cluster status..");
-       PVE::Tools::run_command(['corosync-quorumtool', '-siH'], outfunc => $prefix_info, errfunc => $prefix_info);
-    };
+    print "\n";
+    log_info("run 'pvecm status' to get detailled cluster status..");
 
     print_header("CHECKING INSTALLED COROSYNC VERSION");
     if (defined(my $corosync = $get_pkg->('corosync'))) {