]> git.proxmox.com Git - pve-cluster.git/commitdiff
assert joinable: add warning if forced to continue
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Feb 2020 08:32:36 +0000 (09:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Feb 2020 08:32:36 +0000 (09:32 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Cluster/Setup.pm

index 27e240375f3236243c8d7b2d26bc6f1e241fdfc4..1bf5b1f093ffa0276ef0c3c84d9ad1aa533a9978 100644 (file)
@@ -630,6 +630,7 @@ sub assert_joinable {
     if ($errors) {
        warn "detected the following error(s):\n$errors";
        die "Check if node may join a cluster failed!\n" if !$force;
+       warn "\nWARNING : detected error but forced to continue!\n\n";
     }
 }