[Bugs] [Bug 1214561] New: [Backup]: To track capture of deletes in the changelog file

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 23 05:37:22 UTC 2015


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

            Bug ID: 1214561
           Summary: [Backup]: To track capture of deletes in the changelog
                    file
           Product: GlusterFS
           Version: mainline
         Component: glusterfind
          Assignee: bugs at gluster.org
          Reporter: sanandpa at redhat.com
        QA Contact: bugs at gluster.org
                CC: avishwan at redhat.com, khiremat at redhat.com



Description of problem:

Glusterfind API presently is just able to mention the files which have been
newly created, or have had data/metadata changes. In case a file is deleted, it
is not able to get that information from the changelog file

This bug is to track the progress made on that front.

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

Glusterfs 3.7 upstream

How reproducible: Always

Steps to Reproduce:

1. Have a gluster volume of type distribute/replicate
2. Create 2 files 'file1' and 'file2'
3. Edit the contents of 'file2' 
4. Delete 'file2'
5. Change the permissions of 'file1' to (say) read-only
6. Verify the contents of changelog file.

Actual results:

Step 6 should shows Entry operations for 'file1' and 'file2', followed with
Data operation for 'file2', and a Metadata operation for 'file1'
Delete operation of 'file2' (step4) is not recorded in the changelog file.

Expected results:

Delete operation of 'file2' should get recorded in the changelog file, which in
turn can be used by Glusterfind.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list