Skip to content

Commit

Permalink
enable SA-based xattrs by default on new pools
Browse files Browse the repository at this point in the history
These have been used pretty successfully for a number of years
in Core and SCALE. We can just enable by default these days and
get the corresponding performance boost.
  • Loading branch information
anodos325 committed Sep 6, 2024
1 parent d5e0d6e commit 7880fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/middlewared/middlewared/plugins/pool_/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ async def do_create(self, job, data):
'acltype': 'posix',
'compression': 'lz4',
'aclinherit': 'passthrough',
'xattr': 'sa',
'mountpoint': f'/{data["name"]}',
**encryption_dict
}
Expand Down

0 comments on commit 7880fc8

Please sign in to comment.