From 86d8c4749e1b01ac74d035b077157d6b53a0ca5a Mon Sep 17 00:00:00 2001 From: cxhong Date: Mon, 29 Jan 2018 21:12:53 -0500 Subject: [PATCH] Remove not existing table fields in PDU table (#4750) --- perl-xCAT/xCAT/Schema.pm | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 49bbd68f7..2639cba81 100755 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -4245,22 +4245,7 @@ push(@{ $defspec{group}->{'attrs'} }, @nodeattrs); tabentry => 'pdu.outlet', access_tabentry => 'pdu.node=attr:node', }, - { attr_name => 'machinetype', - only_if => 'nodetype=pdu', - tabentry => 'pdu.machinetype', - access_tabentry => 'pdu.node=attr:node', - }, - { attr_name => 'modelnum', - only_if => 'nodetype=pdu', - tabentry => 'pdu.modelnum', - access_tabentry => 'pdu.node=attr:node', - }, - { attr_name => 'serialnum', - only_if => 'nodetype=pdu', - tabentry => 'pdu.serialnum', - access_tabentry => 'pdu.node=attr:node', - }, -); + );