diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 929e05f0b..5dd229720 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -1904,9 +1904,9 @@ sub getbladecons { next; } if (defined($ent->{id})) { - $rsp->{node}->[0]->{slot}=$ent->{id}; + $rsp->{node}->[0]->{slot}=[$ent->{id}]; } else { - $rsp->{node}->[0]->{slot}=""; + $rsp->{node}->[0]->{slot}=[""]; } $callback->($rsp); }