mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Global symbol "$csw" requires explicit package name at configBNT
This commit is contained in:
parent
212da735bc
commit
b47445b763
@ -158,7 +158,7 @@ sub config_ip {
|
||||
# don't need to set if ip addresses are same
|
||||
if ($dip eq $static_ip) {
|
||||
print "static ip $static_ip and discovery ip $dip is same, will not process command for $switch\n";
|
||||
$cmd = "chdef $csw otherinterfaces=";
|
||||
$cmd = "chdef $switch otherinterfaces=";
|
||||
$rc= xCAT::Utils->runcmd($cmd, 0);
|
||||
next;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user