Questions tagged [xattr]

2 questions
5
votes
2 answers

Can I find files through the extended attributes

In Linux can I find files through the extended attributes I define? Since I can find files through its basic attributes like the file's type and others, I wonder if this is possible (because in Windows, defining extra atributes to files through…
ele
  • 63
  • 3
0
votes
1 answer

Can't remove ceph xattrs on CephFS on Linux

I had set xattrs for quota limits on CephFS $ setfattr -n ceph.quota.max_bytes -v 1100000000 /mnt/cephfs/data/ I can get value of this attribute $ getfattr -n ceph.quota.max_bytes /mnt/cephfs/data/ getfattr: Removing leading '/' from absolute path…
Dan B
  • 1