mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #2205] Summarize inspection with FUSE-T(macOS) #1119
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#1119
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 @ggtakec on GitHub (Jul 2, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2205
Currently testing to use macos-fuse-t instead of osxfuse(macfuse) - #2198
I would like to summarize this in this issue.
@ggtakec commented on GitHub (Jul 2, 2023):
I'm currently testing(fuse-t: 1.0.20), but there are some things we need to check.
(Because the investigation has not been completed yet, there is a high possibility that it is not a problem in combination with fuse-t, but a problem with s3fs alone, so please be careful.)
# Owners of directories and files to be created
It seems that it will be always created by root user.
# On rare occasions, an error occurred in directory listings and some directories could not be displayed.
At this time the following error is displayed:
It seems that this is a symptom similar to #2182 and #2190.
I think it's likely an s3fs issue, not due to the combination with fuse-t.
# timestamp(atime/ctime/mtime) seems to behave incorrectly
I haven't been able to confirm it at all, but it may be because it is via NFS (Is there a possibility?)
We need to check logs.
The following tests are failing:
@alexfs commented on GitHub (Jul 9, 2023):
test_mtime_file, test_update_time_touch_a and test_update_directory_time_touch_a are not going to work because the macos nfs server has the following bug: it's not possible to update access time separately from modified time, only together.
Other tests should work. I tested chown and xattr commands manually and it worked correctly.