fix(libvirt): identify server host as local when manage vnc pipes

main
Tsu-ba-me 2 years ago
parent ecaa38cfd1
commit 3cd00da76d
  1. 2
      libvirt/hooks/qemu.d/ws

@ -23,7 +23,7 @@ then
ws_port_flag="--server-vnc-port ${server_vnc_port}"
fi
ws_command="striker-manage-vnc-pipes -vv --server ${guest_name} ${ws_port_flag} --component ws ${ws_open_flag}"
ws_command="striker-manage-vnc-pipes --server ${guest_name} --server-host-uuid local ${ws_port_flag} --component ws ${ws_open_flag}"
echo "wscmd=$ws_command"
$ws_command
fi

Loading…
Cancel
Save