[Bugs] [Bug 1346549] (Quota on)When glusterfsd init failed and exit, sometime lead to crash
bugzilla at redhat.com
bugzilla at redhat.com
Wed Jun 15 02:04:29 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1346549
--- Comment #1 from jiademing.dd <iesool at 126.com> ---
After analysis, rpc_clnt_notify() will call quota_enforcer_notify(),because
rpc_clnt_register_notify (rpc, quota_enforcer_notify, this) in quota.
glusterfsd exit will call glusterfs_graph_destroy(),in
glusterfs_graph_destroy() will dlclose (xl->dlhandle).
so if dlclose(xl->dlhandle) before rpc_clnt_notify(),quota.so's
quota_enforcer_notify() invalid, then lead to 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