From 70414d2b08cabd9754d41fc2c34c747da0034a3e Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 29 Mar 2013 16:30:41 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/zvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index 0912280bb..912c8f71e 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -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*"`;