mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Fix bug 3155999 :Error loading module /opt/xcat/lib/perl/xCAT_plugin/bpa.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8624 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -156,9 +156,9 @@ sub add_ppc { | ||||
|             ########################### | ||||
|             updategroups( $name, $db{nodelist}, $type ); | ||||
|             if ( $type =~ /^(fsp|bpa)$/ )  { | ||||
|                 $db{nodelist}->setNodeAttribs( $name,  hidden => '0'); | ||||
|                 $db{nodelist}->setNodeAttribs( $name, {hidden => '0'}); | ||||
|             } else { | ||||
|                 $db{nodelist}->setNodeAttribs( $name,  hidden => '1'); | ||||
|                 $db{nodelist}->setNodeAttribs( $name, {hidden => '1'}); | ||||
|             } | ||||
|              | ||||
|             $db{nodelist}{commit} = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user