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:
Tommi Virtanen 2012-10-02 17:06:11 -07:00
parent ab84949da2
commit 79320ff48d

View File

@ -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',
)