[Bugs] [Bug 1580020] New: ctime: Rename and unlink does not update ctime
bugzilla at redhat.com
bugzilla at redhat.com
Sat May 19 07:41:14 UTC 2018
https://bugzilla.redhat.com/show_bug.cgi?id=1580020
Bug ID: 1580020
Summary: ctime: Rename and unlink does not update ctime
Product: GlusterFS
Version: mainline
Component: posix
Assignee: bugs at gluster.org
Reporter: khiremat at redhat.com
CC: bugs at gluster.org
Description of problem:
Successful rename and unlink (if link count > 1) is not updating ctime.
Version-Release number of selected component (if applicable):
mainline
How reproducible:
Alwasy
Steps to Reproduce:
1. Create gluster volume and mount
2. Create file, stat file to record ctime. Rename file to rn_file, stat rn_file
to check ctime. Ctime should be changed
3. Create file, create hard link named 'hl_file', stat file to record ctime.
unlink hl_file, stat file to check ctime. ctime should be changed
Actual results:
Ctime doesn't change
Expected results:
Ctime should be changed.
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