[Bugs] [Bug 1332460] New: [features/worm] - when disabled, worm xl should simply pass requested fops to its child xl

bugzilla at redhat.com bugzilla at redhat.com
Tue May 3 09:09:20 UTC 2016


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

            Bug ID: 1332460
           Summary: [features/worm] - when disabled, worm xl should simply
                    pass requested fops to its child xl
           Product: GlusterFS
           Version: mainline
         Component: unclassified
          Assignee: bugs at gluster.org
          Reporter: kdhananj at redhat.com
                CC: bugs at gluster.org



Description of problem:

Same as subject

I found this while testing another change, where the anon fd ctx in posix xl
was already initialised by the time a write fop came in (and posix_writev() is
where I was expecting the initialisation to have happened). Turns out the
initialisation was being done in posix_fgetxattr() when the fop requested by
shard was writev(). I traced the call and found that it is being wound by worm
translator as part of writev() even though it was disabled on my setup (default
configuration).
With server side translators, if they are disabled, they should simply pass fop
requested by the parent down to their child(ren) without doing anything else.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

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