Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 485793 Details for
Bug 688267
fence_rhevm fence_agent group definition missing from the cluster.conf Relax-NG schema.
Home
New
Search
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch against RHEL60 branch.
0001-Bug-688267-fence_rhevm-fence_agent-group-definition-.patch (text/plain), 3.55 KB, created by
Brandon Perkins
on 2011-03-16 16:59:33 UTC
(
hide
)
Description:
Patch against RHEL60 branch.
Filename:
MIME Type:
Creator:
Brandon Perkins
Created:
2011-03-16 16:59:33 UTC
Size:
3.55 KB
patch
obsolete
>From fff56c233ff528304041f235b1268489e7e670f6 Mon Sep 17 00:00:00 2001 >From: Brandon Perkins <bperkins@redhat.com> >Date: Wed, 16 Mar 2011 12:55:33 -0400 >Subject: [PATCH] Bug 688267 - fence_rhevm fence_agent group definition missing from the cluster.conf Relax-NG schema. > >--- > config/tools/xml/cluster.rng.in | 67 +++++++++++++++++++++++++++++++++++++++ > 1 files changed, 67 insertions(+), 0 deletions(-) > >diff --git a/config/tools/xml/cluster.rng.in b/config/tools/xml/cluster.rng.in >index ba5087b..646cd73 100644 >--- a/config/tools/xml/cluster.rng.in >+++ b/config/tools/xml/cluster.rng.in >@@ -3484,6 +3484,73 @@ To validate your cluster.conf against this schema, run: > </optional> > </group> > >+ >+ <group rha:fence_agent="fence_rhevm"> >+ <optional> >+ <attribute name="option"/> <!-- deprecated; for compatibility. use "action" --> >+ </optional> >+ <optional> >+ <attribute name="action" rha:description="Fencing Action" /> >+ </optional> >+ <optional> >+ <attribute name="ipaddr" rha:description="IP Address or Hostname" /> >+ </optional> >+ <optional> >+ <attribute name="login" rha:description="Login Name" /> >+ </optional> >+ <optional> >+ <attribute name="passwd" rha:description="Login password or passphrase" /> >+ </optional> >+ <optional> >+ <attribute name="passwd_script" rha:description="Script to retrieve password" /> >+ </optional> >+ <optional> >+ <attribute name="ssl" rha:description="SSL connection" /> >+ </optional> >+ <optional> >+ <attribute name="inet4_only" rha:description="Forces agent to use IPv4 addresses only" /> >+ </optional> >+ <optional> >+ <attribute name="inet6_only" rha:description="Forces agent to use IPv6 addresses only" /> >+ </optional> >+ <optional> >+ <attribute name="ipport" rha:description="TCP port to use for connection with device" /> >+ </optional> >+ <optional> >+ <attribute name="port" rha:description="Physical plug number or name of virtual machine" /> >+ </optional> >+ <optional> >+ <attribute name="verbose" rha:description="Verbose mode" /> >+ </optional> >+ <optional> >+ <attribute name="debug" rha:description="Write debug information to given file" /> >+ </optional> >+ <optional> >+ <attribute name="version" rha:description="Display version information and exit" /> >+ </optional> >+ <optional> >+ <attribute name="help" rha:description="Display help and exit" /> >+ </optional> >+ <optional> >+ <attribute name="separator" rha:description="Separator for CSV created by operation list" /> >+ </optional> >+ <optional> >+ <attribute name="power_wait" rha:description="Wait X seconds after issuing ON/OFF" /> >+ </optional> >+ <optional> >+ <attribute name="power_timeout" rha:description="Test X seconds for status change after ON/OFF" /> >+ </optional> >+ <optional> >+ <attribute name="shell_timeout" rha:description="Wait X seconds for cmd prompt after issuing command" /> >+ </optional> >+ <optional> >+ <attribute name="retry_on" rha:description="Count of attempts to retry power on" /> >+ </optional> >+ <optional> >+ <attribute name="delay" rha:description="Wait X seconds before fencing is started" /> >+ </optional> >+ </group> >+ > <!-- end auto-generated device definitions --> > > <group> >-- >1.7.4 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 688267
: 485793