mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 11:42:05 +00:00
remove results
This commit is contained in:
parent
86e4b9ccb3
commit
71a7151d97
@ -488,7 +488,7 @@ sub process_sshcfg {
|
||||
|
||||
#remove old host key from /root/.ssh/known_hosts
|
||||
$cmd = "ssh-keygen -R $pdu";
|
||||
my $result = xCAT::Utils->runcmd($cmd, 0);
|
||||
xCAT::Utils->runcmd($cmd, 0);
|
||||
|
||||
my $static_ip = $nodehash->{$pdu}->[0]->{ip};
|
||||
my $discover_ip = $nodehash->{$pdu}->[0]->{otherinterfaces};
|
||||
|
Loading…
x
Reference in New Issue
Block a user