@@ -6976,17 +6976,12 @@ Multiple node names may be comma separated (e.g. "alpha,beta,gamma")
69766976and/or a simple node range expression may optionally be used to
69776977specify numeric ranges of nodes to avoid building a configuration
69786978file with large numbers of entries.
6979- The node range expression can contain one pair of square brackets
6979+ The node range expression can contain one or more pairs of square brackets
69806980with a sequence of comma\- separated numbers and/or ranges of numbers
6981- separated by a "\- " (e.g. "linux[0\- 64,128]", or "lx[15,18,32\- 33]").
6982- Note that the numeric ranges can include one or more leading
6983- zeros to indicate the numeric portion has a fixed number of digits
6981+ separated by a "\- " (e.g., "linux[0\- 64,128]", "lx[15,18,32\- 33]", or
6982+ "rack[0 \- 63]_blade[0 \- 41]"). Note that the numeric ranges can include one or
6983+ more leading zeros to indicate the numeric portion has a fixed number of digits
69846984(e.g. "linux[0000\- 1023]").
6985- Multiple numeric ranges can be included in the expression
6986- (e.g. "rack[0\- 63]_blade[0\- 41]").
6987- If one or more numeric expressions are included, one of them
6988- must be at the end of the name (e.g. "unit[0\- 31]rack" is invalid),
6989- but arbitrary names can always be used in a comma\- separated list.
69906985.LP
69916986The node configuration specified the following information:
69926987
0 commit comments