2
0
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:
Kurt H Maier 2020-05-14 11:48:46 -07:00
parent 51ba70b892
commit 1065d64c70

View File

@ -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