I try to config a VM on my server which i do alot. this time i have a strange problem. firstly : i can see no root size when i chack my VM’s config by : sudo lxc config show <vm name>.
secondly: i try to set root size for it, but i face with this error:
_❯ sudo lxc config device set builder root size=500GB
Error: Failed to update device "root": Failed to run: btrfs qgroup create 0/257 /var/lib/lxd/storage-pools/builder/virtual-machines/builder: exit status 1 (ERROR: unable to create quota group: File exists)_
i deactivate btrfs quota by : sudo btrfs quota disable
but the problem still exist.
i would be thankful if you can help me