From 1f4b378b28a85498f88f605a5c7b0b605fa2a3e0 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Thu, 21 Oct 2010 20:32:14 +0000 Subject: [PATCH] Change mgt value for bpa's to bpa git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7903 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/setup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/setup.pm b/xCAT-server/lib/xcat/plugins/setup.pm index 3ff533c67..4670ee5b5 100644 --- a/xCAT-server/lib/xcat/plugins/setup.pm +++ b/xCAT-server/lib/xcat/plugins/setup.pm @@ -293,7 +293,7 @@ sub writeframe { my %hash = (id => $idregex); if ($STANZAS{'xcat-site'}->{'use-direct-fsp-control'}) { - $tables{'nodehm'}->setNodeAttribs('frame', {mgt => 'fsp'}); + $tables{'nodehm'}->setNodeAttribs('frame', {mgt => 'bpa'}); my $hcpregex = '|(.+)|($1)|'; # its managed by itself $hash{hcp} = $hcpregex; }