2009-04-06 21:25:12 +02:00
aclocal.m4
autom4te.cache
build
config.*
configure
2015-03-30 12:32:27 +05:30
cscope.*
2016-06-26 19:56:58 -04:00
tags
2009-04-06 21:25:12 +02:00
depcomp
2016-05-23 11:06:38 +02:00
INSTALL
2009-04-06 21:25:12 +02:00
install-sh
ltmain.sh
2015-03-30 12:49:13 +05:30
Makefile
2009-04-06 21:25:12 +02:00
Makefile.in
missing
2015-03-30 12:49:13 +05:30
stamp-h1
2014-06-29 18:56:44 -07:00
test-driver
2014-04-17 15:54:34 -07:00
*compile
2014-02-20 13:50:19 -05:00
*.gcda
*.gcno
2009-04-06 21:25:12 +02:00
*.sw?
*~
2012-11-15 17:36:13 -05:00
*.lo
*.la
*.o
2013-01-30 11:29:54 -05:00
*.tar.gz
*.rpm
2014-03-26 16:55:12 -07:00
*.diff
*.patch
2009-10-06 06:36:31 +00:00
.libs
2013-01-30 11:29:54 -05:00
.deps
2015-03-30 12:49:13 +05:30
2014-04-17 15:54:34 -07:00
# Softlinks to test and log
log
*.vol
2009-10-06 06:36:31 +00:00
2015-03-04 16:22:39 +01:00
# cmocka unit tests
*.log
*.trs
*_unittest
2009-10-06 06:36:31 +00:00
# Generated files
2014-07-15 17:00:09 +05:30
*.py[co]
2014-03-21 20:13:16 +00:00
api/examples/__init__.py
2013-09-30 09:05:14 +02:00
api/examples/setup.py
2015-03-04 16:22:39 +01:00
api/src/gfapi.map
cli/src/gluster
2014-03-26 16:55:12 -07:00
contrib/argp-standalone/libargp.a
2015-03-04 16:22:39 +01:00
contrib/fuse-util/fusermount-glusterfs
2013-01-30 11:29:54 -05:00
contrib/uuid/uuid_types.h
2015-03-04 16:22:39 +01:00
extras/geo-rep/gsync-sync-gfid
2016-04-29 13:03:40 +05:30
extras/geo-rep/schedule_georep.py
2013-01-30 11:29:54 -05:00
extras/init.d/glusterd-Debian
2015-03-04 16:22:39 +01:00
extras/init.d/glusterd-FreeBSD
2013-01-30 11:29:54 -05:00
extras/init.d/glusterd-Redhat
extras/init.d/glusterd-SuSE
2013-09-30 09:05:14 +02:00
extras/init.d/glusterd.plist
2013-01-30 11:29:54 -05:00
extras/ocf/glusterd
extras/ocf/volume
2015-03-04 16:22:39 +01:00
extras/run-gluster.tmpfiles
extras/systemd/glusterd.service
2013-09-30 09:05:14 +02:00
extras/who-wrote-glusterfs/gitdm
2015-03-04 16:22:39 +01:00
geo-replication/.tox
geo-replication/src/gsyncd
geo-replication/src/peer_gsec_create
geo-rep: mountbroker user management
Non root geo-replication setup is now simplified. This
patch provides cli for mountbroker user and options management
To set Options,
gluster system:: execute mountbroker opt <KEY> <VALUE>
# for example,
gluster system:: execute mountbroker opt mountbroker-root /var/mountbroker-root
gluster system:: execute mountbroker opt geo-replication-log-group geogroup
gluster system:: execute mountbroker opt rpc-auth-allow-insecure on
To remove option,
gluster system:: execute mountbroker optdel <KEY>
# for example,
gluster system:: execute mountbroker optdel geo-replication-log-group
To add/edit user,
gluster system:: execute mountbroker user <USERNAME> <VOLUMES>
# for example
gluster system:: execute mountbroker user geoaccount slavevol1,slavevol2
To remove user,
gluster system:: execute mountbroker userdel <USERNAME>
# for example
gluster system:: execute mountbroker userdel geoaccount
For info,
gluster system:: execute mountbroker info
gluster system:: execute mountbroker -j info
For JSON output add -j after mountbroker, for example,
gluster system:: execute mountbroker -j user geoaccount slavevol1,slavevol2
PS: Each peer prints its own JSON output, aggregator required from consumer side
BUG: 1136312
Change-Id: Ie52210c0bcc91ac2ffd3ba58988222ffca62b47f
Signed-off-by: Aravinda VK <avishwan@redhat.com>
Reviewed-on: http://review.gluster.org/9398
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: darshan n <dnarayan@redhat.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
2015-01-06 18:20:45 +05:30
geo-replication/src/peer_mountbroker
2014-06-29 18:56:44 -07:00
geo-replication/src/set_geo_rep_pem_keys.sh
2015-03-04 16:22:39 +01:00
geo-replication/syncdaemon.egg-info
2014-06-29 18:56:44 -07:00
geo-replication/syncdaemon/configinterface.py
2015-03-04 16:22:39 +01:00
geo-replication/tests/unit/.coverage
geo-replication/tests/unit/cover
geo-replication/tests/unit/coverage.xml
geo-replication/tests/unit/nosetests.xml
geo-replication/tests/unit/results.html
2013-01-30 11:29:54 -05:00
glusterfs-api.pc
2013-09-30 09:05:14 +02:00
glusterfs.spec
2014-04-17 15:54:34 -07:00
glusterfsd/src/glusterd
glusterfsd/src/glusterfs
2015-03-04 16:22:39 +01:00
glusterfsd/src/glusterfsd
heal/src/glfsheal
2013-09-30 09:05:14 +02:00
libgfchangelog.pc
2015-04-06 15:01:15 +05:30
libgfdb.pc
2014-04-17 15:54:34 -07:00
libglusterfs/src/graph.lex.c
2009-10-06 06:36:31 +00:00
libglusterfs/src/y.tab.c
libglusterfs/src/y.tab.h
2015-11-18 09:31:54 +05:30
libglusterfs/src/defaults.c
2016-04-18 21:47:18 +02:00
libglusterfs/src/glusterfs-fops.h
2013-09-30 09:05:14 +02:00
libtool
2013-09-13 15:54:52 +02:00
run-tests.sh
2015-03-04 16:22:39 +01:00
tests/env.rc
tests/utils/arequal-checksum
xlators/features/glupy/src/__init__.py
xlators/features/glupy/src/setup.py
2013-09-30 09:05:14 +02:00
xlators/mount/fuse/utils/mount.glusterfs
xlators/mount/fuse/utils/mount_glusterfs
2015-02-18 19:07:23 +05:30
extras/peer_add_secret_pub
2015-04-06 15:01:15 +05:30
tools/gfind_missing_files/gcrawler
2015-02-18 19:07:23 +05:30
tools/glusterfind/glusterfind
tools/glusterfind/src/tool.conf
2016-03-30 15:16:35 +05:30
# Generated by fdl xlator
xlators/experimental/fdl/src/fdl.c
xlators/experimental/fdl/src/gf_logdump
xlators/experimental/fdl/src/gf_recon
xlators/experimental/fdl/src/libfdl.c
xlators/experimental/fdl/src/librecon.c
2016-04-04 14:55:20 +05:30
xlators/experimental/jbr-client/src/jbrc-cg.c
xlators/experimental/jbr-server/src/jbr-cg.c