bbgeek17's latest activity

  • bbgeek17
    bbgeek17 replied to the thread Can't create VMs in PVE-9.1.6.
    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
  • bbgeek17
    bbgeek17 replied to the thread Can't create VMs in PVE-9.1.6.
    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...
  • bbgeek17
    bbgeek17 reacted to andreisrr's post in the thread Can't create VMs in PVE-9.1.6 with Like Like.
    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).
  • bbgeek17
    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...
  • bbgeek17
    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...
  • bbgeek17
    @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...
  • bbgeek17
    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...
  • bbgeek17
    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...
  • bbgeek17
    bbgeek17 reacted to Expalmi's post in the thread No Webgui after updating 8.4x to 9.1x with Like Like.
    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
  • bbgeek17
    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 -...
  • bbgeek17
    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
  • bbgeek17
    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
  • bbgeek17
    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...
  • bbgeek17
    Did you previously install "PVE helper scripts" ? Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    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...
  • bbgeek17
    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...
  • bbgeek17
    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...
  • bbgeek17
    bbgeek17 replied to the thread iSCSI interfaces.
    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...
  • bbgeek17
    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...
  • bbgeek17
    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...