Hide Forgot
Created attachment 100 [details] make "ifconfig sl0 mtu 1400" work properly
When setattr operation is performed on a non-regular file glusterfs crashes. The client log file and the back trace is attached
the problem for this was that for non-regular file, frame->local was not set, and setattr_cbk was trying to reference a NULL pointer. Patch sent to testing..
PATCH: http://patches.gluster.com/patch/2159 in master (cluster/stripe: Initialize frame->local before checking for directory or regular files.)
PATCH: http://patches.gluster.com/patch/2224 in master (fixes in stripe)
PATCH: http://patches.gluster.com/patch/2264 in master (cluster/stripe: Wrong variable is checked after calloc.)