2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-30 01:45:32 +00:00

Merge pull request #6710 from khm/syncfiles-fix

DSHCLI.pm:  Skip noderange-specific syncfiles during local copy
This commit is contained in:
cxhong
2020-05-28 15:55:09 -04:00
committed by GitHub

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