Search results

  1. 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...
  2. 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...
  3. 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
  4. 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...
  5. 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
  6. 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...
  7. 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
  8. 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...
  9. 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
  10. 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
  11. 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...
  12. 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...
  13. bbgeek17

    Boot on FC SAN for installation

    There is no officially endorsed way to implement such boot from PVE installer. I have seen success stories reported in the forum from people installing Debian to boot from SAN. I have no recent personal experience with booting from FC SAN, so don't have a specific advice for you. Does your...
  14. bbgeek17

    VE_9.0.1 Fiber Channel only 1 of 3 hosts see the storage as active. Status Unknown

    Thank you for the update @mikewich . As the OP you can now mark the thread as Solved by editing the first message and selecting the appropriate prefix for the subject. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  15. bbgeek17

    Recommendation for software-defined storage for Proxmox on OVH (with Veeam snapshot integration)

    There is no storage level snapshot integration in a Veeam+PVE combination for any storage type. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  16. bbgeek17

    [SOLVED] Unable to update Proxmox: "Network is unrechable" despite the web gui still being accessible

    Thank you for the update @Oa4McvMTSo An assumption that user did at least the basic review of the system and would mention a major change they made, gets me every time... Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  17. bbgeek17

    [SOLVED] Unable to update Proxmox: "Network is unrechable" despite the web gui still being accessible

    Could this be related to your issue? https://forum.proxmox.com/threads/apt-update-is-not-working.181181/#post-840788 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  18. bbgeek17

    VE_9.0.1 Fiber Channel only 1 of 3 hosts see the storage as active. Status Unknown

    This is not enough information. Given that you are using Pure and their support is known to be very good, perhaps you should reach out to them for help. Here is a list of things that you need to minimally provide so that forum volunteers can try to assist: - Proxmox version across each node...
  19. bbgeek17

    Cluster unusable due to NAS disruption

    In the thread you referenced the poster shows evidence of Kernel lock. While "pvestatd" is a userland process, it interacts with Linux Kernel, and specifically SMB/NFS infrastructure. If the Kernel is wedged, "kill -9" will not help. If you had HA properly configured and your other nodes are...
  20. bbgeek17

    Cluster unusable due to NAS disruption

    Have you restored your NAS services? If you have similar Kernel messages in your log as the other poster, and you have restored NAS services, then it seems that Kernel is unable to unwedge itself. Reboot is likely the only option in this case. Blockbridge : Ultra low latency all-NVME shared...