Yes, i figured it was your bug. It was more for the wider audience here on the forum who will come across this thread in the future.
Cheers.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
The fix is in process:
https://lore.proxmox.com/pve-devel/20260310091141.814416-1-d.csapak@proxmox.com/T/#t
https://lore.proxmox.com/pve-devel/20260310091141.814416-1-d.csapak@proxmox.com/T/#m47eaa3b51d88a1ecbb4b21401c6ad834ec9aaaf4...
For now a downgrade of pvemanager to 9.0.12 was the solution. Apparently there is a single line change that invokes a JS feature implemented in Firefox 130+ (hence my ESR115 doesn't work).
Hi @fettmasta .
It sounds like you are using iscsiadm to establish the connection. Please keep in mind that there is nothing specific to PVE in the operations you are performing. PVE runs on a Debian userland with a Proxmox-maintained Linux...
Here is a thread that may be helpful:
https://forum.proxmox.com/threads/proxmox-ve-web-gui-is-a-blank-page.172804/
I used the following google search terms : proxmox reinstall web toolkit helper script
Blockbridge : Ultra low latency all-NVME...
@Viper_Prime , it was not my intention to get into a "fight" through proxy with someone on discord before noon on Monday.
#wget https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh
#grep...
Hi @choidazzi , welcome to the forum.
One possibility is that someone used qm disk unlink (see man qm). This command can detach a disk from the VM while leaving the underlying volume on storage.
There are likely other situations as well, simply...
Great, feel free to mark this thread as Solved by editing the first post and selecting the appropriate prefix from the subject drop-down. This will assist in keeping the forum tidy.
Blockbridge : Ultra low latency all-NVME shared storage for...
I found the problem
/etc/pve/datacenter.cfg contained webauthn: id=xxxxx
I commented that out, login works again.
With 8.4x this line did not cause any problems
I think it is possibly related to the code changes discussed here:
https://lore.proxmox.com/pve-devel/DGZ5VVU45RP2.UJNEF7OMOJ0Q@proxmox.com/T/#t
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
One option that is always available to you is to contact the authors of the scripts and ask them for assistance.
Cheers
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Thank you for letting the forum know. This is very helpful for the others as they run into similar issues.
I am not aware of any.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
The scripts put a "helpful" service that runs in the background and "fixes" your PVE installation every time it gets "unfixed".
There are multiple threads about this on the forum, I don't have them saved - if I come across one I will place it...
From the console of the PVE after you logged in via SSH? Perhaps you can share your configuration, i.e. "ip a", etc.
standard list of questions:
What is the IP of the PVE server?
What is the IP of your workstation?
What is the IP of your...
Check you router/firewall. Did you update the anything in your network? Try "curl" on your LAN IP as a confirmation. Try to direct connect a PC to your PVE to bypass your router.
Users often report a case where they use an IP for PVE that is...
This means that you are trying to delete a Virtual Disk/Image that matches the index ID of an existing VM. If you cannot see this disk in the VM hardware platform then you need to scan the disk in: qm disk rescan (man qm). Or, if you insist doing...
It is the iSCSI target that advertises the portals (where IPs are asigned). The iSCSI Target is the TrueNAS, so its the TrueNAS that informs the Initiator (PVE) about possible connection options (Portals).
Your situation is described as one of...
Hi @mouk ,
It's not just not cluster-safe, it's not supported by PVE and you have to go out of your way to work around all the bumpers put in place to stop you.
There are a number of commercial vendors in this space. It all depends on your...
You keep missing the point that the ZFS exists on the storage device side. The storage device, in your case Ubuntu, has a ZFS pool implemented by you, manually. You specify the name of that pool in PVE config to let PVE know what you named that...