
Asaf Shakarchi has submitted this change and it was merged. Change subject: webadmin: Limiting max timeo/retrans nfs options (#839298) ...................................................................... webadmin: Limiting max timeo/retrans nfs options (#839298) https://bugzilla.redhat.com/839298 In nfs, per retransmission, timeout is increased by 'timeo' param up to the max value of 600 seconds. Typical timeout for nfs (over TCP) is between 1-10 minutes, This patch set max value of 6000 tenths seconds to the timeo option. retrans option max is set to short type 32,767 (inclusive). Change-Id: Ied1361fc327654d30818edb476414525bef3994e Signed-off-by: Asaf Shakarchi <asaf@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/NfsStorageModel.java 1 file changed, 7 insertions(+), 2 deletions(-) Approvals: Ayal Baron: Looks good to me, but someone else must approve Tal Nisan: Looks good to me, approved Allon Mureinik: Looks good to me, but someone else must approve Asaf Shakarchi: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7692 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ied1361fc327654d30818edb476414525bef3994e Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Asaf Shakarchi <asaf@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Asaf Shakarchi <asaf@redhat.com> Gerrit-Reviewer: Ayal Baron <abaron@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com>