
7 Feb
2023
7 Feb
'23
3:16 a.m.
On Mon, Feb 06, 2023 at 10:16:54 +0100, Michal Privoznik wrote:
When split daemons were introduced, we also made connection URI accept new parameter: mode={auto,legacy,direct} so that a client can force connecting to either old, monolithic daemon, or to split daemon (see v5.7.0-rc1~257 for more info).
Now, the change was done to the remote driver, but not to virt-ssh-helper. True, our remote driver code still does not pass the 'mode' parameter, but that will be addressed in next commits.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/remote/remote_ssh_helper.c | 17 ++++++++++++++++-
Reviewed-by: Peter Krempa <pkrempa@redhat.com>