Recent content by weilbyte

  1. W

    Cannot select storage for VM because of loading and timeout

    Hi, I was able to solve it by rebooting the host several times.
  2. W

    Cannot select storage for VM because of loading and timeout

    Output of that command is root@ether:~# ps aux | grep '[p]vestatd' root 4365 0.2 0.2 271268 107044 ? Ss Jan20 43:58 pvestatd
  3. W

    Cannot select storage for VM because of loading and timeout

    I have uploaded it. I have also noticed that pvesh get nodes/ether/storage --output-format json (the same API call that the UI does) takes around 1m25s to run. The UI gets error 596 on that request after 30 seconds. I assume this could have something to do with the SMART error in the attached...
  4. W

    Cannot select storage for VM because of loading and timeout

    I have ran the command but it still does not work. Restarted a couple of times and result is still the same.
  5. W

    Cannot select storage for VM because of loading and timeout

    Bump in case you didn't see response @Moayad
  6. W

    Cannot select storage for VM because of loading and timeout

    Hi, it is a single node. journalctl -f does not say anything useful as I cannot add storage to the VM because of the storage selection failing to load. I am also unable to see the storage content from the dashboard, it is failing to load there as well: However, running pvesh get...
  7. W

    Cannot select storage for VM because of loading and timeout

    Hi, when I try to create VM or do anything that requires me to select storage, the dialog is loading for a while and then says communication failure. In the network tab the request for "https://PROXMOX:8006/api2/json/nodes/NODE/storage?format=1&content=images" fails with status code 596. My...