Closed gustavosr98 closed 1 year ago
For instances, you cannot set the size on the underlying storage volume, but instead set it on the instance device itself and it will be applied to the volume.
lxc profile device set <profile> root size 20GB
But don't use spaces between amount and units.
See https://linuxcontainers.org/lxd/docs/master/reference/instance_units/
Required information
Issue description
I am trying to have on a LXD container a disk backed by LVM with higher size than 10GB default size.
Steps to reproduce
If I try creating the volume and after the fact update its size I get "Error: Volume "size" property is not valid for volume type"
If I try to set size option on the profile seems it is only accepting bytes as unit