Search results

  1. bbgeek17

    Replication of a VM between two independent Proxmox clusters (LVM storage)

    Hi @katti , currently there is no PVE mechanism that would synchronously or asynchronously replicate your volumes between the site when LVM is involved. You either need to move replication down the stack (into the underlying storage /SAN) or up the stack (special sync application or application...
  2. bbgeek17

    Ubuntu 24.04 cloud-init fails on LVM (Fibre Channel) storage in Proxmox 9 when provisioned via Terraform

    Thank you for the update @rodfranck , this will be very useful for the community. When a disk is reused and the underlying storage returns stale data in places where the OS or application expects zeroed blocks, it can lead to unexpected and often confusing behavior. We discuss a closely...
  3. bbgeek17

    [SOLVED] Proxmox error?!?!

    You are welcome! If you feel that the question is solved, you can edit the original post and select the appropriate prefix from the subject dropdown. This helps keep the forum tidy. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  4. bbgeek17

    [SOLVED] Please help with users configuration in Proxmox

    You are welcome. You can mark this thread as Solved by editing the original post and selecting an appropriate prefix from the subject dropdown. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  5. bbgeek17

    [SOLVED] apt update is not working

    We know who and why :-) Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  6. bbgeek17

    [SOLVED] Please help with users configuration in Proxmox

    Are you referring to community maintained helper scripts that are not part of official Proxmox channel? You should not run 3rd party scripts that force you to use root if nobody on your team can understand/troubleshoot them. At the very least throw them in Claude and ask it to explain what...
  7. bbgeek17

    Feature Suggestion: Custom Attribute

    Before following @fstrankowski advice, perhaps you can articulate what "custom attribute" means for you. There are already Tags one can apply to a VM. You can also add Notes that support MarkDown. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  8. bbgeek17

    [SOLVED] apt update is not working

    Hi @mister_x , welcome to the forum. I presume you do not have subscription at the moment, in that case you should leave the PVE enterprise as disabled (as you have now) or remove it completely. You said you do not have VPN. You may want to actually get one, you know why. This IP does not...
  9. bbgeek17

    Creating Bridge for iSCSI

    Hi @ajpion , welcome to the forum. The system (Linux or Windows) allows for one default gateway. Any gateway beyond default one are not default by definition and need to be scoped for a particular subnet) destination. If your client and storage are on the same subnet - you don't need a...
  10. bbgeek17

    NetApp ONTAP deploy support

    Hi @mbaltera , welcome to the forum. There is no configuration option you can change as PVE does not use LIBVERT. The deploy tool should be talking PVE API, not underlying hypervisor (QEMU/KVM). Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  11. bbgeek17

    [SOLVED] Proxmox error?!?!

    Get a backup first, then see if there are any available BIOS/firmware updates. Even if there are not, what you posted should not bother you too much. With the large amount of 3rd and 4th tier hardware out there, backed by generic BMC software - the OS is telling you that its not happy with what...
  12. bbgeek17

    [SOLVED] Proxmox error?!?!

    In the future, if you do decide to mount a device that might potentially disappear - you should use on the options discussed here: https://unix.stackexchange.com/questions/53456/what-is-the-difference-between-nobootwait-and-nofail-in-fstab Blockbridge : Ultra low latency all-NVME shared...
  13. bbgeek17

    https://forum.proxmox.com/threads/storage-for-small-clusters-any-good-solutions.181106/#post-840048

    https://forum.proxmox.com/threads/storage-for-small-clusters-any-good-solutions.181106/#post-840048
  14. bbgeek17

    [SOLVED] Proxmox error?!?!

    The USB related line in your /etc/fstab is 6th from the top, including empty line preceding it. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  15. bbgeek17

    [SOLVED] Proxmox error?!?!

    Hi @CptnBlues63 , Keep in mind that this is not PVE specific, but rather generic Linux administration. Any publicly available resource can generically guide through this with sufficiently detailed prompt. At a high level, either remove the systemd file: rm /etc/systemd/system/mnt-usb.mount Or...
  16. bbgeek17

    [SOLVED] Proxmox error?!?!

    It seems like you have a USB disk in your fstab/systemd, and that disk has either failed or is not available any more. This blocks the normal boot. Are you not able to enter the root password to access the rescue shell? You can follow this guide...
  17. bbgeek17

    Request: SAS HBA LUN Sharing Between Proxmox Cluster Hosts (Like VMware)

    Hi @RodolfoRibeiro , thank you for clarifying. This matches my initial understanding of your situation. SAS and iSCSI are transfer and connectivity protocols. While the article I suggested is using iSCSI as example, once you are beyond basic storage connectivity, the concepts are the same...
  18. bbgeek17

    ReadyMade VM Templates

    CloudInit is an industry standard way to distribute templates that are compatible with all major cloud providers. While PVE is not a Cloud Infrastructure per se, it is a hypervisor that many cloud providers user. PVE has built-in support for minimal required CI, as well as an ability to supply...
  19. bbgeek17

    Veeam Backup and Recovery supports Proxmox as of 28 Aug 2024

    According to Veeam documentation https://helpcenter.veeam.com/docs/vbr/userguide/pve_system_requirements.html?ver=13 it is compatible with 9.1 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  20. bbgeek17

    LOCKED OUT: Enabled Datacenter Firewall - No Web UI, IPMI failing (OVH)

    Have you tried a different browser? A cloud virtual VM with various browsers? Tried to get a new server/VM on the same network and access BMC via CLI (if thats possible with OVH)? If all else fails, reach out to OVH support - a client error while trying to access hardware BMC of an OVH server...