Root filesystem size

Hi again,

Is it possible to setup the size of the root filesystem without using a profile during launch. Every container we launch needs an other storage amount so we can’t really rely on a profile or we would have to create hundreds, thousands of different profiles. For some reason I can’t seem to make this work.

At least on LXD 2.x I’m using the following command :" lxc config device set container_name root size 1TB".

That’s after launch however, and since I’m using Ceph as a storage backend that won’t work as it does not support resizing (yet?).

I belive that you can pass such config option during container creation threw raw config options, but I’m not quite sure if this will work with Ceph. Probably somone more experianced with both technologies need to answer…