2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

Merge pull request #4441 from zet809/fix_issue_4353

rspconfig configure bmc vlan will hung because of PR 4383
This commit is contained in:
Yuan Bai 2017-12-05 18:06:15 +08:00 committed by GitHub
commit 1912c30e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2605,7 +2605,6 @@ sub rspconfig_response {
if ($next_state eq "RSPCONFIG_VLAN_REQUEST") {
$the_nic_to_config =~ s/(\_\d*)//g;
$status_info{$next_state}{data} =~ s/#NIC#/$the_nic_to_config/g;
last;
}
$status_info{RSPCONFIG_IPOBJECT_REQUEST}{init_url} =~ s/#NIC#/$the_nic_to_config/g;
$node_info{$node}{nic} = $the_nic_to_config;