So I tried to set the volsize, but that didn't work out:
> zfs get volsize externaldisk/mypool/VMs/subvol-101-disk-0
NAME PROPERTY VALUE SOURCE
> zfs set volsize=100GiB externaldisk/mypool/VMs/subvol-101-disk-0
cannot set property for...
Hi everyone,
I have my Proxmox system running fine so far, but recently a problem appeared with my backup strategy.
The whole system is running on zfs and in regular intervals, I create a snapshot of my pool and send it to an external disk with
> zfs send -R -i mypool@oldsnapshot...