Re: [PATCH V3 1/2] migration: file URI

2023-06-28 Thread Peter Xu
On Wed, Jun 28, 2023 at 01:07:24PM -0400, Peter Xu wrote: > On Thu, Jun 22, 2023 at 01:37:30PM -0700, Steve Sistare wrote: > > Extend the migration URI to support file:. This can be used for > > any migration scenario that does not require a reverse path. It can be > > used as an alternative to '

Re: [PATCH V3 1/2] migration: file URI

2023-06-28 Thread Peter Xu
On Thu, Jun 22, 2023 at 01:37:30PM -0700, Steve Sistare wrote: > Extend the migration URI to support file:. 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 /bi

[PATCH V3 1/2] migration: file URI

2023-06-22 Thread Steve Sistare
Extend the migration URI to support file:. 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: URI. It can be used in HMP c