Resize disk doesn't exactly apply, LXC, ZFS

gurumelo

Member
Feb 2, 2021
2
0
6
43
Hello.

Proxmox 5.4

I have a container LXC. 200 GB

I resize disk +60GB

Container → Resources → Root disk → Resize disk → +60GB

I see:
local-zfs:subvol-101-disk-0,size:260GB

However, disk only grew +5GB

Why?

should i do this?

Code:
zfs set quota=260G subvol-101-disk-0
zfs set refquota=260G subvol-101-disk-0

Thank you very much