mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
DSHCLI.pm: Skip noderange-specific syncfiles during local copy
This commit is contained in:
parent
51ba70b892
commit
1065d64c70
@ -4996,6 +4996,11 @@ sub rsync_to_image
|
||||
next;
|
||||
}
|
||||
|
||||
if ($line =~ /.+ -> \(.+\) .+/) # skip syncfile entries containing noderange
|
||||
{
|
||||
next;
|
||||
}
|
||||
|
||||
$line=xCAT::Utils->varsubinline($line,\%osimgenv);
|
||||
|
||||
# process no more lines, do not exec
|
||||
|
Loading…
x
Reference in New Issue
Block a user