]> www.infradead.org Git - nvme.git/commit
doc: ceph: update userspace command to get CephFS metadata
authorArtem Ikonnikov <artem@datacrunch.io>
Sat, 18 May 2024 21:40:54 +0000 (00:40 +0300)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 23 May 2024 08:35:47 +0000 (10:35 +0200)
commit93a2221c9c1ae32643df67c482dc4c4c591b7514
tree3a799d2e3fadb8a923f57ea56bf7e6c0d9d44b10
parentd8fc89815f67db960d1684e1c89c36292a981250
doc: ceph: update userspace command to get CephFS metadata

According to ceph documentation [1], "getfattr -d /some/dir" no longer
displays the list of all extended attributes. Both CephFS kernel and
FUSE clients hide this information.

To retrieve the information you have to specify the particular attribute
name e.g. "getfattr -n ceph.dir.rbytes /some/dir".

[1] https://docs.ceph.com/en/latest/cephfs/quota/

Signed-off-by: Artem Ikonnikov <artem@datacrunch.io>
Reviewed-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Documentation/filesystems/ceph.rst