Hi Michael! Am 21.09.22 um 16:54 schrieb Michael Weiser via lustre-discuss: > That leaves the question, where that extended attribute user.lustre.lov is > coming from. It appears that Lustre itself exposes a number of extended > attributes for every file which reflect internal housekeeping data: > > $ getfattr -m - blarf > # file: blarf > lustre.lov > trusted.link > trusted.lma > trusted.lov
Try adding lustre.* skip to /etc/xattr.conf (cf. <https://doc.lustre.org/lustre_manual.xhtml#lustre_configure_multiple_fs>). Haven't tested yet, but Samba's EA handling seems to be libattr-based, so the above tweak should be sufficient to keep smbd off of these fs-specific attributes. Kind regards, Daniel -- Daniel Kobras Principal Architect Puzzle ITC Deutschland +49 7071 14316 0 www.puzzle-itc.de -- Puzzle ITC Deutschland GmbH Sitz der Gesellschaft: Eisenbahnstraße 1, 72072 Tübingen Eingetragen am Amtsgericht Stuttgart HRB 765802 Geschäftsführer: Lukas Kallies, Daniel Kobras, Mark Pröhl _______________________________________________ lustre-discuss mailing list [email protected] http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
