Greg Padgett has uploaded a new change for review. Change subject: vdsmd.init: disable libvirt connection keepalives ......................................................................
vdsmd.init: disable libvirt connection keepalives Libvirt now has keepalives enabledby default (see bug 832081), but they should be disabled until vdsm can make use of them (bug 949192). Change-Id: I632d02f12481911c4ceb6477c42c3b66de47d0c9 Bug-Url: https://bugzilla.redhat.com/834041 Signed-off-by: Greg Padgett <[email protected]> --- M vdsm/vdsmd.init.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/10/14010/1 diff --git a/vdsm/vdsmd.init.in b/vdsm/vdsmd.init.in index ba98e53..4afef01 100755 --- a/vdsm/vdsmd.init.in +++ b/vdsm/vdsmd.init.in @@ -297,6 +297,7 @@ set_if_default $lconf unix_sock_rw_perms \"0770\" set_if_default $lconf auth_unix_rw \"sasl\" set_if_default $lconf host_uuid \"$(uuidgen)\" + set_if_default $lconf keepalive_interval -1 set_if_default $qconf dynamic_ownership 0 if [[ "$ssl" == true ]]; then -- To view, visit http://gerrit.ovirt.org/14010 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I632d02f12481911c4ceb6477c42c3b66de47d0c9 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Greg Padgett <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
