Change in vdsm[master]: oop: remove unused properties

ykaplan at redhat.com ykaplan at redhat.com
Thu Mar 27 17:01:55 UTC 2014


Yeela Kaplan has uploaded a new change for review.

Change subject: oop: remove unused properties
......................................................................

oop: remove unused properties

As part of the plan to move from the use of oop
in vdsm to ioprocess, starting cleaning up.

Change-Id: I35f3fae66a4ec71dea99f22d7e085f811f1e1b55
Signed-off-by: Yeela Kaplan <ykaplan at redhat.com>
---
M lib/vdsm/config.py.in
M vdsm/storage/outOfProcess.py
2 files changed, 0 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/74/26174/1

diff --git a/lib/vdsm/config.py.in b/lib/vdsm/config.py.in
index fb597a8..591f268 100644
--- a/lib/vdsm/config.py.in
+++ b/lib/vdsm/config.py.in
@@ -283,11 +283,7 @@
         ('maximum_domains_in_pool', '100',
             'Process pool configuration.'),
 
-        ('process_pool_size', '100', None),
-
         ('process_pool_timeout', '60', None),
-
-        ('process_pool_grace_period', '2', None),
 
         ('process_pool_max_slots_per_domain', '10', None),
 
diff --git a/vdsm/storage/outOfProcess.py b/vdsm/storage/outOfProcess.py
index 65d29e9..6d251ba 100644
--- a/vdsm/storage/outOfProcess.py
+++ b/vdsm/storage/outOfProcess.py
@@ -25,8 +25,6 @@
 
 from remoteFileHandler import RemoteFileHandlerPool
 
-# MAX_HELPERS = config.getint("irs", "process_pool_size")
-# GRACE_PERIOD = config.getint("irs", "process_pool_grace_period")
 DEFAULT_TIMEOUT = config.getint("irs", "process_pool_timeout")
 HELPERS_PER_DOMAIN = config.getint("irs", "process_pool_max_slots_per_domain")
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I35f3fae66a4ec71dea99f22d7e085f811f1e1b55
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykaplan at redhat.com>


More information about the vdsm-patches mailing list