From 81288085dbb5d87ef9e92ce3a5d7b982af450590 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 15 May 2024 17:17:39 +0200 Subject: [qemu] Use virt-manager if CoW admin/edit mode is active --- .../qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include') diff --git a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include index 391ba5a5..2cd2c60e 100644 --- a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include +++ b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include @@ -116,6 +116,9 @@ run_plugin() { if $DEBUG; then VIRTCMDOPTS+=( "-xmledit" ) fi + if notempty DMSD_COW_SESSION; then + VIRTCMDOPTS+=( "-manager" ) + fi if [ "${SHARE_REMAP_MODE}" -gt 1 ]; then notempty HOME_SHARE_PATH && VIRTCMDOPTS+=( "-vmfssrc0" "${HOME_SHARE_PATH}" ) -- cgit v1.2.3-55-g7522