gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] Gluster Volume Properties


From: James
Subject: [Gluster-devel] Gluster Volume Properties
Date: Fri, 24 Jan 2014 21:50:34 -0500

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/

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]