Hi, Hi All,
With the help of gluster community and ovirt-china community...my issue got resolved... The main root cause was the following :- 1. the glob operation takes quite a long time, longer than the ioprocess default 60s.. 2. python-ioprocess updated which makes a single change of configuration file doesn't work properly, only because this we should hack the code manually... Solution (Need to do on all the hosts) :- 1. Add the the ioprocess timeout value in the /etc/vdsm/vdsm.conf file as :- ------------ [irs] process_pool_timeout = 180 ------------- 2. Check /usr/share/vdsm/storage/outOfProcess.py, line 71 and see whether there is still "IOProcess(DEFAULT_TIMEOUT)" in it,if yes...then changing the configuration file takes no effect because now timeout is the third parameter not the second of IOProcess.__init__(). 3. Change IOProcess(DEFAULT_TIMEOUT) to IOProcess(timeout=DEFAULT_TIMEOUT) and remove the /usr/share/vdsm/storage/outOfProcess.pyc file and restart vdsm and supervdsm service on all hosts.... Thanks, Punit Dambiwal On Thu, Mar 19, 2015 at 10:08 AM, Punit Dambiwal <[email protected]> wrote: > Hi, > > Is there any body can help me to solve this issue....i am struggling with > this issue from last 3 days.... > > Thanks, > Punit > > On Wed, Mar 18, 2015 at 11:30 AM, Punit Dambiwal <[email protected]> > wrote: > >> Hi Vijay, >> >> Please find the gluster clinet logs from here :- >> http://paste.ubuntu.com/10618869/ >> >> On Wed, Mar 18, 2015 at 10:45 AM, Vijay Bellur <[email protected]> >> wrote: >> >>> On 03/18/2015 07:37 AM, Punit Dambiwal wrote: >>> >>>> Where i can find the gluster clinet logs :- >>>> >>>> [root@cpu07 glusterfs]# ls >>>> >>> >>> rhev-data-center-mnt-glusterSD-10.10.0.14:_ds01.log >>>> >>> >>> This would be the one. >>> >>> -Vijay >>> >> >> >
_______________________________________________ Gluster-users mailing list [email protected] http://www.gluster.org/mailman/listinfo/gluster-users
