mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Changed mount point during cloning so that multiple clones could be run independently.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15731 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -4309,7 +4309,7 @@ EOM"`; | ||||
|         # If it is, then modify the network configuration | ||||
|          | ||||
|         # Mount target disk | ||||
|         my $cloneMntPt = "/mnt/$tgtUserId"; | ||||
|         my $cloneMntPt = "/mnt/$tgtUserId/$tgtDevNode"; | ||||
|              | ||||
|         # Disk can contain more than 1 partition. Find the right one (not swap) | ||||
|         $out = `ssh $::SUDOER\@$hcp "$::SUDO /usr/bin/file -s /dev/$tgtDevNode*"`; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user