[pve-devel] [PATCH cluster] docs: replace NOTE: with WARNING:
    Fabian Grünbichler 
    f.gruenbichler at proxmox.com
       
    Fri Apr 15 13:10:51 CEST 2016
    
    
  
---
 data/PVE/Cluster.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 98c3c21..85f3590 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -1342,8 +1342,8 @@ my $datacenter_schema = {
 	    enum => [ 'watchdog', 'hardware', 'both' ],
 	    description => "Set the fencing mode of the HA cluster. Hardware mode " .
 	      "needs a valid configuration of fence devices in /etc/pve/ha/fence.cfg." .
-	      " With both all two modes are used. " .
-	      " NOTE: 'hardware' and 'both' are EXPERIMENTAL & WIP",
+	      " With both all two modes are used." .
+	      "\n\nWARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP",
 	},
     },
 };
-- 
2.1.4
    
    
More information about the pve-devel
mailing list