Re: [PATCH V1 3/4] cpr: relax some blockers

2023-10-23 Thread Peter Xu
On Fri, Oct 20, 2023 at 11:38:55AM +0200, Juan Quintela wrote: > Steve Sistare wrote: > > Some devices block migration because they rely on local state that > > is not migrated to the target host, such as for local filesystems. > > These need not block cpr, which will restart qemu on the same

Re: [PATCH V1 3/4] cpr: relax some blockers

2023-10-23 Thread Daniel P . Berrangé
On Thu, Oct 19, 2023 at 01:47:45PM -0700, Steve Sistare wrote: > Some devices block migration because they rely on local state that > is not migrated to the target host, such as for local filesystems. > These need not block cpr, which will restart qemu on the same host. > Narrow the scope of these

Re: [PATCH V1 3/4] cpr: relax some blockers

2023-10-20 Thread Juan Quintela
Steve Sistare wrote: > Some devices block migration because they rely on local state that > is not migrated to the target host, such as for local filesystems. > These need not block cpr, which will restart qemu on the same host. > Narrow the scope of these blockers so they only apply to normal

[PATCH V1 3/4] cpr: relax some blockers

2023-10-19 Thread Steve Sistare
Some devices block migration because they rely on local state that is not migrated to the target host, such as for local filesystems. These need not block cpr, which will restart qemu on the same host. Narrow the scope of these blockers so they only apply to normal mode. They will not block cpr