Bug 762783 (GLUSTER-1051)

Summary: Use proper 'fop' indexing
Product: [Community] GlusterFS Reporter: Amar Tumballi <amarts>
Component: error-genAssignee: Amar Tumballi <amarts>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: mainlineCC: vraman
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
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 Amar Tumballi 2010-07-06 06:56:33 UTC
All translator code should use global (libglusterfs/src/glusterfs.h) enum for fop number, that way its easier to debug, and also, will reduce some coding bugs.

Currently 'debug/error-gen' uses its own fop indexing, which should use the global, GF_FOP_* values..

Comment 1 Anand Avati 2010-07-06 09:58:51 UTC
PATCH: http://patches.gluster.com/patch/3537 in master (improvement to error-gen)