[lxc-users] glusterfs on LXD?
Tomasz Chmielewski
mangoo at wpkg.org
Thu Dec 22 02:56:56 UTC 2016
Ubuntu 16.04 hosts / containers and gluster 3.8:
# gluster volume create storage replica 2 transport tcp
serv1:/gluster/data serv2:/gluster/data force
volume create: storage: failed: Glusterfs is not supported on brick:
serv1:/gluster/data.
Setting extended attributes failed, reason: Operation not permitted.
Host filesystem on both bricks supports xattr - but container can only
set user attributes, not trusted attributes:
# touch file
# setfattr -n user.some -v "thing" file
# getfattr file
# file: file
user.some
# setfattr -n trusted.some2 -v "thing2" file
setfattr: file: Operation not permitted
Anyone managed to run glusterfs on LXD?
Tomasz Chmielewski
https://lxadm.com
More information about the lxc-users
mailing list