Recent content by ixM

  1. I

    [SOLVED] No space left on device, vm disk filled partition. How to free up space/proceed?

    root@server:~# df -h Filesystem Size Used Avail Use% Mounted on udev 16G 0 16G 0% /dev tmpfs 3.2G 1.5M 3.2G 1% /run rpool/ROOT/pve-1 183G 2.1G 181G 2% / tmpfs 16G 25M 16G 1% /dev/shm tmpfs 5.0M 0 5.0M 0%...
  2. I

    [SOLVED] No space left on device, vm disk filled partition. How to free up space/proceed?

    So ! It worked ! What I did was : - disabled the pve-guests service : systemctl disable pve-guests.service - move the content of /usr/share to the other zpool : mv /usr/share /rdata/ - mkdir /usr/share - added a bind mount to fstab : /rdata/share /usr/share none defaults,bind 0 0 - rebooted...
  3. I

    [SOLVED] No space left on device, vm disk filled partition. How to free up space/proceed?

    Missed it, just tried it and it looks like it's working. Rebooted and the VM was stopped. Now, it looks like I'm able to move the disk to the other zpool storage. In 20 minutes, I'll know if I can breathe a sigh of relief or not :-D Fingers, crossed! Thank you so much !!! (will update later)...
  4. I

    [SOLVED] No space left on device, vm disk filled partition. How to free up space/proceed?

    Yes, I didn't set up this server, it's really unfortunate that this mistake was made as another zfs pool exists for the purpose of storing this vm disk... Is it possible to move the problematic vm disk without using the qm commands ? I cannot even find this file/partition. zfs list shows the...
  5. I

    [SOLVED] No space left on device, vm disk filled partition. How to free up space/proceed?

    Also, ncdu shows the biggest directory in / to be /usr at 1.4 GB. So there's something fishy
  6. I

    [SOLVED] No space left on device, vm disk filled partition. How to free up space/proceed?

    Hi guys, Thanks for your fast reply. I don't know how this system was created but earlier, it showed the root partition as 2.5 GB. I deleted a 800 MB vzdump file and rebooted the server. The VM started again and soon enough the disk was full and showed a size of 1.7 GB which is why I think...
  7. I

    [SOLVED] No space left on device, vm disk filled partition. How to free up space/proceed?

    Hello everyone, I'm in a bit of a pickle. One of our VMs suddenly stopped working. I restarted the VM and it worked fine for a bit but then crashed again (appearing with a yellow warning label on VM in proxmox gui, showing io error or something of the sort). It turns out that the disk of...