<div dir="ltr"><div>I'm having some trouble growing my LVM-backed storage after the defaults were set.</div><div><br></div><div>I do think I've managed to increase the total size of the pool using:</div><div><br></div><div>lxc storage set lxc-vg volume.size 40GB</div><div><br></div><div>as lxc storage get lxc-vg volume.size now reports 40GB instead of 20GB.</div><div><br></div><div>So if I'm understanding the documentation correctly, this should expand the total storage of the lxc-vg pool to 40GB (side note: if that's what 'volume.size' does, shouldn't it really be 'pool.size' as it's a pool level property, not a volume level one?), and now I want to resize the pool of my container.</div><div><br></div><div>But when I attempt to do so with:</div><div><br></div><div>lxc storage volume set lxc-vg container/minecraft size 20GB</div><div><br></div><div>I get "error: The properties "[size]" cannot be changed."</div><div><br></div><div>Does changing the size require the container to be stopped? It's in production, so I haven't stopped it to test.</div><div><br></div><div>If not, then how do I increase the available storage to the container?</div><div><br></div></div>