Description of problem: Cores are getting generated in one of the gluster pod while performing heketi device resync operation. Version-Release number of selected component (if applicable): 6.0.0-7.4.el7rhgs.x86_64 How reproducible: 1/1 Steps to Reproduce: 1. Create and delete pvcs in while loop. while true do for i in {1..50} do ./pvc_create.sh c$i 2 sleep 10 done sleep 20 for i in {1..50} do oc delete pvc c$i; sleep 10 done done 2. After some time when there is mismatch in between gluster vol list and heketi vol list perform heketi-cli device resync operation # heketi-cli device resync device_id Actual results: Expected results: Additional info: ---------pvc_create.sh--------------------------------------------------------- echo "kind: PersistentVolumeClaim" > glusterfs-pvc-claim.yaml echo "apiVersion: v1" >> glusterfs-pvc-claim.yaml echo "metadata:" >> glusterfs-pvc-claim.yaml echo " name: "$1 >> glusterfs-pvc-claim.yaml echo " annotations:" >> glusterfs-pvc-claim.yaml echo " volume.beta.kubernetes.io/storage-class: container" >> glusterfs-pvc-claim.yaml echo "spec:" >> glusterfs-pvc-claim.yaml echo " accessModes:" >> glusterfs-pvc-claim.yaml echo " - ReadWriteOnce" >> glusterfs-pvc-claim.yaml echo " resources:" >> glusterfs-pvc-claim.yaml echo " requests:" >> glusterfs-pvc-claim.yaml echo " storage: "$2"Gi" >> glusterfs-pvc-claim.yaml oc create -f glusterfs-pvc-claim.yaml -----------------END-----------------------------------------------------------
gluster pod version -> rhgs-server-rhel7:rhgs-3.3.z-rhel-7-containers-candidate-18984-20180704085304 heketi version -> heketi-client-6.0.0-7.4.el7rhgs.x86_64
Can you add the relevant debuginfo (see above command: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/4c/4a6304d7353346654aa06cb9a0918f635b0851 ) - ensure you have them when printing gdb output.
Yaniv, I will make sure from next time that i have those packages.
Hello Nikhil, We are still not officially supporting this and we will get back on this after this release. Thanks kasturi
Humble, Would you be able to help with the request above ? Thanks kasturi