Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151995 Details for
Bug 225580
Example cluster.conf in cluster.conf(5) man page doesn't parse
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
The cluster config file I copied from the man page.
foo.conf (text/plain), 2.79 KB, created by
Jonathan Earl Brassow
on 2007-04-09 16:15:59 UTC
(
hide
)
Description:
The cluster config file I copied from the man page.
Filename:
MIME Type:
Creator:
Jonathan Earl Brassow
Created:
2007-04-09 16:15:59 UTC
Size:
2.79 KB
patch
obsolete
> <cluster name="example" config_version="1"> > <clusternodes> > <clusternode name="nd01"> > <fence> > <!-- "power" method is tried before all others --> > <method name="power"> > <device name="apc" port="1:1"/> > </method> > <!-- If the "power" method fails, > try fencing through the "fabric" --> > <method name="fabric"> > <device name="brocade" port="1"/> > </method> <!-- If all else fails, > make someone do it manually --> > <method name="human"> > <device name="last_resort" ipaddr="nd01"/> > </method> > </fence> > </clusternode> > <clusternode name="nd02"> > <fence> > <!-- "power" method is tried before all others --> > <method name="power"> > <device name="apc" port="1:2"/> > </method> > <!-- If the "power" method fails, > try fencing through the "fabric" --> > <method name="fabric"> > <device name="brocade" port="2"/> > </method> <!-- If all else fails, > make someone do it manually --> > <method name="human"> > <device name="last_resort" ipaddr="nd02"/> > </method> > </fence> > </clusternode> > <clusternode name="nd11"> > <fence> > <!-- "power" method is tried before all others --> > <method name="power"> > <!-- This machine has 2 power supplies --> > <device name="apc" port="2:1"/> > <device name="wti" port="1"/> > </method> > <!-- If the "power" method fails, > try fencing through the "fabric" --> > <method name="fabric"> > <device name="brocade" port="11"/> > </method> <!-- If all else fails, > make someone do it manually --> > <method name="human"> > <device name="last_resort" ipaddr="nd11"/> > </method> > </fence> > </clusternode> > </clusternodes> > > <fencedevices> > <fencedevice name="apc" agent="fence_apc" > ipaddr="apc_1" login="apc" passwd="apc"/> > > <fencedevice name="brocade" agent="fence_brocade" > ipaddr="brocade_1" login="bro" passwd="bro"/> > > <!-- The WTI fence device requires no login name --> > <fencedevice name="wti" agent="fence_wti" > ipaddr="wti_1" passwd="wti"/> > > <fencedevice name="last_resort" agent="fence_manual"/> > </fencedevices> </cluster>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 225580
: 151995