Recent content by Hyacin

  1. H

    [SOLVED] Can't migrate running vm with mapped resources

    Just found out about mapped resources today and switched a bunch of things over to functions on my network cards (used to just use them for VMs that were anchored to a box) - I too would love to see this working better with HA ... as it seems to still be a trade-off between HA and hardware...
  2. H

    tls_process_server_certificate: certificate verify failed (596)

    Got this, tried many fixes, no luck. Reading something about addresses and hostnames and /etc/pve/nodes made a lightbulb go off in my head ... When I installed my newest host I named it t5810-03 by accident, not paying attention (my other t5810 servers are named T5810-01 and T5810-02) - I...
  3. H

    One storage appears as Enabled, but Not active

    https://forum.proxmox.com/threads/unable-to-activate-storage-that-no-longer-exist.67830/post-304286
  4. H

    ACME with NSUPDATE not working

    I'm not sure if or how this was working for me, but the 'like' I put above at some point in the past indicates I've clearly been here before! :-/ I was using a key on my cephfs but I just ripped out ceph a month or so ago and forgot about the key! Cert update failures began today, lol. I...
  5. H

    e1000 driver hang

    FWIW I have the same LM218 or whatever it is chipset in my Dell Precision T5810 Xeon tower. I was shocked and amazed to discover that. I'll hopefully be replacing it with a PCI-E NIC with SR-IOV support soon though and then just turning it off entirely. Unreal that Intel would let an issue...
  6. H

    [SOLVED] Proxmox Won't Boot with Latest Kernel 5.13.19-2-pve

    I fixed this back in ~December by doing the following - systemctl mask ifupdown2-pre and I said to myself "I should do that on all my other boxes right now before I forget what I did!" I guess I'm glad I didn't as it seems from looking at this thread that it's only my PN50s that should suffer...
  7. H

    virtfs / virtio 9p plans to incorporate?

    Hey sorry for the delay! Let me see ... I create a loopback bridge with no physical interface on each Proxmox box - /etc/network/interfaces auto vmbr1 iface vmbr1 inet manual address 10.50.250.1/24 bridge-ports none bridge-stp off bridge-fd 0 then on the VM I...
  8. H

    VMs not surviving migrations

    Hello all, I've spent several days reading everything I could find online and trying everything I could think of, and I'm finally at the end of my rope. When I first built my PVE cluster way back when, I could live migrate here, there and everywhere with no issues. I've somewhat recently...
  9. H

    ACME with NSUPDATE not working

    I had a similar issue and had to remove 'export' from the front of the variables specified in the acme.sh docs ... e.g. NSUPDATE_KEY=/mnt/pve/cephfs/nsupdate.key instead of - export NSUPDATE_KEY=/mnt/pve/cephfs/nsupdate.key I changed and tried a few things in a short period (all suggested...
  10. H

    Error: Message too long in External Metric

    No, I did not mean the patch ... patch is awesome, thanks - everything is working great for me now. I meant changing the link MTU to 1450 on the Proxmox box just to fix this reporting issue ... that is the "that" that I was saying could likely have additional (and very difficult and confusing...
  11. H

    Error: Message too long in External Metric

    Won't that make the box drop any packets that come in between 1450 - 1500? Which could be important cluster traffic, or important VM stuff (NFS, iSCSI) ... etc.? I think unless one is willing to make their entire network 1450, probably best to wait if that is the only fix, no? Edit: I just...
  12. H

    Error: Message too long in External Metric

    My setup matches almost exactly, that's funny (and maybe the root of our problem!), and yes, same deal with the MTUs in the container, interesting - bash-5.0# ip a | grep -i mtu 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 8863: eth1@if8864...
  13. H

    Error: Message too long in External Metric

    root@NUC10i3FNH-2:~# ip l 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eno1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast master bond0 state UP mode...
  14. H

    Error: Message too long in External Metric

    I'm seeing the same errors today all these months later, also on latest - root@NUC10i3FNH-2:~# pveversion -v proxmox-ve: 6.2-2 (running kernel: 5.4.65-1-pve) pve-manager: 6.2-12 (running version: 6.2-12/b287dd27) pve-kernel-5.4: 6.2-7 pve-kernel-helper: 6.2-7 pve-kernel-5.4.65-1-pve: 5.4.65-1...
  15. H

    virtfs / virtio 9p plans to incorporate?

    Re-bump. Spent two days rebuilding boxes to get all this supported and mounting. Everything is *mounting* fine, but the directory appears empty on all my Alpine Linux and K3OS (also Alpine Linux based I believe) VMs! I do the exact same thing on an Ubuntu VM and I can see the contents of the...