From 65ba6757715b31fc79ffa0e2d6b9adb5d23d79c0 Mon Sep 17 00:00:00 2001 From: ligc Date: Mon, 4 Jan 2010 09:02:18 +0000 Subject: [PATCH] fix for bug 2925507: add HWControlPoint=>hcp into xcat stanza file git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4876 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/csm2xcat | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xCAT-server/share/xcat/tools/csm2xcat b/xCAT-server/share/xcat/tools/csm2xcat index dc8445ffe..964e55bf0 100755 --- a/xCAT-server/share/xcat/tools/csm2xcat +++ b/xCAT-server/share/xcat/tools/csm2xcat @@ -331,6 +331,13 @@ sub getNodeinfo } } } + if ($attr eq "HWControlPoint") + { + if ($value) + { + $xcatline = " hcp=$value\n"; + } + } if ($attr eq "LParID") { if ($ARCH =~ /ppc/)