[SOLVED] Need help: Storage/CT/VM Status unknown

danieljai

New Member
Feb 9, 2025
1
1
3

Background

  • A Docker CT got stuck, wouldn’t shut down, so I killed the process.
  • After that, the CT wouldn’t start. Tried all options, no success.
  • Decided to restore a periodic backup from my NAS (Unraid).
  • Restore process started but froze—no progress %.
  • Restarted the node, then physically rebooted the machine.
  • all CTs, VMs, and storage show Unknown status. GUI become unresponsive. [fixed]
  • removed unraid_connection, restarted, All status back to normal
Issue
I cannot re-add the network storage through Datacenter > storage. Connection error - Timeout.

Need some help, as I'm out of ideas. Trying to solve this for hours. I'm not sure what else I can do...

Solved
...for now. Restarted unraid and I was able to add the connection back. Trying to restore the backup, hasn't shown even 1% yet. Hopefully it works.

Code:
root@pve:~# cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content iso,vztmpl,backup

zfspool: local-zfs
        pool rpool/data
        content rootdir,images
        sparse 1

nfs: unraid_conn_backup
        export /mnt/user/backup_storage
        path /mnt/pve/unraid_conn_backup
        server 192.168.1.121
        content images,backup
        prune-backups keep-all=1

root@pve:~# df -h
Filesystem                    Size  Used Avail Use% Mounted on
udev                           16G     0   16G   0% /dev
tmpfs                         3.2G 1000K  3.2G   1% /run
rpool/ROOT/pve-1              336G  1.6G  334G   1% /
tmpfs                          16G   49M   16G   1% /dev/shm
tmpfs                         5.0M     0  5.0M   0% /run/lock
efivarfs                      128K  116K  7.3K  95% /sys/firmware/efi/efivars
rpool                         334G  128K  334G   1% /rpool
rpool/var-lib-vz              334G  245M  334G   1% /var/lib/vz
rpool/ROOT                    334G  128K  334G   1% /rpool/ROOT
rpool/data                    334G  128K  334G   1% /rpool/data
rpool/data/subvol-100-disk-0  2.0G  689M  1.4G  34% /rpool/data/subvol-100-disk-0
rpool/data/subvol-101-disk-1   66G   44G   23G  66% /rpool/data/subvol-101-disk-1
rpool/data/subvol-101-disk-0   70G   47G   24G  66% /rpool/data/subvol-101-disk-0
rpool/data/subvol-104-disk-0  2.0G  846M  1.2G  42% /rpool/data/subvol-104-disk-0
/dev/fuse                     128M   20K  128M   1% /etc/pve
tmpfs
 
Last edited:
  • Like
Reactions: waltar