Search results

  1. bbgeek17

    [TUTORIAL] PoC 2 Node HA Cluster with Shared iSCSI GFS2

    I think OP is likely in a situation where their hypervisor hosts do not have significant internal storage. They, or their customers, already own an entry- to mid-level SAN solution and want to maximize ROI from it. Typically, people in this scenario are not looking to invest additional funds in...
  2. bbgeek17

    scheduled backup on PVE and NAS Wake-on-Lan (SMB storage offline)

    Add a sleep+healthprobe to your hook script? Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  3. bbgeek17

    Backup with Veeam failing (Disk Size=null)

    It is possible that OP did not permission the user/token properly. A quick way to check is to run: curl -k \ -H "Authorization: PVEAPIToken=<USER>@<REALM>!<TOKENID>=<SECRET>" \ https://<PVE_HOST>:8006/api2/json/nodes/<NODE>/storage/<STORAGE>/content?vmid=<VMID> If null is returned, vs...
  4. bbgeek17

    Backup with Veeam failing (Disk Size=null)

    There are 3 disks in the VM, they have different ctime's. The value is the same across API responses for corresponding disks. That said, OP should use the latest Veeam "agent"/patch for PVE. And make sure that the PVE version is in the supported list for Veeam level. Blockbridge : Ultra low...
  5. bbgeek17

    [SOLVED] Re-verify with API doesn't work

    You can mark the thread as SOLVED by editing the first post and selecting an appropriate subject prefix. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  6. bbgeek17

    [SOLVED] What are the best practices for using Windows as a Q-Device arbiter in a two-node PVE cluster?

    Adding a Hyper-V–based PVE host just for quorum is short-sighted. You are introducing additional, unnecessary, management overhead: Storage pools will now need to be restricted to specific nodes. If you add NAS storage later and do not restrict it to particular nodes, the VM will attempt to...
  7. bbgeek17

    Any guest OS support matrix on Proxmox?

    Hi @pbujarbarua , welcome to the forum. You should use the OS that fulfills your goal requirements. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  8. bbgeek17

    Snapshots with Shared iscsi Storage

    It is an appropriate way to achieve your goal. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  9. bbgeek17

    [SOLVED] Re-verify with API doesn't work

    Short of authentication, permission, or syntax error the API calls do not return failures. The task can be long running and the fact that you submitted it is not a success yet. You need to query task status to determine its state. A quick check in GUI should also tell you what happened to the...
  10. bbgeek17

    Can't create VMs in PVE-9.1.6

    Try to find a workstation with a different browser. Try incognito mode. Create a VM via CLI, install a more modern browser and try from there. You mentioned in your original post that you have been changing permissions. That may be a red herring, but creating a VM from the CLI would at least...
  11. bbgeek17

    Can't create VMs in PVE-9.1.6

    Downgrading is not supported, or recommended. It's a manual task that is quiet advanced, and can completely break your system. Is this a business production environment? Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  12. bbgeek17

    Can't create VMs in PVE-9.1.6

    Hi @andreisrr , I was about to ask whether you backed out everything you changed and now it sounds like you did? I'd recommend doing a few sanity checks: a) try to create a VM with QM b) try to create with "pvesh" via API c) try to create a VM with "curl" using an equivalent json request Is...
  13. bbgeek17

    Boot on FC SAN for installation

    This thread may be helpful: https://forum.proxmox.com/threads/boot-from-san-multipath-boot-disk-proxmox-installation.164098/ Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  14. bbgeek17

    Moving VMs with snapshots

    Moving data (block or file) that has snapshots associated with it is always challenging, regardless of the OS, hypervisor, or application. Moving such data between different storage types is exponentially more complex, as snapshot formats are proprietary to each storage implementation. For...
  15. bbgeek17

    [SOLVED] iSCSI via TrueNAS options

    PVE is a Modern OS Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  16. bbgeek17

    [SOLVED] Grey question marks at containers, VMs, hosts and storage

    Of course, it has to interact with pvestatd and it is hung trying to talk to the NAS Just remove it from the storage.cfg You can then follow that with: systemctl try-reload-or-restart pvedaemon pveproxy pvestatd pvescheduler pve-ha-lrm Blockbridge : Ultra low latency all-NVME shared storage...
  17. bbgeek17

    [SOLVED] Grey question marks at containers, VMs, hosts and storage

    Great to hear @Womumba . If you think your question is solved - you can update the thread with SOLVED prefix by editing the original post and selecting the appropriate subject prefix. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  18. bbgeek17

    NetApp ONTAP deploy support

    These are a good starting point: https://pve.proxmox.com/wiki/Proxmox_VE_API https://pve.proxmox.com/pve-docs/api-viewer/ Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  19. bbgeek17

    [SOLVED] Grey question marks at containers, VMs, hosts and storage

    Thank you for the update @Womumba . Perhaps if you share the context of your /etc/pve/storage.cfg someone may point out what you should be looking at or testing. Clearly there is an issue with one of your remote storage being probed based on pvesm hanging. You can try to use "strace" or...
  20. bbgeek17

    No web GUI after upgrade from 9.0.11 to 9.1.6

    Hi @Kordian , 99% of similarly reported issues were related to community script hack to remove subscription reminder on login. Recent versions of the hack implement a bash script hook that executes automatically and pulls/patches the files after upgrade in the background. Users reporting...