Hi,
Created storage volume size with 10GB, using below command.
sudo lxc storage volume create local storage size=10GB
Now need to increase storage volume to 50GB.How we can do it?
Hi,
Created storage volume size with 10GB, using below command.
sudo lxc storage volume create local storage size=10GB
Now need to increase storage volume to 50GB.How we can do it?
lxc storage volume set local storage size=50GB
Thanks,It is working