Search results

  1. bbgeek17

    [SOLVED] Restrict user/apikey to own resources only

    Glad I could help. Feel free to mark the thread as Solved to keep the forum tidy. You can do so by editing the first post and selecting the appropriate subject prefix. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  2. bbgeek17

    [SOLVED] Proxmox iSCSI login works but LUN not visible when using Nimble group target

    Thank you for the update @fettmasta . Feel free to mark this thread solved by editing the first post and selecting the appropriate subject prefix. This helps to keep forum tidy. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  3. bbgeek17

    [SOLVED] ISO Storage

    No worries! If you think your question is solved, feel free to mark this thread as Solved by editing the initial post and selecting the appropriate subject prefix. This will help to keep the forum tidy. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  4. bbgeek17

    [SOLVED] ISO Storage

    Hi @StephenW , Currently, the ISOs have to be in root of the template/iso. The easiest way to accommodate this is to symlink the files. For example, if you have: /mnt/iso/windows /mnt/iso/linux Create: /mnt/iso/template. Or /mnt/iso/pve/template/iso - this way you can point PVE to /mnt/iso/pve...
  5. bbgeek17

    [SOLVED] Restrict user/apikey to own resources only

    Hi @McChaos , You should look into Resource Pools: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pveum_resource_pools Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  6. bbgeek17

    Critical EXT4-fs errors on dm-10 after boot — System in Emergency Mode

    Hi @RJ-4816 , welcome to the forum. There are two ways to go about this: a) If available, use your array Snapshot and Clone capabilities to create an identical copy of your LUN's data. Then experiment on it with data recovery. b) Create a LUN of a similar size, "dd" the data over and...
  7. bbgeek17

    [SOLVED] Proxmox VE 8.1: Recover data from vm-103-disk-1.qcow2

    Hi @smirandac1978 , welcome to the forum. As a general advice - it is recommended to open your own thread rather than bumping something from two years ago. To answer your question - its impossible to know whether you can make a VM boot from this disk because we don't know what is the structure...
  8. bbgeek17

    Snapshot Rollback not possible

    If I understand it correctly, in a native PVE/PBS case the bitmap is stored in-memory (QEMU). This leads to it being lost any time a VM is fully shutdown, i.e. bitmap is non-persistent. Veeam is using a different integration method of storing bitmaps at QCOW level. While these are persistent...
  9. bbgeek17

    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
  10. bbgeek17

    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 https://bugzilla.proxmox.com/show_bug.cgi?id=7386...
  11. bbgeek17

    [SOLVED] Proxmox iSCSI login works but LUN not visible when using Nimble group target

    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 kernel, and the iSCSI stack itself is a standard...
  12. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    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 shared storage for Proxmox -...
  13. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    @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 /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js...
  14. bbgeek17

    When does "Destroy unreferenced disks" actually make a difference?

    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 because users occasionally come to the forum...
  15. bbgeek17

    No Webgui after updating 8.4x to 9.1x

    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 Proxmox - https://www.blockbridge.com/proxmox
  16. bbgeek17

    Cloud init drives change to cdrom drive

    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 - https://www.blockbridge.com/proxmox
  17. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    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
  18. bbgeek17

    No Webgui after updating 8.4x to 9.1x

    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
  19. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    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 here. You may be able to find the steps faster...
  20. bbgeek17

    [SOLVED] Can't login with web gui, but ssh works and VE auth works too

    Did you previously install "PVE helper scripts" ? Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox