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:
parent
236a415bf7
commit
70414d2b08
@ -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*"`;
|
||||
|
Loading…
Reference in New Issue
Block a user