> On Sep 30, 2016, at 5:30 PM, Michael Talbott <[email protected]> wrote: > > So I've hit a bit of a brick wall in my testing to get BeeGFS working in an > LX zone :( The metadata server needs extended attributes. I know zfs has a > different implementation of EAs, but they are there.. So.. Is it possible for > an LX zone to somehow use them with native linux tools like getfattr, > setfattr, etc? I tried adding xattr and user_xattr to the zone's fstab file > hoping just maybe it was that simple, but, no dice. Any ideas?
No support for linux get/setxattr syscalls right now in LX brants other than superficial faking to please certain circumstances: https://grok.elemental.org/source/xref/io-lx-public/usr/src/uts/common/brand/lx/syscall/lx_xattr.c#33 /dale _______________________________________________ OmniOS-discuss mailing list [email protected] http://lists.omniti.com/mailman/listinfo/omnios-discuss
