Bug 1575840
Summary: | brick crash seen while creating and deleting two volumes in loop | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Bala Konda Reddy M <bmekala> | |
Component: | rpc | Assignee: | Mohit Agrawal <moagrawa> | |
Status: | CLOSED ERRATA | QA Contact: | Bala Konda Reddy M <bmekala> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rhgs-3.4 | CC: | bmekala, moagrawa, rhs-bugs, sanandpa, sankarshan, sheggodu, vbellur, vdas | |
Target Milestone: | --- | |||
Target Release: | RHGS 3.4.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.12.2-10 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1577574 (view as bug list) | Environment: | ||
Last Closed: | 2018-09-04 06:48:05 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1503137, 1577574 |
Description
Bala Konda Reddy M
2018-05-08 05:26:13 UTC
Build: 3.12.2-10 Followed the steps mentioned in the description. On a brick mux setup, Had a base volume of replicate(2X3) then used the below script use to verify the bug host1=hostname1 host2=hostname2 host3=hostname3 count=1 while true do for i in {1..2} do gluster vol create pikachu_$i replica 3 $host1:/bricks/brick0/testvol_$i $host2:/bricks/brick0/testvol_$i $host3:/bricks/brick0/testvol_$i $host1:/bricks/brick1/testvol_$i $host2:/bricks/brick1/testvol_$i $host3:/bricks/brick1/testvol_$i gluster vol start pikachu_$i done sleep 3 for i in {1..2} do gluster vol stop pikachu_$i --mode=script sleep 3 gluster vol delete pikachu_$i --mode=script python delete_dirs.py # which delete the brick directories done count=$((count+1)) if ls /tmp/cores/core* 1> /dev/null 2>&1; then exit; fi done Haven't seen any brick crash Hence marking it as verified Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2607 |