mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-18 18:41:08 +00:00
for the FB pblade, the parent of the blade is cmm, rflash will not check the parent's firmware level
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11571 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -260,7 +260,8 @@ sub rflash {
|
||||
my @levels = split(/,/, $v);
|
||||
|
||||
my $frame = $$d[5];
|
||||
if ( $frame ne $name ) {
|
||||
my $type = xCAT::DBobjUtils->getnodetype($frame);
|
||||
if ( ( $frame ne $name ) && ( $type eq "frame" ) ){
|
||||
|
||||
my @frame_d = (0, 0, 0, $frame, "frame", 0);
|
||||
$action = "list_firmware_level";
|
||||
|
Reference in New Issue
Block a user