You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is expected behavior, a fuse-overlayfs issue or a fuse issue, but I get EIO when using lsattr after it calls ioctl with FS_IOC_GETFLAGS. From the caller:
$ lsattr -d d
lsattr: Input/output error While reading flags on d
What I don't get is the actual ioctl call succeeds, but then writev gets EINVAL writing to /dev/fuse. This is running unprivileged from the root user namespace, but I originally hit it in a podman container. This is with fuse-overlayfs 1.7.1, fuse 3.10.3 and linux 5.13.0.
The text was updated successfully, but these errors were encountered:
Not sure if this is expected behavior, a fuse-overlayfs issue or a fuse issue, but I get
EIO
when usinglsattr
after it callsioctl
withFS_IOC_GETFLAGS
. From the caller:Here's the strace output from fuse-overlayfs:
What I don't get is the actual
ioctl
call succeeds, but thenwritev
getsEINVAL
writing to/dev/fuse
. This is running unprivileged from the root user namespace, but I originally hit it in a podman container. This is with fuse-overlayfs 1.7.1, fuse 3.10.3 and linux 5.13.0.The text was updated successfully, but these errors were encountered: