[Bugs] [Bug 1581035] New: posix/ctime: Mtime is not updated on setting it to older date
bugzilla at redhat.com
bugzilla at redhat.com
Tue May 22 05:00:13 UTC 2018
https://bugzilla.redhat.com/show_bug.cgi?id=1581035
Bug ID: 1581035
Summary: posix/ctime: Mtime is not updated on setting it to
older date
Product: GlusterFS
Version: mainline
Component: posix
Assignee: bugs at gluster.org
Reporter: khiremat at redhat.com
CC: bugs at gluster.org
Description of problem:
With ctime feature enabled, mtime is not updated when it's set to older date
than the existing time.
Version-Release number of selected component (if applicable):
mainline
How reproducible:
Always
Steps to Reproduce:
1. Create gluster volume
2. Enable ctime feature as follows
gluster vol set <vol> ctime on
gluster vol set <vol> utime on
3. Mount the volume at say /mnt
4 touch -d "@946681200" /mnt/file1
Actual results:
mtime of /mnt/file1 is not updated to 946681200
Expected results:
mtime of /mnt/file1 should be updated to 946681200
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