I can change disk size of a running container on the fly using the web api but I do not seem to be able to do this via rest api
root@proxa1:~# pvesh set /nodes/proxa3/lxc/124/config --memory 4096
200 OK
root@proxa1:~# pvesh set /nodes/proxa3/lxc/124/config --memory 4096 --rootfs volume=proxazfs:subvol-124-disk-1,size=18G
unable to modify rootfs while container is running
there there a way to get this working or should i make a feature request via bugzilla
root@proxa1:~# pvesh set /nodes/proxa3/lxc/124/config --memory 4096
200 OK
root@proxa1:~# pvesh set /nodes/proxa3/lxc/124/config --memory 4096 --rootfs volume=proxazfs:subvol-124-disk-1,size=18G
unable to modify rootfs while container is running
there there a way to get this working or should i make a feature request via bugzilla