[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V2] migration: file URI
From: |
Peter Xu |
Subject: |
Re: [PATCH V2] migration: file URI |
Date: |
Mon, 12 Jun 2023 14:44:31 -0400 |
Hi, Steve,
On Wed, Jun 07, 2023 at 11:38:59AM -0700, Steve Sistare wrote:
> Extend the migration URI to support file:<filename>. This can be used for
> any migration scenario that does not require a reverse path. It can be used
> as an alternative to 'exec:cat > file' in minimized containers that do not
> contain /bin/sh, and it is easier to use than the fd:<fdname> URI. It can
> be used in HMP commands, and as a qemu command-line parameter.
I have similar question on the fixed-ram work, on whether we should assume
the vm stopped before doing so. Again, it leaves us space for
optimizations on top without breaking anyone.
The other thing is considering a very busy guest, migration may not even
converge for "file:" URI (the same to other URIs) but I think that doesn't
make much sense to not converge for a "file:" URI. The user might be very
confused too.
--
Peter Xu
- [PATCH V2] migration: file URI, Steve Sistare, 2023/06/07
- Re: [PATCH V2] migration: file URI,
Peter Xu <=
- Re: [PATCH V2] migration: file URI, Steven Sistare, 2023/06/12
- Re: [PATCH V2] migration: file URI, Peter Xu, 2023/06/12
- Re: [PATCH V2] migration: file URI, Fabiano Rosas, 2023/06/14
- Re: [PATCH V2] migration: file URI, Peter Xu, 2023/06/14
- Re: [PATCH V2] migration: file URI, Fabiano Rosas, 2023/06/14
- Re: [PATCH V2] migration: file URI, Peter Xu, 2023/06/14
- Re: [PATCH V2] migration: file URI, Fabiano Rosas, 2023/06/15
- Re: [PATCH V2] migration: file URI, Steven Sistare, 2023/06/20
- Re: [PATCH V2] migration: file URI, Peter Xu, 2023/06/20
- Re: [PATCH V2] migration: file URI, Daniel P . Berrangé, 2023/06/21