Hello everyone, I'm trying to use GlusterFS in a Docker Container but volume creation doesn't work. I'm facing the "Setting extended attributes failed".I saw in several forum that the aufs file system use by default is the problem and an alternative is to use btrfs. But because I want to use it for a in "production use" purpose, isn't there another solution ? I heard btrfs is not safe for production at the moment. And all the post forum i saw is a few years old now (2014-2013) . Any suggestion ? Thank you, Laurent Student in Computer Science, trainee at Docdoku. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160125/53375a8f/attachment.html>
Hi Laurent, You can use either xfs or ext4 as the backend filesystem. Regards, Raghavendra On Mon, Jan 25, 2016 at 11:10 AM, Laurent Le Van <laurent.levan at docdoku.com> wrote:> Hello everyone, > > I'm trying to use GlusterFS in a Docker Container but volume creation > doesn't work. > I'm facing the "Setting extended attributes failed".I saw in several forum > that the aufs file system use by default is the problem and an alternative > is to use btrfs. But because I want to use it for a in "production use" > purpose, isn't there another solution ? I heard btrfs is not safe for > production at the moment. And all the post forum i saw is a few years old > now (2014-2013) . > > Any suggestion ? > > Thank you, > > Laurent > Student in Computer Science, > trainee at Docdoku. > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160126/643e5f02/attachment.html>
On 01/25/2016 11:10 AM, Laurent Le Van wrote:> Hello everyone, > > I'm trying to use GlusterFS in a Docker Container but volume creation > doesn't work. > I'm facing the "Setting extended attributes failed".I saw in several > forum that the aufs file system use by default is the problem and an > alternative is to use btrfs. But because I want to use it for a in > "production use" purpose, isn't there another solution ? I heard btrfs > is not safe for production at the moment. And all the post forum i saw > is a few years old now (2014-2013) . > > Any suggestion ?Have you tried running the containers in privileged mode? Regards, Vijay