Recent content by meichthys

  1. M

    VM Unresponsive after update

    After updating my proxmox host node (and ProxmoxBackupServer) on 5/29/2026 (included 7.xx kernel), the PBS server (running as a VM - I know it's not best practice) randomly (but only about once a day) becomes unresponsive. It doesn't seem to happen on any kind of predictable schedule or on the...
  2. M

    ProxMox Virtual Environment 8.4.0 Device Randomly Shutsdown without reason

    We're also seeing the DID_ERROR causing VM halts. I believe it has to do with pass-through disks.
  3. M

    Virtual machine IO error after hot-swapping USB drive

    Related to https://forum.proxmox.com/threads/proxmox-virtual-environment-8-4-0-device-randomly-shutsdown-without-reason.167257/
  4. M

    Anyone running TrueNas as a VM under proxmox ?

    We are running it to publish a few smb network shares. Probably not all best-practices implemented, but we haven't bothered with pass-through since we want to do easy migrations: One thing we used to have working is "Previous Versions" in windows. We've tried all the tricks but after an...
  5. M

    Dell PowerEdge T160 with Proxmox and GLOTRENDS M.2 PCIe Adapter - bus fatal error

    @Prox_Fox Are you sure `bus 3 device 0` is the GLOTRENDS card? There have been similar reports for network cards here: https://forum.proxmox.com/threads/dell-fatal-error-was-detected-after-proxmox-install.151855/
  6. M

    Notification match rule based on notification text

    Yes that would definitely work for my specific use case
  7. M

    Notification match rule based on notification text

    The 'new' notification options have been great! One thing that i find myself wanting to do often is to be able to create a match rule based on the notification text itself. For example, I would only like to be notified if a specific replication fails at least 3 times. Currently, with the...
  8. M

    permission denied - invalid PVE ticket (401)

    For me this was caused by me removing a node and then re-adding a node with the same IP address. Removing the affected keys from each node fixed things for me: Run the following on each node (other than the affected node) `ssh-keygen -f "/etc/ssh/ssh_known_hosts" -R "affected_node_ip_address"`
  9. M

    bnx2 Firmware not running Aborting

    @jan010 Sorry for not following up, but yes, I did actually track down my issue. It's likely not your issue, but for some reason my network interface in `/etc/network/interfaces` had an additional `:254` or `:255` (I can't quite remember) tagged on to the end of the vlan. I'm not sure how and...
  10. M

    bnx2 Firmware not running Aborting

    I'm also experiencing this with the same hardware: `Broadcom NetXtreme II BCM5716` For me the issue happened when upgrading from Kernel 6.2 to 6.5.
  11. M

    Storage Upgrade Recommendations

    @showiproute Thanks for this We were wondering if such a configuration was possible but did not investigate it further when we found the m.2 to the u.2 adapter.
  12. M

    Storage Upgrade Recommendations

    We have recently realized (as many others on this forum eventually realize) that our consumer grade SSDs just aren't cutting it when it comes to everyday IOPS performance: Terrible random write IOPS below 20 using the proxmox zfs benchmark tests System load spikes when running all our VMs...
  13. M

    Insane high IO delay without reason

    I just wanted to follow up on this since i was able to pinpoint the issue to slow sync writes and iops on my samsung qvo 870 drives (as was predicted by others earlier in this and other posts). I'm still not sure why the load averages started increasing significantly a few months ago, but if I...
  14. M

    Insane high IO delay without reason

    @spleenftw could you report what `pveperf` shows? For me my `Fsyncs` is consistently under 20 (even slower than my old rust disks).
  15. M

    Insane high IO delay without reason

    Thanks for following up. If you haven't come across this, it may be worth a try for you: https://www.reddit.com/r/Proxmox/comments/dufmli/terrible_disk_write_speed_on_zfs_mirrored_ssds/ Unfortunately I didn't have any bios options to enable/disable the write cache on the controller on my system.