mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
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
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user