This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
The branch, STABLE2 has been updated
via c09bd25b65204a44bf22aaec38fc66f7be66e038 (commit)
via 82cce806f7052ce61d1f726a0e8e8c083db01da6 (commit)
via 4a7e308a068daf2ab468dda47e5f819ec05d9517 (commit)
from a2c34ee98442ba23aac8dd3fe6d19b22f3d65b6d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
-
/** ALL valid command line and stdin arguments for this fencing agent */
static struct arg_info _arg_info[] = {
{ 'xff', NULL, "agent",
diff --git a/fence/agents/xvm/xml.c b/fence/agents/xvm/xml.c
index f313cc4..6a0308e 100644
--- a/fence/agents/xvm/xml.c
+++ b/fence/agents/xvm/xml.c
@@ -82,6 +82,8 @@ cleanup_xml_doc(xmlDocPtr doc)
flip_graphics_port(doc);
os_node = get_os_node(doc);
+ if (!os_node)
+ return -1;
curr = os_node->children;
while (curr) {
diff --git a/fence/man/fence_xvmd.8 b/fence/man/fence_xvmd.8
index 5da7791..5a47211 100644
--- a/fence/man/fence_xvmd.8
+++ b/fence/man/fence_xvmd.8
@@ -74,6 +74,13 @@ parameters (because they are cluster-wide), so if you need to
override a configuration option contained in CCS, you must specify
this parameter.
fB-VfP
+.TP
+fB-LfP
+Local-only / non-cluster mode. When used with -X, this this option
+prevents fence_xvmd from operating as a clustered service, obviating
+the need to configure/run CMAN on the host domain.
+.TP
+fB-VfP
Print out a version message, then exit.