2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

fix issue 2572 makedns fails with a noderange error

This commit is contained in:
bybai
2017-03-01 22:13:51 -05:00
parent 83ebef0425
commit 74babfcede

View File

@ -622,7 +622,7 @@ sub process_request {
} else {
# this host string might be a xcat group, try to test each node in the group
foreach my $host (noderange($hosts)) {
foreach my $host (xCAT::NodeRange->noderange($hosts)) {
unless (xCAT::NetworkUtils->thishostisnot($host)) {
$listenonifs = $dnsif;
last;