mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Merge pull request #6710 from khm/syncfiles-fix
DSHCLI.pm: Skip noderange-specific syncfiles during local copy
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user