mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
ceph-disk-activate: Add a comment about user_xattr being default now.
Signed-off-by: Tommi Virtanen <tv@inktank.com>
This commit is contained in:
parent
ab84949da2
commit
79320ff48d
@ -347,6 +347,10 @@ def get_conf(cluster, variable):
|
||||
|
||||
|
||||
MOUNT_OPTIONS = dict(
|
||||
# this is default ever since linux 2.6.39 / 3.0, but we'll delay a
|
||||
# moment before removing it fully because we did have some issues
|
||||
# with ext4 before the xatts-in-leveldb work, and it seemed that
|
||||
# user_xattr helped
|
||||
ext4='user_xattr',
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user