- Solved
- Minor
Hello I'm looking for help on this issue I've experienced on Unraid 7.1.0-beta.1 whilst using ZFS.
I have a ZFS pool consisting of 8 SSDs in a RaidZ1 configuration.
When I setup the pool I had set the xattr property to xattr=sa.
However after updating Unraid to 7.1.0 beta 1 and updating the ZFS pool to the latest version, this property seems to always be set to xattr=on regardless of my attempts to change it.
Find below the transcript of me attempting to change the property using the console.
root@Servername:~# zfs get -r xattr poolname
NAME PROPERTY VALUE SOURCE
poolname xattr on local
poolname/dataset xattr on local
root@Servername:~# zfs set xattr=sa poolname
root@Servername:~# zfs get -r xattr poolname
NAME PROPERTY VALUE SOURCE
poolname xattr on local
poolname/dataset xattr on local
root@Servername:~#
As you can see, even though the command appears to work no change is made to the pool or dataset properties.
Any help would be greatly appreciated.