I destroyed and removed a node (pvecm delnode nodename).
Then I installed a new node, but used the same IP and name.
After doing operations like offline migrate I noticed, that ssh automatic login won't work because:
so migration fails also.
I will investigate how to best solve this. I tried by removing the offendig keys on source, accepting new ones, but offline migration still fails.
Then I installed a new node, but used the same IP and name.
After doing operations like offline migrate I noticed, that ssh automatic login won't work because:
Code:
2019-06-24 17:06:55 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=XXX' root@XXX /bin/true
2019-06-24 17:06:55 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2019-06-24 17:06:55 @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
2019-06-24 17:06:55 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2019-06-24 17:06:55 IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
I will investigate how to best solve this. I tried by removing the offendig keys on source, accepting new ones, but offline migration still fails.