Search results

  1. bbgeek17

    Only notify after X amount of failures?

    I understand. You should direct the email to mailbox/system that can process the emails, batch similar events and escalate based on defined counters. This is not something that a Hypervisor would excel at. There are companies that are dedicated to building and maintaining alert processing flows...
  2. bbgeek17

    Only notify after X amount of failures?

    Hi @artye , welcome to the forum. This functionality is best implemented on the receiver side. If you are sending it to an alert system, the smart-ones usually have a rate limit. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  3. bbgeek17

    Proxmox VE exit codes meaning

    Hi @TheAncientMariner , Exit code 1 is a generic non-success return value. Any non-zero exit code usually indicates a failure. Some applications use a range of exit codes to represent specific error conditions, but as far as I am aware, PVE typically uses 1 for most failure cases, and that is...
  4. bbgeek17

    [SOLVED] Proxmox - VM io-error

    Presumably you saw the IO error somewhere. You should post exactly what you saw and describe where (inside VM, in Hypervisor, elsewhere?). It could be a log snippet, a screenshot, anything that can help describe your situation. For all we know you could have a network drive mounted and had a...
  5. bbgeek17

    Datastore was on CIFS, remounted on NFS, rolling back -> Permission denied (os error 13)

    Great to hear! You can mark the thread as solved by editing the first post and selecting the appropriate subject prefix. That will help organize things for other readers in the future. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  6. bbgeek17

    Datastore was on CIFS, remounted on NFS, rolling back -> Permission denied (os error 13)

    Hi @sgw, Having dealt with MultiProtocol access in prior life with multiple enterprise storage products I can tell you things are not simple there. Each vendor implements permissions mappings differently. Some store additional metadata in the filesystem, others change the model based on the...
  7. bbgeek17

    Restoring vmware vm to a proxmox

    Hi @ebarrios08 , welcome to the forum. The error message is produced by Veeam, I would recommend starting with their support to help zoom in on a particular part of the process that failed. I don't know the compatibility requirements for Veeam&PVE off the top of my head. I would recommend that...
  8. bbgeek17

    [SOLVED] Proxmox - VM io-error

    Hi @m.gaggiano , welcome to the forum. It seems as you may have omitted the actual complete error from your post. The "I/O" error is a generic symptom. It can be caused by many different things. Please provide an actual error message, system logs around the time of the message (journalctl ...
  9. bbgeek17

    [SOLVED] Problem connecting Proxmox 9.1 to the storage ESXi for migrate VM's from ESXI

    Thank you for coming back and sharing your findings - they will assist others who run into similar situation. You can mark the thread as Solved by editing the first post and selecting the appropriate subject prefix. This assist with keeping the forum tidy. Cheers Blockbridge : Ultra low...
  10. bbgeek17

    Correcting Storage

    Hi @nleistad, Confidently attributing the issue to NFS, QCOW, ZFS, network, or any other component requires proper analysis. This typically includes log review, reproducible testing, and potentially network trace reading. There are known edge cases with QCOW on NFS, particularly around...
  11. bbgeek17

    [SOLVED] Problem connecting Proxmox 9.1 to the storage ESXi for migrate VM's from ESXI

    Hi @Vladyslav , There is no documentation, as far as I am aware, that can guide you to use a non-root account. That said, you can use a tool (for example "govc") that uses the same network/API path as PVE and troubleshoot the connectivity easier than trying to bring up the ESXi storage in PVE...
  12. bbgeek17

    MTU Settings for NAS storage

    Hi @Eric Thornton , welcome to the forum. MTU size is not tied to network speed. You can use non-standard MTU values on 1 Gbit just as well as on 25 Gbit or higher links. The key point is consistency: all devices participating in the same network path must use the same MTU. This includes all...
  13. bbgeek17

    Proxmox and Veeam Backup and Replication worker issue

    I recommend that you figure out a curl based way to upload a file to local storage with the same account that Veeam is using. Run it local to PVE first, if that works - run it from the Veeam network segment. If that works, convert it to PS command and test from Veeam server. Network issue is...
  14. bbgeek17

    Proxmox and Veeam Backup and Replication worker issue

    post your /etc/pve/storage.cfg Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  15. bbgeek17

    LCAP LAG Not Working

    Hi @Bones558 , welcome to the forum. There could be multiple issues that affect your connectivity. For example, you have two interfaces on the same network segment. This will lead to confusion and unpredictable results, like the ones you are experiencing now. Your LACP mode is different...
  16. bbgeek17

    How to configure HA to shut down specific VMs before migration in Proxmox VE 9.1?

    That really defeats the primary goal of the HA subsystem. Plus it would only work in a managed migration. As you can imagine on node failure there will be no way to either shutdown or live-migrate the VM. If you are only looking to address managed/manual migration - you likely need to create a...
  17. bbgeek17

    Proxmox and Veeam Backup and Replication worker issue

    Hi @acsinc , welcome to the forum. Veeam is a partner of PVE and they theoretically have access to PVE support to assist with common customer issues. However, you seem to be a Veeam only customer at this point. You may benefit from the help from a PVE implementation partner - they can usually...
  18. bbgeek17

    Suddenly unable to access web UI

    Have you tried 127.0.0.1 ? It would be helpful if you posted your configuration and commands you run here, rather than just reporting the results. The output of these commands in text format and encoded with CODE tags is a good start: pveversion -v uname -a uptime systemctl list-units --failed...
  19. bbgeek17

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    Great news! We will get it into our automated testing asap! Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  20. bbgeek17

    Iscsi for Virtual Machine Storage in Proxmox

    Sounds like they resolved the problem. I agree that their original issue was likely network configuration related, perhaps MTU was misconfigured. Your iSCSI storage is a "storage pool" of iSCSI type in PVE speak. The LVM storage is the LVM storage pool. Happy to hear that you have it under...