2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

fix issue noderange in xCAT commands might be broken by shell expansion #3319 (#3524)

This commit is contained in:
yangsong
2017-07-21 05:12:52 -05:00
committed by Bin Xu
parent 90716e9a1d
commit 5bb6bd7131
2 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,8 @@ Name
conveniently specify a list of nodes. The result is that the command will
be applied to a range of nodes, often in parallel.
To avoid shell expansion, \ **noderange**\ should better be quoted with single quotes('') or double quotes("").
\ **noderange**\ is a comma-separated list. Each token (text between commas)
in the list can be any of the forms listed below:

View File

@ -36,6 +36,8 @@ B<noderange> is a syntax that can be used in most xCAT commands to
conveniently specify a list of nodes. The result is that the command will
be applied to a range of nodes, often in parallel.
To avoid shell expansion, B<noderange> should better be quoted with single quotes('') or double quotes("").
B<noderange> is a comma-separated list. Each token (text between commas)
in the list can be any of the forms listed below: