I moved one vm from one host to another and the vm became immediately non responsive. After a few more minutes the proxmox host also became unresponsive and restarted itself. When it restarted the local storage had gone up to 100%
The VM in question got is qcow file in an external file storage, so it should not take up space.
df -h gives this:
I am now unable to run this du -a / | sort -n -r | head -n 20 to check where the largest files and folders are because of no available storage.
The VM in question got is qcow file in an external file storage, so it should not take up space.
df -h gives this:
Code:
Filesystem Size Used Avail Use% Mounted on
udev 252G 0 252G 0% /dev
tmpfs 51G 122M 51G 1% /run
/dev/mapper/pve-root 94G 94G 0 100% /
tmpfs 252G 60M 252G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/fuse 128M 64K 128M 1% /etc/pve
ip-addr:/mnt/ssd 705G 243G 462G 35% /mnt/pve/stor3_ssd
ip-addr:/mnt/stor1 2.4T 1.6T 803G 67% /mnt/pve/stor3
ip-addr:/mnt/stor2_1/stor2 3.1T 123G 3.0T 4% /mnt/pve/stor2
tmpfs 51G 0 51G 0% /run/user/0
I am now unable to run this du -a / | sort -n -r | head -n 20 to check where the largest files and folders are because of no available storage.