On 09/19/2011 10:37 PM, Brandon Simmons wrote: > I've looked at the docs, and this list of so-called "translators" here: > > http://www.gluster.com/community/documentation/index.php/Gluster_Translators > > ...as well as the various files in /etc/gluster* and am having trouble > making sense of how these config files are organized and how/when to > make use of translators. > > In particular I have been testing gluster by creating volumes using > the 'gluster' CLI utility, and I am trying to turn on POSIX compliance > or locking in order to support operations on sqlite dbs. It seems this > is done through "translators" like "features/locks", but I'm having > difficulty understanding where to go from here. > > Thanks, > Brandon > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://gluster.org/cgi-bin/mailman/listinfo/gluster-users Brandon, Before the 3.1 releases, the users needed to manually write the volfile using the translators, for the releases >= 3.1 you dont need to edit anything. You just use the cli and you are done. features/locks is added by default on all bricks when a volume is created. You dont need to turn anything on for POSIX compliance or locks. They should work by default. Let us know if you face any problems with your setup. Pranith.