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
I'm having a few problems accessing the snapshots I've created using the .zfs/snapshots directory.
The first issue is minor. "ls -l" always returns an "Invalid argument" error, but otherwise works fine. Using ltrace and strace, it seems that "ls" is calling lgetfilecon(), which is calling lgetxattr(path, "security.selinux", ...) and failing.
The more serious problem is that many of the directories cannot be opened. E.g. from strace:
I'm having a few problems accessing the snapshots I've created using the .zfs/snapshots directory.
The first issue is minor. "ls -l" always returns an "Invalid argument" error, but otherwise works fine. Using ltrace and strace, it seems that "ls" is calling lgetfilecon(), which is calling lgetxattr(path, "security.selinux", ...) and failing.
I'm having a few problems accessing the snapshots I've created using the .zfs/snapshots directory.
The first issue is minor. "ls -l" always returns an "Invalid argument" error, but otherwise works fine. Using ltrace and strace, it seems that "ls" is calling lgetfilecon(), which is calling lgetxattr(path, "security.selinux", ...) and failing.
The more serious problem is that many of the directories cannot be opened. E.g. from strace:
Also, the .zfs directory is not accessible at all through NFS:
But the good news is that cloning a snapshot seems to work.
The text was updated successfully, but these errors were encountered: