Bug 762677 (GLUSTER-945)

Summary: stat information of postparent stored in preparentstr instead of postparentstr in trace
Product: [Community] GlusterFS Reporter: Raghavendra Bhat <rabhat>
Component: traceAssignee: Vijay Bellur <vbellur>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: mainlineCC: vijay
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Raghavendra Bhat 2010-05-25 09:46:10 UTC
In trace xlator, in the function trace_link_cbk the changes of the function trace_stat_to_str is stored in preparentstr variable instead if postparentstr for the structure postparent.


preparentstr = trace_stat_to_str(preparent);
preparentstr = trace_stat_to_str(postparent);

Comment 1 Anand Avati 2010-05-27 06:00:44 UTC
PATCH: http://patches.gluster.com/patch/3313 in master (take the return value of trace_stat_to_str for preparent and postparent in corresponding variables)

Comment 2 Anand Avati 2010-05-27 06:00:47 UTC
PATCH: http://patches.gluster.com/patch/3311 in master (stat information of postparent stored in preparentstr insteadof postparentstr in trace)