[Bugs] [Bug 1683880] New: Multiple shd processes are running on brick_mux environmet

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 28 03:02:31 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1683880

            Bug ID: 1683880
           Summary: Multiple shd processes are running on brick_mux
                    environmet
           Product: GlusterFS
           Version: 6
            Status: NEW
         Component: glusterd
          Assignee: bugs at gluster.org
          Reporter: moagrawa at redhat.com
                CC: bugs at gluster.org
  Target Milestone: ---
    Classification: Community



Description of problem:
Multiple shd processes are running while created 100 volumes in brick_mux
environment

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


How reproducible:
Always

Steps to Reproduce:
1. Create a 1x3 volume 
2. Enable brick_mux
3.Run below command
n1=<ip>
n2=<ip>
n3=<ip>

for i in {1..10};do
    for h in {1..20};do
                gluster v create vol-$i-$h rep 3
$n1:/home/dist/brick$h/vol-$i-$h $n2:/home/dist/brick$h/vol-$i-$h
$n3:/home/dist/brick$h/vol-$i-$h force
                gluster v start vol-$i-$h
                sleep 1
     done
done
for k in $(gluster v list|grep -v heketi);do gluster v stop $k
--mode=script;sleep 2;gluster v delete $k --mode=script;sleep 2;done

Actual results:
Multiple shd processes are running and consuming system resources

Expected results:
Only one shd process should be run

Additional info:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list