Peter V. Saveliev has uploaded a new change for review. Change subject: vdsm: pre-defined range for spice/vnc ports ......................................................................
vdsm: pre-defined range for spice/vnc ports Libvirt's default port range 5900-65535 which is out of VDSM's documented range 5634 to 6166. So, configure libvirt to use the port range according to our documentation. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=983088 Signed-off-by: Peter V. Saveliev <[email protected]> Change-Id: Id42d41064e122f1b2dcc98506b58d0cc74239650 --- M lib/vdsm/tool/libvirt_configure.sh.in 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/58/17058/1 diff --git a/lib/vdsm/tool/libvirt_configure.sh.in b/lib/vdsm/tool/libvirt_configure.sh.in index be043d4..f4f66b2 100755 --- a/lib/vdsm/tool/libvirt_configure.sh.in +++ b/lib/vdsm/tool/libvirt_configure.sh.in @@ -218,6 +218,10 @@ set_if_default "${lconf}" listen_tls 0 fi + # Configure remote display port range according to our docs + set_if_default "${qconf}" remote_display_port_min 5634 + set_if_default "${qconf}" remote_display_port_max 6166 + # Configuring sanlock set_if_default "${qconf}" lock_manager \"sanlock\" set_if_default "${qlconf}" auto_disk_leases 0 -- To view, visit http://gerrit.ovirt.org/17058 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id42d41064e122f1b2dcc98506b58d0cc74239650 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Peter V. Saveliev <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
