Recent content by slonick81

  1. S

    Proxmox 8.0.4 vGPU wont work for video editing

    Hi! I'm playing with P4 on Proxmox 8.2.2 to create a side-rendering Win VM for Davinci Resolve. vGPU is set up around 16.5 drivers, GPU is properly visible both in host and guest systems, but one docker-based licensing solution I've tried is not working. So yeah, 20 min and any render stalls. I...
  2. S

    VM ZFS dataset consumes all available space

    Well, tried to shrink ext4 inside VM to begin with. It simply ate the rest of free space in process. So anyone who's in the same situation and has some important data in VM - backup it first! We keep only temporary non-unique data on FTP, so I simply destroyed ZFS dataset of VM's disk. I decided...
  3. S

    VM ZFS dataset consumes all available space

    Thank you! Well, that's the case, I guess. root@ftp:~# zfs list -o name,used,lused,refer,ratio NAME USED LUSED REFER RATIO rpool 7.04T 5.30T 139K 1.00x rpool/ROOT 1.60G 2.59G 128K 1.87x rpool/ROOT/pve-1 1.60G...
  4. S

    VM ZFS dataset consumes all available space

    Hi! I'm running a simple 1-node Proxmox 6 with 3 4TB drives in RAIDZ for system and VMs. Actually, there is only 1 VM now, an FTP server built on Debian 9 + ProFTPD + Webmin. It has 2 virtual disks - one small 32G disk for system and 6.4TB disk for FTP content. This is current layout...