diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 88e9032ff..69bef0db1 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -481,6 +481,8 @@ sub do_installm_service { alarm(0); print $conn "done\n"; $text =~ s/\r//g; + # Clear IP-Name cache, Workaround (#4913) for IP changed cases. + xCAT::NetworkUtils->clearcache(); if ($text =~ /next/) { my %request = ( command => ['nodeset'],