[Bugs] [Bug 1738786] New: ctime: If atime is updated via utimensat syscall ctime is not getting updated

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 8 07:38:54 UTC 2019


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

            Bug ID: 1738786
           Summary: ctime: If atime is updated via utimensat syscall ctime
                    is not getting updated
           Product: GlusterFS
           Version: mainline
            Status: NEW
         Component: ctime
          Assignee: bugs at gluster.org
          Reporter: khiremat at redhat.com
                CC: bugs at gluster.org
  Target Milestone: ---
    Classification: Community



Description of problem:
When atime|mtime is updated via utime family of syscalls,
ctime is not updated.

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

How reproducible:
Always

Steps to Reproduce:
touch /mnt/file1
stat /mnt/file1
sleep 1;
touch -m -d "2020-01-01 12:00:00" /mnt/file1
stat /mnt/file1




Actual results:
ctime is same between two stats above


Expected results:
ctime should be changed between two stats above

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