On Tue, Apr 28, 2020 at 03:26:44PM -0300, Franz wrote:
> > a) check what the actual size is:
> > dom0$ sudo lvs -a | grep yourvmname
> > => whats the size of the yourvm-private volume?
> did it, but there is no unit, so number are difficult to interpreter,
> snapshot enclosed
not sure what that means.
the "g" in "18.09g" is short for "giga".
and the unit is most likely "bytes".
so the blockdevice is actualy the right size.
> b1) if it is 18GB already, check that it is actualy 18GB inside the vm:
> > yourvm$ grep xvdb /proc/partitions
> same, snapshot enclosed
the size is again 18.x GB.
> > c1) if it is 18GB inside the VM too, you are just missing the fs resize:
> > yourvm$ sudo resize2fs /dev/xvdb
> Permission denied, see snapshot
no idea what that means.
but you are using an ancient version of resize2fs there.
please try with a template/distro that is not shipping outdated versions.
a fedora 30 or 31 should work.
just starting the appvm once with a working template should be enough.
(you could also resize the FS from dom0, but that has security
implications i dont want to explain)
but, yes, if your appvm has no working resize2fs, resizing the
volumes is not going to work too well and could result in the
symptoms you are describing.