search for: mount_path_disk

Displaying 2 results from an estimated 2 matches for "mount_path_disk".

2018 Oct 22
1
Re: Questions regarding migration from QEMU to libvirt
...e in order to use it in the “--os-variant” option? > > > > You might be able to get that info using libguestfs (virt-v2v should be able to > do that for you). Yes, I did it last week. I'm doing the following steps: 1. I mount the disk image using libguestfs 2. Print the value MOUNT_PATH_DISK/etc/*-release 3. Take the distro and version Do you know a straightforward path? > > Here is how we register a VM: > > https://github.com/rodrigosiqueira/kworkflow/pull/23/files#diff-70617d452b008bc71362804d54032f24R113 > > > > 2) The requirement of sudo to create a netwo...
2018 Oct 03
2
Questions regarding migration from QEMU to libvirt
Hi, My colleagues and I have a set of scripts that we use to automate our daily tasks related to the Linux Kernel. As a result, most of our code relies on the QEMU features; and recently we decided use libvirt instead of QEMU. However, we have some questions, and I would like to know if someone could help us. Follows: 1) Import our QEMU images with virsh Currently, we import the QEMU VMs with