[Bug 1711602] Re: --copy-storage-all failing with qemu 2.10

2017-08-23 Thread Stefan Hajnoczi
Please see Fam's patch series "[PATCH for-2.10 0/4] block: Fix non- shared storage migration" that fixes this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1711602 Title: --copy-storage-all f

[Bug 1687653] Re: QEMU-KVM / detect_zeroes causes KVM to start unlimited number of threads on Guest-Sided High-IO with big Blocksize

2017-05-03 Thread Stefan Hajnoczi
After further investigation on IRC the following points were raised: 1. Non-vcpu threads in QEMU weren't being isolated. Libvirt can do this using the domain XML element. The guest can create a high load if some QEMU threads are unconstrained. 2. The wait% CPU stat was causing confusion.

[Bug 1687653] Re: QEMU-KVM / detect_zeroes causes KVM to start unlimited number of threads on Guest-Sided High-IO with big Blocksize

2017-05-03 Thread Stefan Hajnoczi
I'm unable to reproduce this issue. The host stays responsive and the dd command completes in a reasonable amount of time. QEMU does not exceed the 64-thread pool size. Please post steps to reproduce the issue using a minimal command-line without libvirt. Here is information on my attempt to re

[Bug 1192499] Re: virsh migration copy-storage-all fails with "Unable to read from monitor: Connection reset by peer"

2013-07-19 Thread Stefan Hajnoczi
> "migrate -b tcp ::1234" There should be no space between tcp and the rest of the connection details: migrate -b tcp::1234 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1192499 Title: virsh migra

[Bug 1192499] Re: virsh migration copy-storage-all fails with "Unable to read from monitor: Connection reset by peer"

2013-07-05 Thread Stefan Hajnoczi
The destination VM's log says: qemu: warning: error while loading state section id 1 This indicates that either there was an error on the destination while loading state or the migration stream got out of sync. Please check that QEMU on source and destination are identical. If you are running

Re: [Qemu-devel] [Bug 1025244] Re: qcow2 image increasing disk size above the virtual limit

2013-01-02 Thread Stefan Hajnoczi
On Tue, Dec 18, 2012 at 10:18:20AM -, Andy Menzel wrote: > Any solution right now? I have a similar problem like Todor Andreev; > Our daily backup of some virtual machines (qcow2) looks like that: > > 1. shutdown the VM > 2. create a snapshot via: "qemu-img snapshot -c nameofsnapshot..." > 3.

[Bug 1079713] Re: [Qemu-devel] [PATCH 1.3] qapi: handle visitor->type_size() in QapiDeallocVisitor

2012-11-26 Thread Stefan Hajnoczi
On Mon, Nov 26, 2012 at 1:43 PM, Andreas Färber wrote: > Am 26.11.2012 13:10, schrieb Stefan Hajnoczi: >> visit_type_size() requires either visitor->type_size() or >> visitor_uint64() to be implemented, otherwise a NULL function pointer is >> invoked. >> >> It

[Bug 1035921] Re: odd IO/load behaviour running debian installer guest

2012-08-13 Thread Stefan Hajnoczi
Please use cache=none for disks. The default cache setting is "writethrough" which means the image file is opened with O_DSYNC. Every single write is flushed to disk. Modern guests run much faster using cache=none and data is safe as long as the guest issues cache flushes when appropriate (which

[Bug 658610] Re: Check whether images have write permissions

2011-03-22 Thread Stefan Hajnoczi
Can you please add steps to reproduce this bug? It's not clear to me when this happens. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/658610 Title: Check whether images have write permissions --