From 59cb0fcd44bfbaebdeb92f896e1d9f5adadc045b Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 18 Feb 2008 13:24:26 +0000 Subject: [PATCH] Changed nodetype check from LPAR to lpar. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@499 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index 9bed9c744..fa4c610fa 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -464,7 +464,7 @@ my @nodeattrs = ( access_tabentry => 'ppc.node=attr:node', description => 'For LPARs: the LPAR numeric id; for FSPs: the cage number; for BPAs: the frame number.'}, {attr_name => profile, - only_if => 'nodetype=LPAR', + only_if => 'nodetype=lpar', tabentry => 'ppc.profile', access_tabentry => 'ppc.node=attr:node', description => 'The LPAR profile that will be used the next time the LPAR is powered on with rpower.'},