noobaa / noobaa-core

High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...
https://www.noobaa.io
Apache License 2.0
272 stars 80 forks source link

[NSFS] Use gpfs library to get all the xattr keys and values of a file in one call #7032

Open guymguym opened 2 years ago

guymguym commented 2 years ago

Actual behavior

  1. Currently the linux xattrs interface requires multiple calls to get the attributes.

Expected behavior

  1. We can optimize with a call to return all attributes in a bulk.

Steps to reproduce

  1. NA

More information - Screenshots / Logs / Other output

CC @eshelmarc

eshelmarc commented 2 years ago

The libgpfs as the interface gpfs_igetattrsx & gpfs_iputattrsx defined in gpfs.h for bulk get/set xattr

github-actions[bot] commented 5 months ago

This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.

romayalon commented 5 months ago

re-opening as it wasn't fixed yet

github-actions[bot] commented 2 months ago

This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.