Bug 1599702 - stale glusterfs processes when quota is being enabled/disabled with glusterd being restarted
Summary: stale glusterfs processes when quota is being enabled/disabled with glusterd ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: quota
Version: rhgs-3.3
Hardware: Unspecified
OS: Unspecified
low
high
Target Milestone: ---
: ---
Assignee: hari gowtham
QA Contact: Rahul Hinduja
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-10 12:07 UTC by Nag Pavan Chilakam
Modified: 2019-04-22 12:23 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-22 12:23:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Nag Pavan Chilakam 2018-07-10 12:07:24 UTC
Description of problem:
======================
stale glusterfs processes are getting created when we do a glusterd restart while quota is being enabled and disabled on a volume in loop.


Version-Release number of selected component (if applicable):
---------------
3.8.4-54.14

How reproducible:
---------------
always

Steps to Reproduce:
1.have a 1x3 volume started
2.open a terminal say t1 for n1, and do glusterd restart in loop, with 10sec gap between iterations
(#while true;do service glusterd restart;sleep 10;done)
3.from terminal t2 login to n1 and do quota enable/disable in loop
(#while true; do gluster v quota ntap enable;sleep 0.5;gluster v quota ntap disable --mode=script; done)


Actual results:
---------------
you will see many stale glusterfs procs only on n1

Expected results:
----------------
should not be seeing stale processes


Additional info:


Note You need to log in before you can comment on or make changes to this bug.