We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783dfa8 commit a3008c5Copy full SHA for a3008c5
conf/groups.conf.d/xcat.conf.example
@@ -7,11 +7,11 @@
7
#
8
[xcat]
9
10
-# this will list the nodes in the specified node group
11
-map: nodels $GROUP
+# list the nodes in the specified node group
+map: lsdef -s -t node $GROUP | cut -d' ' -f1
12
13
-# as an example here, we use a group named 'server' containing all servers
14
-all: nodels server
+# list all the nodes defined in the xCAT tables
+all: lsdef -s -t node | cut -d' ' -f1
15
16
# list all groups
17
list: lsdef -t group | cut -d' ' -f1
0 commit comments