[Cluster-devel] [PATCH] Updated fence_manual docs for HEAD

David Teigland teigland at redhat.com
Tue Sep 25 20:11:46 UTC 2007


On Tue, Sep 25, 2007 at 03:09:55PM -0400, Lon Hohberger wrote:
> +fence_manual used to implement a manual fencing agent.  It has been
> +supplanted by the manual fence override.  See the section fenced(8)
> +entitled 'Fencing override', as well as fence_ack_manual(8) for more
> +details.
> +
> +.P
> +In order to configure a cluster which utilizes manual fencing, simply
> +configure no fencing at all.  This will cause fencing to immediately
> +fail, thereby opening the window to use the manual override using
> +fence_ack_manual.

Maybe show what it looks like to configure no fencing?  It's already shown
in the fenced man page, but I think here would be good, too.  i.e.

         <clusternodes>

         <clusternode name="node1" nodeid="1">
                 <fence>
                 </fence>
         </clusternode>

         <clusternode name="node2" nodeid="2">
                 <fence>
                 </fence>
         </clusternode>

>  
>  .SH SEE ALSO
>  fence(8), fence_node(8), fence_ack_manual(8)

fenced(8)




More information about the Cluster-devel mailing list