From 0d979c9caaeeb64fa904df9effc75512a578caec Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 30 Nov 2010 07:32:29 +0000 Subject: [PATCH] fix for bug 3122311: pass the service node to the get_nim_attr_val git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8285 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 03d11d069..027db3d2d 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -8186,7 +8186,7 @@ sub mkdsklsnode { my $imgsrdir = xCAT::InstUtils->get_nim_attr_val( $imagehash{$osimg}{'shared_root'}, - "location", $callback, "", $subreq); + "location", $callback, $Sname, $subreq); $hostfile = "$imgsrdir/etc/.client_data/hosts.$snd"; $filesystemsfile = "$imgsrdir/etc/.client_data/filesystems.$snd"; } @@ -8194,7 +8194,7 @@ sub mkdsklsnode { my $imgrootdir = xCAT::InstUtils->get_nim_attr_val( $imagehash{$osimg}{'root'}, - "location", $callback, "", $subreq); + "location", $callback, $Sname, $subreq); $hostfile = "$imgrootdir/$snd/etc/hosts"; $filesystemsfile = "$imgrootdir/$snd/etc/filesystems"; }