Re: [pve-devel] [PATCH qemu-server 1/4] parse nbd_protocol_version if available

2020-03-11 Thread Fabian Grünbichler
nit: this should be ordered after #2 - first implement without breakage, then expose new feature. not first expose new-feature as no-op, then implement new feature ;) On March 11, 2020 11:44 am, Mira Limbeck wrote: > For secure live migration with local disks via NBD over a unix socket, > we hav

[pve-devel] [PATCH qemu-server 1/4] parse nbd_protocol_version if available

2020-03-11 Thread Mira Limbeck
For secure live migration with local disks via NBD over a unix socket, we have to somehow communicate support for it from the source node to the target node. This is because there can only be one NBD server with either a TCP or Unix socket bound, not both. The source node passes that information v