[Bugs] [Bug 1361520] ganesha crashes with segfault while mounting volume with v3 or v4.

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 2 11:37:53 UTC 2016


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



--- Comment #2 from Jiffin <jthottan at redhat.com> ---
RCA :

The mdcache entry created during the export of gluster volume is not cleaned up
properly during unexport. So when the export is again added, it gives a entry
already exist error(with respect to fsal_gluster, glfs_object corresponding to
this entry is invalid) and further operation on this entry result in a
crash(like mounting)

On further dig up it seems to be refcount of this variable never become zero
during unexport, therefore the entry is not removed from mdcache layer.

For version 2.3 these entries were cleanup properly during
.
Similar problem is also present in fsal_vfs, but it didn't result any crash.

-- 
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