Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: Update sysconfig/nfs contents ......................................................................
packaging: setup: Update sysconfig/nfs contents conf/nfs.sysconfig.in, which is used to update /etc/sysconfig/nfs, sets variables that are no longer used in recent fedora nfs-utils init scripts. This change sets instead variables that are used by the init system of both new fedora and old fedora/rhel/centos. Change-Id: Ibc144c85a14e967c1994d35d36c3b3e16aa5ff77 Signed-off-by: Yedidyah Bar David <d...@redhat.com> --- M packaging/conf/nfs.sysconfig.in 1 file changed, 6 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/19472/1 diff --git a/packaging/conf/nfs.sysconfig.in b/packaging/conf/nfs.sysconfig.in index 90d784a..5635a01 100644 --- a/packaging/conf/nfs.sysconfig.in +++ b/packaging/conf/nfs.sysconfig.in @@ -1,7 +1,9 @@ +# Options specific to ovirt engine. +# Changing this file will make engine-setup change /etc/sysconfig/nfs. +# You might want to also change iptables/firewalld. RPCNFSDCOUNT=8 LOCKD_TCPPORT=32803 LOCKD_UDPPORT=32769 -MOUNTD_PORT=892 -RQUOTAD_PORT=875 -STATD_PORT=662 -STATD_OUTGOING_PORT=2020 +RPCMOUNTDOPTS="-p 892" +RPCRQUOTADOPTS="-p 875" +STATDARG="-p 662 -o 2020" -- To view, visit http://gerrit.ovirt.org/19472 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibc144c85a14e967c1994d35d36c3b3e16aa5ff77 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <d...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches