From 63c773dd53f32357ab5b458465eb3afb5f4d0871 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 31 Aug 2012 09:16:12 +0000 Subject: [PATCH] Fix the issue that missing of display id attribute for Blaketip blade that mgt=ipmi git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13684 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 994c1b340..e55faf9a1 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1769,6 +1769,12 @@ my @nodeattrs = ( tabentry => 'mp.id', access_tabentry => 'mp.node=attr:node', }, + {attr_name => 'id', + only_if => 'mgt=ipmi', + tabentry => 'mp.id', + access_tabentry => 'mp.node=attr:node', + }, + ################# # mpa table # #################