Re: [libvirt] [PATCH 2/2] qemu: migration: show disks stats for nbd migration

2016-12-21 Thread Jiri Denemark
On Tue, Dec 20, 2016 at 10:05:50 +0300, Nikolay Shirokovskiy wrote: > There is no disks statistics when migrating with VIR_MIGRATE_NON_SHARED_* > for qemu that supports nbd. The reason is that disks are copied via disk > mirroring > and not in the scope of migration job itself. Let's enhance >

[libvirt] [PATCH 2/2] qemu: migration: show disks stats for nbd migration

2016-12-19 Thread Nikolay Shirokovskiy
There is no disks statistics when migrating with VIR_MIGRATE_NON_SHARED_* for qemu that supports nbd. The reason is that disks are copied via disk mirroring and not in the scope of migration job itself. Let's enhance qemuMigrationFetchJobStatus to take mirror jobs into account. Now