Recent content by Falk

  1. F

    [SOLVED] migrate - Host key verification failed.

    2017-10-20 02:34:42 volume 'local:100/vm-100-disk-1.qcow2' does not exist That’s your problem. You need to move every hard disk or cd to a shared storage, or make the local one shared.
  2. F

    [SOLVED] migrate - Host key verification failed.

    Thanks Alwin, i know that HA is not made to run on two servers. I will add a third node before the system goes live. After your question I connected via SSH to ip, name and fqdn from both directions - worked. And now the migration does work too. I have no idea what changed now but am happy that...
  3. F

    [SOLVED] migrate - Host key verification failed.

    node1: root@proxmox:~# pvecm status Quorum information ------------------ Date: Mon Oct 16 15:19:20 2017 Quorum provider: corosync_votequorum Nodes: 2 Node ID: 0x00000001 Ring ID: 1/96 Quorate: Yes Votequorum information ----------------------...
  4. F

    [SOLVED] migrate - Host key verification failed.

    I created a cluster using my own notes. did it a few times using different guides on test setups. The migration has never been a problem. I will check your guide and see if I missed something. But the behavior that ssh in both directions and migration in one direction works is still confusing.
  5. F

    delete data/disks on ceph storage

    Thanks for your reply. I’ll try it when I’m back at the office.
  6. F

    [SOLVED] migrate - Host key verification failed.

    Thanks for your reply. Hostnames are set correctly and yes I am using public IPs. But both machines are in the same network and the firewall routes the traffic local. I also added the hostname from node2 in hosts file of node1 and node1 in hosts of node2.
  7. F

    [SOLVED] migrate - Host key verification failed.

    Hi Everyone, i have a strange (to me) problem. I have a test cluster with two nodes. I copied the ssh-keys and ssh from one node to another works fine. Migrating a VM from node2 to node1 works without errors. But when I migrate a vm from node1 to node2 it get the following error: Task viewer...
  8. F

    delete data/disks on ceph storage

    Thanks for your reply, after setting up a clean cluster everything worked as expected. But when I Migrate a disk and abort the operation, i have the unfinished disk on my ceph storage, without a vm that uses it. How can I remove this disk?
  9. F

    delete data/disks on ceph storage

    Hi everybody, I'm sure someone else had this problem before, but i can't find a solution anywhere. I'm planning to setup a new proxmox cluster at work including ceph storage. At the moment I'm testing on private machines, especially because i have to use existing/running servers and new ones...
  10. F

    Proxmox with pfsense VM

    Hi ale, I'm not sure if it's the reason for your problem. But you should try to switch both NICs that vmbr0 is your "wan" interface. I hab some problems in the past, when i did my setup like you did. Not sure if i did mistakes in my config or if proxmox host only tries vmbr0 as wan interface...
  11. F

    More than 32 NICs possible?

    Hi everyone, i am working with proxmox for a while now and everything worked very well. But now there is a little problem. Im setting up a virtual pfsense router to manage different networks, the testing with 3 networks worked without any problems. I configured VLANs on my host that uses eth1...