How do I set the “Private storage max size” and “System storage max size” values from the command line? These values are able to be set using the Qube Manager GUI but I want to set them in my shell scripts for automated qube creation.
$ qvm-volume resize VM:private SIZE
$ qvm-volume resize VM:root SIZE
1 Like
Yes thanks. That’s it.
Here are some relevant docs for future reference, too:
https://dev.qubes-os.org/projects/core-admin-client/en/latest/manpages/qvm-volume.html
1 Like