similar to: vm in qcow2 runs on host A but not on host B

Displaying 20 results from an estimated 600 matches similar to: "vm in qcow2 runs on host A but not on host B"

2016 May 23
1
Windows, qemu.agent is it possible to shut down services in running windows server?
Hi List, i installed qemu-agent on a windows server and it is working as expected. I can send via virsh commands. I already performed successful an online backup of an windows server. Now my question is, is it possible to execute commands on the windows server via qemu-agent? I want to shutdown the MSSQL Service before doing backups. Is that possible? i dont find any helpful pages in net.
2017 Aug 24
0
Re: vm in qcow2 runs on host A but not on host B
This might be related to the configuration of the virtual machine. A machine configured to have cpu X might not start up when it is changed to cpu Y. We also observed that a windows host does not boot on a ubuntu host with the default kvm configuration.
2017 Aug 25
2
Re: vm in qcow2 runs on host A but not on host B
hey dominik, Am 2017-08-24 18:14, schrieb Dominik Psenner: > This might be related to the configuration of the virtual machine. A > machine configured to have cpu X might not start up when it is changed > to cpu Y. We also observed that a windows host does not boot on a > ubuntu host with the default kvm configuration. >
2017 Mar 08
0
Cache / IO Setting for qcow2 disks with prealloc=metadata?
Hello, i´ve done 2 vm with qcow2 disks and created them with qemu-img with prealloc=metadata. Virt-Manager shows me under the performance settings for the Storage, Cache= Hypervisor Default IO= Hypervisor Default Is this the best setting? Or do i choose "native" IO on prealloc=metadata created disks? And do i have to change Cache too? The Virtualisation Host is gento linux, the
2019 Oct 10
2
create virtual network fails with virt-manager
hello list, creatig a virtual network via virt-manager fails. gentoo linux vanilla-sources 5.3.1 virt-manager 2.2.1 qemu 4.0 libvirt 5.5.0 the error output of Error creating virtual network: internal error: Failed to apply firewall rules /sbin/iptables -w --table filter --insert LIBVIRT_INP --in-interface virbr1 --protocol tcp --destination-port 67 --jump ACCEPT: iptables: No
2017 Mar 07
4
Help needed on a gentoo system after update to libvirtd 3.1.0
(sorry, dont know how i put my posting into an reply to an other issue before, new posting to sepearte it, big sorry) Hello list, i updated on a gentoo system from libvirtd 2.5 to 3.1.0 Now my windows machines cant access internet. I did a virbr1 with virt-manager and route it to the eth0, works fine on 2.5 Hello list, i updated on a gentoo system from libvirtd 2.5 to 3.1.0 Now my
2017 Jul 08
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Dominik, What's the point of including a software to an OS that does not work? 2017-07-08 18:34 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>: > I just wanted to point out that you're only resolving the symptom, not the > actual cause. At the same time I'm afraid that I don't know what the cause > of your problems is. If you don't want to run virsh guests you
2017 Jul 07
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
$ uname -a Linux mugen 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial 2017-07-07 9:18 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>: > Hey > > FWIW, I have virsh running on my laptop too and no virtual
2017 Jul 02
2
Re: 答复: virtual drive performance
Just a little catch-up. This time I was able to resolve the issue by doing: virsh blockjob domain hda --abort virsh blockcommit domain hda --active --pivot Last time I had to shut down the virtual machine and do this while being offline. Thanks Wang for your valuable input. As far as the memory goes, there's plenty of head room: $ free -h total used free
2017 Jul 09
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Yeah, I know. Sorry for my demanding attitude. Any hints how I could start debugging the problem? 2017-07-09 18:12 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>: > You can't expect anyone to step up happily to fix a problem you > experience. If you're unhappy with the open source solution you have at > least 4 options: > > 1. buy a license for red hat > 2. get
2017 Jul 07
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Dominik, As far as I am concerned the command provided by Andrea disables libvirt-guests service at boot. jedrek@Home:~$ service libvirt-guests status ● libvirt-guests.service - Suspend Active Libvirt Guests Loaded: loaded (/lib/systemd/system/libvirt-guests.service; *disabled*; vendor preset: enabled) Active: inactive (dead) Docs: man:libvirtd(8) http://libvirt.org When
2017 Jul 07
3
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Hi Dominik, So what is going on on my computer with the script *libvirt-guests.sh*? Why is it hanging on it? How should I address this problem? I really appreciate your help! Thank you! 2017-07-07 9:20 GMT+02:00 Dominik Psenner <dpsenner@gmail.com>: > And software is up to date to latest version in LTS: > > $ virsh --version > 1.3.1 > > > 2017-07-07 9:20 GMT+02:00
2017 Jul 02
3
Re: virtual drive performance
Hi again, just today an issue I've thought to be resolved popped up again. We backup the machine by doing: virsh snapshot-create-as --domain domain --name backup --no-metadata --atomic --disk-only --diskspec hda,snapshot=external # backup hda.qcow2 virsh blockcommit domain hda --active --pivot Every now and then this process fails with the following error message: error: failed to pivot
2017 Jun 21
2
Re: virtual drive performance
On Tue, Jun 20, 2017 at 04:24:32PM +0200, Gianluca Cecchi wrote: > On Tue, Jun 20, 2017 at 3:38 PM, Dominik Psenner <dpsenner@gmail.com> wrote: > > > > > to the following: > > > > <disk type='file' device='disk'> > > <driver name='qemu' type='qcow2' cache='none'/> > > <source
2017 Jul 07
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Andrea, You are a genius!!! :D It's worked :)) Thank yo so much!!! XD 2017-07-07 12:14 GMT+02:00 Andrea Bolognani <abologna@redhat.com>: > On Fri, 2017-07-07 at 09:46 +0200, Jędrek Domański wrote: > > Hi Dominik, > > > > So what is going on on my computer with the script libvirt-guests.sh? > > Why is it hanging on it? How should I address this problem? >
2017 Jun 20
2
Re: virtual drive performance
2017 Jul 06
2
Re: Ubuntu 16.04 libvirt-guests.sh [6917] - running guests under URI address default: no running guests
Hello, Am I addressing this issue to the right address? Please respond. 2017-07-04 9:31 GMT+02:00 Jędrek Domański <jedrek.domanski@gmail.com>: > Hello? What is the status of this issue? > > 2017-06-30 22:24 GMT+02:00 Jędrek Domański <jedrek.domanski@gmail.com>: > >> Hi >> >> I have recently upgraded from Ubuntu 15.04 to 16.04 and now everytime I
2017 Jun 15
3
Re: virtual drive performance
On Wed, 2017-06-14 at 15:32 -0300, Thiago Oliveira wrote: [...] > I can see other thing, for example, change the hda=IDE to virtio. I'd say switching the disk from IDE to virtio should be the very first step - and while you're at it, you might as well use virtio for the network interface too. --  Andrea Bolognani / Red Hat / Virtualization
2018 Mar 20
2
About libvirt domain snapshot problem(for single disk snapshot)
Hi, dear friend. My guest has two disks, vda and vdb. both are qcow2 local file. When guest running state. I want to take the vda snapshot of guest(just vda, no include vdb). but I met libvirt do snapshot for all disks of guest. About methods for follow: 1、 ``` bash virsh snapshot-create-as 8x0lbzvS --name sys_disk3 --disk-only --diskspec "vda,snapshot=external" ``` ``` result
2017 Apr 12
0
Windows Guest Server 2016, bad performance of whole virtualisation system
hello list, i did a kvm guest with virt-manager and installed windows server 2016. performance settings for the disk: hypervisor default for cache & io mode i added a 2nd disk to the guest , also with hypervisor default settings on cache & io mode Under disk settings in windows server 2016 i set "format whole disk NTFS" i did not choose the "quick format" option.