mirror of https://github.com/apache/cloudstack.git
bug 9525: empty known_hosts at reconnect
status 9525: resolved fixed
This commit is contained in:
parent
e5286339f1
commit
c8b7b1b4dd
|
|
@ -29,6 +29,8 @@ echo 1048576 >/proc/sys/fs/aio-max-nr
|
|||
|
||||
# empty heartbeat
|
||||
cat /dev/null > /opt/xensource/bin/heartbeat
|
||||
# empty knownhost
|
||||
cat /dev/null > /root/.ssh/known_hosts
|
||||
|
||||
rm -f /opt/xensource/packages/iso/systemvm-premium.iso
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue