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:
phamt 2013-03-29 16:30:41 +00:00
parent 236a415bf7
commit 70414d2b08

View File

@ -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*"`;