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:
@ -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;
|
||||
|
Reference in New Issue
Block a user