mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2073] chgrp for mounted directory fails with Input/output error (5) #1050
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#1050
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 @MamataKTayade on GitHub (Dec 2, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2073
Additional Information
Version of s3fs being used (
s3fs --version)v1.90
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Kernel information (
uname -r)4.15.0-197-generic
GNU/Linux Distribution, if applicable (
cat /etc/os-release)[root@pod-1669828891 bin]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
How to run s3fs, if applicable
[] command line
[] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about the issue
This issue was observed when using the IBM object storage class(that internally uses s3fs) on Kubernetes cluster v1.22.
The object storage is mounted inside pod like this:
The error was seen during rsync cmd being executed(from another source) targeting this directory. But, it is also reproducible by manually executing the cmd.
This works for files inside the bucket but fails for the mounted directory.
There's another similar old issue in a closed state https://github.com/s3fs-fuse/s3fs-fuse/issues/374
Just wanted to know if this is a known limitation or if this has been fixed in the new release.
Thanks.
@ggtakec commented on GitHub (Jan 15, 2023):
@MamataKTayade I'm sorry for my late reply.
You found this problem in V1.90.
If possible, could you try the master code to see if the same problem occurs?
Some bugs have been fixed tu latest code and we would like to know if it still occurs.
Thanks in advance for your help.
@MamataKTayade commented on GitHub (Jan 30, 2023):
@ggtakec Thank you. It worked on the master code and it seems the latest release 1.91 doesn't have this fix. Do you know when the next release is scheduled?
@ggtakec commented on GitHub (Jan 30, 2023):
@MamataKTayade
I can't give a definite date yet, but I'm sorting things out for the release now.
In the meantime, if you can, please try the code on the master branch.
I'll close this issue, but if you have a problem yet, please reopen this.