mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #848] xattr "Function not implemented" with use_xattr on 1.84 #494
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#494
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 @snatella on GitHub (Oct 29, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/848
Version of s3fs being used (s3fs --version)
Just compiled from master
Or
From EPEL (s3fs-fuse-1.84-2.el7.x86_64)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Kernel information (uname -r)
3.10.0-862.3.2.el7.x86_64GNU/Linux Distribution, if applicable (cat /etc/os-release)
Fully up to date.
s3fs command line used, if applicable
Used for debugging
/etc/fstab entry, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
Details about issue
I just can't get extended attributes to work with
use_xattr. lsattr, chattr, rsync -aX all fail with some variety of "Function not implemented". I've looked through the Issues around implementing them (#460 #467 #471) and done some research, but I just get stuck with the same error.I've used both the packaged EPEL
s3fs-fuseand compiled from master, both have the same result.The bucket filesystem works otherwise, I can add, update and remove files, change permissions, users etc. Just no xattr.
I've used the simpler s3fs command I provided above to make trying to get it work easier but I get the same error with either the fstab line or the s3fs (command) line.
selinux itself is set to permissive for debugging so should not be an issue.
Edit: Apologies for confusing file attributes and extended attributes - not something I've really delved into before, but the above errors suggest neither work.
Many thanks
@ggtakec commented on GitHub (Nov 11, 2018):
@snatella I'm sorry for my late reply.
This Issue seems to depend on fuse. I think fuse does not support lsattr / chattr.
Please see the comments below.
https://bugzilla.redhat.com/show_bug.cgi?id=762410