From 6d1585b026447cac3b15aa03e741d990501ad8f6 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 1 Oct 2009 11:53:18 +0000 Subject: [PATCH] add table.attributevalue support for noderange git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4277 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man3/noderange.3.pod | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/xCAT-client/pods/man3/noderange.3.pod b/xCAT-client/pods/man3/noderange.3.pod index d845181b5..a1f6f63b5 100644 --- a/xCAT-client/pods/man3/noderange.3.pod +++ b/xCAT-client/pods/man3/noderange.3.pod @@ -26,6 +26,8 @@ I group1@group2 + table.attributevalue + =head1 B B is a syntax that can be used in most xCAT commands to @@ -213,6 +215,15 @@ E.g. node2, node3, node20, node30, node21234 all match. /node[23].* +=item 8. + +Generates a list of nodes which have the value hmc in the nodehm.cons +attribute. + + nodehm.cons==hmc + + nodehm.cons=~hmc + =back