Recent content by NewDude

  1. NewDude

    [SOLVED] Can't connect to destination address using public key TASK ERROR: migration aborted

    Never mind - @JerryLees had it. After reading his post I changed the MTU to 1500, but I'm still new to Proxmox (well, back to it after years) and I forgot to click apply. Working now.
  2. NewDude

    [SOLVED] Creating cluster, migration fails due to ssh errors

    Resolved this - the MTU setting of 9000 on the 10G link was causing ssh to time out.
  3. NewDude

    [SOLVED] Can't connect to destination address using public key TASK ERROR: migration aborted

    I'm struggling with this as well on a new cluster. Following the steps y'all took I got migration to work on one interface, but not the 10G interface I'd rather have it using. ssh -o "HostKeyAlias=myhost" root@myhost-10G-network-address doesn't work, and reducing the MTU values on that...
  4. NewDude

    [SOLVED] Creating cluster, migration fails due to ssh errors

    No joy. Went through recreating the certs again, and running pvm updatecerts on both machines and it is still in a state where it will migrate using the slower network, but not the faster network. When I try I get > 2025-06-24 19:47:38 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o...
  5. NewDude

    [SOLVED] Creating cluster, migration fails due to ssh errors

    I preformed some of the steps in this thread on a similar topic. Basically, this: log into pve1 cd .ssh mv id_rsa id_rsa.old mv id_rsa.pub id_rsa.pub.old mv config config.old log into pve2 cd .ssh mv id_rsa id_rsa.old mv id_rsa.pub id_rsa.pub.old mv config config.old pvecm updatecerts back...
  6. NewDude

    [SOLVED] Creating cluster, migration fails due to ssh errors

    Basically what the title says. When I try and migrate a test VM from the original node to the new one I get a status box with no content, and when I choose stop I get this: 2025-06-24 16:40:26 ERROR: migration aborted (duration 00:00:22): Can't connect to destination address using public key...
  7. NewDude

    [SOLVED] Confused: cluster, local ZFS pools for VM storage

    Well, I can't say I fixed it because I ran into another issue related to permissions - can't ssh from the primary cluster node to the new one. So working on that now. <sigh>
  8. NewDude

    [SOLVED] Confused: cluster, local ZFS pools for VM storage

    ok, AI to the rescue. Went to datacenter, selected the storage, chose "edit" and made sure both nodes were connected. Testing now...
  9. NewDude

    [SOLVED] Confused: cluster, local ZFS pools for VM storage

    This is my fault - trying to create a cluster and thought I had the second node configured as the first, but I missed a step: Node 1: local ZFS pool on the boot NVMe: named local-vfs ZFS pool for VM storage: named vm_zfs Added vm_zfs in datacenter view as storage for VMs with the same name...
  10. NewDude

    Question on clusters and mixing AMD/Intel

    That confirms my understanding. Thanks!
  11. NewDude

    Question on clusters and mixing AMD/Intel

    I'm migrating a cluster from XCP-ng to Proxmox. I'm using Vinchin for this and for the most part it's not too bad, provided I don't need to boot from a Centos CD and reconfigure the start environment to include VirtIO drivers - I've done this twice and am working to not have that happen a third...
  12. NewDude

    Pre-install questions Proxmox/CEPH

    Awesome. I don't see that stated in the docs, but now that you've made it clear I don't need to worry about that. :) Part of the goal with my move is to do away with a shared storage backend that I no longer trust. I think this probably gets me there, and will provide the peace of mind to...
  13. NewDude

    Pre-install questions Proxmox/CEPH

    Thanks, Alwin. After reading the thread where people document their Ceph performance, I'm not sure I'd be happy with that solution. I can see backups really slowing things down if I were to go that route. So, with storage replication: can it failover automatically? Searching shows some...
  14. NewDude

    Pre-install questions Proxmox/CEPH

    I ran a Proxmox cluster for a while a couple of years back and was reasonably happy running on ZFS as local storage for VMs, but wanted native support for Veeam so I moved to Hyper-V. I'm not nearly as happy with Hyper-V, and am at the point where I'll either install reinstall my VMs on bare...