Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: setup: modify nfs parameters of iso domain
......................................................................

packaging: setup: modify nfs parameters of iso domain

sync with vdsm settings, avoid timeouts.

Change-Id: I5cce9936e071b5f57cbbeccfbf039d946ced6a39
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/fedora/setup/nfsutils.py
M packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/33/17533/1

diff --git a/packaging/fedora/setup/nfsutils.py 
b/packaging/fedora/setup/nfsutils.py
index b12384c..5d6eef4 100644
--- a/packaging/fedora/setup/nfsutils.py
+++ b/packaging/fedora/setup/nfsutils.py
@@ -140,9 +140,9 @@
 DEFAULT_MD = {
         "CLASS" : "Iso",
         "DESCRIPTION" : "isofun",
-        "IOOPTIMEOUTSEC" : "1",
+        "IOOPTIMEOUTSEC" : "10",
         "LEASERETRIES" : "3",
-        "LEASETIMESEC" : "5",
+        "LEASETIMESEC" : "60",
         "LOCKPOLICY" : "",
         "LOCKRENEWALINTERVALSEC" : "5",
         "POOL_UUID" : "",
diff --git a/packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py 
b/packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py
index 9f81f18..fc9db76 100644
--- a/packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py
+++ b/packaging/setup/plugins/ovirt-engine-setup/config/iso_domain.py
@@ -48,9 +48,9 @@
     DEFAULT_MD = {
         'CLASS': 'Iso',
         'DESCRIPTION': 'isofun',
-        'IOOPTIMEOUTSEC': 1,
+        'IOOPTIMEOUTSEC': 10,
         'LEASERETRIES': 3,
-        'LEASETIMESEC': 5,
+        'LEASETIMESEC': 60,
         'LOCKPOLICY': '',
         'LOCKRENEWALINTERVALSEC': 5,
         'POOL_UUID': '',


-- 
To view, visit http://gerrit.ovirt.org/17533
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5cce9936e071b5f57cbbeccfbf039d946ced6a39
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to