Search results

  1. bbgeek17

    FC San with lvm-thin in a Cluster

    Hi @wne , welcome to the forum. To close the loop on your final question: There are no plans to support LVM Thin for shared storage infrastructure. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  2. bbgeek17

    Proxmox VE Web GUI is a Blank Page

    Hi @Gotxo , thank you for adding your report to the mix. Have you had a chance to read through prior conversation in this and other, similar, threads? The output you provided confirms that PVE web server (pveproxy) is functioning. Blockbridge : Ultra low latency all-NVME shared storage for...
  3. bbgeek17

    proxmox 9 error for all node at migrations

    This may be related and of interest https://lists.proxmox.com/pipermail/pve-devel/2025-October/075729.html Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  4. bbgeek17

    https://forum.proxmox.com/threads/inside-proxmox-ve-9-san-snapshot-support.169675/

    https://forum.proxmox.com/threads/inside-proxmox-ve-9-san-snapshot-support.169675/
  5. bbgeek17

    donation to Proxmox. How to. Apologies if this create noise.

    Here are the 3 major underlying projects that accept your donations: https://www.qemu.org/donations/ https://www.debian.org/donations https://discourse.ubuntu.com/t/ubuntu-donations-funding/29 The mothership: https://my.fsf.org/donate/ Blockbridge : Ultra low latency all-NVME shared storage...
  6. bbgeek17

    Multi-tenant

    Hi @Jareewan , welcome to the forum. PVE supports creating users with isolated management privilidges: https://pve.proxmox.com/pve-docs/chapter-pveum.html Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  7. bbgeek17

    Proxmox VE Web GUI is a Blank Page

    Thank you for trying this command. It indicates that PVE Web interface is functioning/replying. Continue with your troubleshooting as previously described and report your observations TIP: when copy/pasting a large amount of text - use SPOILER tag available from the toolbar of the forum edit...
  8. bbgeek17

    WARNING. Possible data lost after write and/or data corruption. MDRAID with writemostly. Kernel 6.14.11-2

    Hi @glaeken2, Sorry to hear you're running into issues. I wanted to clarify the difference between writemostly and write-behind, as they're often confused: writemostly only affects read balancing. It tells the RAID layer: "avoid reading from this device unless necessary." Writes remain...
  9. bbgeek17

    Proxmox VE Web GUI is a Blank Page

    Please review the discussion above, perform the steps mentioned already and report back if they do not help. In your report please include full outputs of the commands you ran as text encoded with CODE or SPOILER tags Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  10. bbgeek17

    Proxmox VE 9: Can not access WebGUI after reboot, until first ssh connect

    That indicates that you should scope your troubleshooting to your switch, rather than network nodes. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  11. bbgeek17

    Proxmox VE 9: Can not access WebGUI after reboot, until first ssh connect

    Hi @peter_zh , welcome to the forum. You’re correct that your report doesn’t match anything posted here recently. It seems unique, which strongly suggests it’s specific to your environment. The troubleshooting steps I’d recommend are: From the physical console, check your IP configuration...
  12. bbgeek17

    Proxmox VE Web GUI is a Blank Page

    Hello @licandro, welcome to the forum. @hatemyway has mentioned at least 2 issues. I believe they were addressed earlier in the thread. Do you have a question, or are you just cheering @hatemyway up in that he is not alone in his way? Blockbridge : Ultra low latency all-NVME shared storage...
  13. bbgeek17

    API List VMs

    One can extract all preliminary data from /cluster/resources (all vms, their IDs and parent nodes). With that information, one would then loop through each NODE/VM to get its configuration. This can be done against single API end-point. Blockbridge : Ultra low latency all-NVME shared storage...
  14. bbgeek17

    ISCSI Keeps Trying Unused Portals

    Hi @uclemmer , welcome to the forum. You are not missing anything. The flow of the iSCSI protocol is that the Target (ME) provides a packet that contains all Portals that it wants to advertise. The Initiator (PVE) can/will attempt to login to all those. As far as Initiator knows - Target...
  15. bbgeek17

    [SOLVED] QDevice Deployment

    I think you may be testing a somewhat unrelated scenario. The purpose of a qdevice vote is to break ties. It could be slow or unresponsive 364 days a year, but on the one day when your 4-node cluster splits in half (e.g. 2 nodes go down hard), that’s when the qdevice matters. The OP’s original...
  16. bbgeek17

    Proxmox backup of node

    Hi @baalkor , more backups is always better than less. Imagine a situation where your 6-node cluster is in one rack, but the iSCSI storage device is in another. If the datacenter floor collapses and the compute rack is destroyed, your user/VM data on storage will still be intact. In that...
  17. bbgeek17

    SAN iSCSI/LVM Big VG - Best practices

    You are welcome! Feel free to mark this thread as solved (edit first post and select Solved from the subject dropdown), this will help keep the forum tidy. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  18. bbgeek17

    Unable to see WebGUI

    Every single time Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  19. bbgeek17

    [SOLVED] async io "navtive vs threads vs io_uring" Help = none

    You are welcome! Feel free to mark this thread as solved (edit first post and select Solved from the subject dropdown), this will help keep the forum tidy. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  20. bbgeek17

    [PVE 8.x] Dell ME5024 iSCSI LUN detected but multipath -ll shows nothing (paths grouped as undef)

    Hi @hud1797 , welcome to the forum. There was an issue with one of the critical packages being broken upstream (sg3_utils) in Trixie/PVE9. The way it was broken could have resulted in what you see. However, the issue was addressed in PVE9. As far as I know the problematic code did not affect...