Hi there, I've been taking another look at some of gluster volume properties. If you know of some that are missing from my list or have incorrect entries, please let me know! My list is here: https://github.com/purpleidea/puppet-gluster/blob/master/manifests/volume/property/data.pp#L18 This curated list makes it easy to manage properties with Puppet-Gluster. The list isn't complete though. This is where I need your help! Semiosis: The latest git master adds support for the options you requested in gluster volume properties. It also contains this patch: https://github.com/purpleidea/puppet-gluster/commit/221e3049f04fb608d013d7092bcfb258010b2d6d which adds support for adding the rpc-auth-allow-insecure option to the glusterd.vol file. You can use these two together like: class { '::gluster::simple': volume => 'yourvolumename', rpcauthallowinsecure => true, } gluster::volume::property{ 'yourvolumename#server.allow-insecure': value => on, # you can use true/false, on/off } which should hopefully make testing your libgfapi-jni easy! If anyone has any other questions, please let me know. James @purpleidea (twitter / irc) https://ttboj.wordpress.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20140124/7b467834/attachment.sig>