mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1959] test_mtime_file and test_update_time_cp_p fail on Fedora #989
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#989
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (Jun 12, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1959
This appears to be due to unexpected ACL syscalls which change ctime and atime:
@ggtakec commented on GitHub (Jun 12, 2022):
Does it mean that
atimehas been updated becausefsetxattrwas called?Is it possible that
xattris set in the copy source file?I set
xattrin the source file and tried it with AMI, butxattrwas not set in the destination file, and there was noatimechange.It seems that we need to find out why this problem occurred only in Fedora.
@ggtakec commented on GitHub (Mar 19, 2023):
This issue doesn't seem to be happening now.
(At the moment, CI is successful on Fedora36/37)
This will be closed. If you still have problems, please reopen or post a new issue.