-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PosixACL: lost default rules after reboot #4520
Milestone
Comments
is enought to reproduce the reported problem. |
The problem didn't reproduced on versions below:
|
Problem was introduced between this two versions:
and
I've updated ZFS step-by-step from 0.6.3 to 0.6.5.5 to find this. |
@ppppggg thanks for bisecting to the release that introduced the bug. I'll look into it. |
nedbass
added a commit
to nedbass/zfs
that referenced
this issue
Apr 15, 2016
Commit 4967a3e introduced a typo that caused the ZPL to store the intended default ACL as an access ACL. Due to caching this problem may not become visible until the filesystem is remounted or the inode is evicted from the cache. Fix the typo and add a regression test. Fixes openzfs#4520 Signed-off-by: Ned Bass <[email protected]>
nedbass
added a commit
to nedbass/zfs
that referenced
this issue
Apr 15, 2016
Commit 4967a3e introduced a typo that caused the ZPL to store the intended default ACL as an access ACL. Due to caching this problem may not become visible until the filesystem is remounted or the inode is evicted from the cache. Fix the typo and add a regression test. Fixes openzfs#4520 Signed-off-by: Ned Bass <[email protected]>
nedbass
added a commit
to nedbass/zfs
that referenced
this issue
Apr 16, 2016
Commit 4967a3e introduced a typo that caused the ZPL to store the intended default ACL as an access ACL. Due to caching this problem may not become visible until the filesystem is remounted or the inode is evicted from the cache. Fix the typo and add a regression test. Fixes openzfs#4520 Signed-off-by: Ned Bass <[email protected]>
nedbass
added a commit
to nedbass/zfs
that referenced
this issue
May 6, 2016
Commit 4967a3e introduced a typo that caused the ZPL to store the intended default ACL as an access ACL. Due to caching this problem may not become visible until the filesystem is remounted or the inode is evicted from the cache. Fix the typo. Signed-off-by: Ned Bass <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#4520
ryao
pushed a commit
to ClusterHQ/zfs
that referenced
this issue
Jun 7, 2016
Commit 4967a3e introduced a typo that caused the ZPL to store the intended default ACL as an access ACL. Due to caching this problem may not become visible until the filesystem is remounted or the inode is evicted from the cache. Fix the typo and add a regression test. Signed-off-by: Ned Bass <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#4520
nedbass
added a commit
to nedbass/zfs
that referenced
this issue
Sep 3, 2016
Commit 4967a3e introduced a typo that caused the ZPL to store the intended default ACL as an access ACL. Due to caching this problem may not become visible until the filesystem is remounted or the inode is evicted from the cache. Fix the typo and add a regression test. Signed-off-by: Ned Bass <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#4520
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using latest stable ZoL on CentOS 7 (up to date).
The problem is that POSIX ACLs which I set using setfacl are lost after reboots.
zpool details:
Steps to reproduce:
After reboot I login into test system again and get this ACLs:
No anymore default rules after reboot.
The text was updated successfully, but these errors were encountered: