mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Although the script is to be run with root privileges virt-resize starts as user qemu under the hood which depending on image location may cause permission errors. To fix this use `LIBGUESTFS_BACKEND=direct`. Reviewed-by: Holger Dengler <dengler@linux.ibm.com> Signed-off-by: Finn Callies <fcallies@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>