Re: [pve-devel] [PATCH qemu-server] add is_replicated field to migration check result

2020-05-14 Thread Mira Limbeck
On 5/14/20 11:11 AM, Fabian Ebner wrote: On 5/12/20 3:45 PM, Mira Limbeck wrote: For better warnings regarding replicated disks and the ignored target storage, add the 'is_replicated' field to the migration check result. This contains the result of the replication checks. The first one checks

Re: [pve-devel] [PATCH qemu-server] add is_replicated field to migration check result

2020-05-14 Thread Fabian Ebner
On 5/12/20 3:45 PM, Mira Limbeck wrote: For better warnings regarding replicated disks and the ignored target storage, add the 'is_replicated' field to the migration check result. This contains the result of the replication checks. The first one checks if the VM is replicated, and the second one

[pve-devel] [PATCH qemu-server] add is_replicated field to migration check result

2020-05-12 Thread Mira Limbeck
For better warnings regarding replicated disks and the ignored target storage, add the 'is_replicated' field to the migration check result. This contains the result of the replication checks. The first one checks if the VM is replicated, and the second one checks if the VM is replicated to the targ