[Bugs] [Bug 1234286] New: changelog: directory renames not getting recorded
bugzilla at redhat.com
bugzilla at redhat.com
Mon Jun 22 09:51:14 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1234286
Bug ID: 1234286
Summary: changelog: directory renames not getting recorded
Product: GlusterFS
Version: mainline
Component: core
Assignee: bugs at gluster.org
Reporter: mchangir at redhat.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Created attachment 1041692
--> https://bugzilla.redhat.com/attachment.cgi?id=1041692&action=edit
Changelog parser for v1.2
Description of problem:
Directory renames are not getting recorded
Version-Release number of selected component (if applicable):
v1.2
How reproducible:
Always
Steps to Reproduce:
1. create a volume vol1
2. mount vol1 at /mnt/vol1
3. cd /mnt/vol1
4. mkdir dir1
5. mv dir1 dir2 # wait for 20 seconds for changelog flush
6. on all of the bricks verify that changelogs don't have the
RENAME <pgfid>/dir1 <pgfid>/dir2
operation being logged
Actual results:
MKDIR dir1
Expected results:
MKDIR dir1
RENAME dir1 dir2
Additional info:
Changelogs at the bricks can be parsed using the attached python script for
changelog v1.2
--
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