]> git.proxmox.com Git - pve-cluster.git/commitdiff
docs: replace NOTE: with WARNING:
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 15 Apr 2016 11:10:51 +0000 (13:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Apr 2016 14:34:25 +0000 (16:34 +0200)
data/PVE/Cluster.pm

index 98c3c212bbd831dd812ce90c00ea3bd800f3bebe..85f35906147c8cea942ad33ca10d3d0785d8c067 100644 (file)
@@ -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",
        },
     },
 };