mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Merge pull request #2576 from bybai/ddns
fix issue 2572 makedns fails with a noderange error
This commit is contained in:
commit
9da1867e04
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user