Re: [PATCH 04/20] migration: file URI

2023-06-07 Thread Steven Sistare
Please ignore this, wrong subject line. I will resend. - steve On 6/7/2023 2:37 PM, 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 mi

[PATCH 04/20] migration: file URI

2023-06-07 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