diff options
| author | Ashish Pandey <aspandey@redhat.com> | 2018-02-01 12:18:38 +0530 | 
|---|---|---|
| committer | Ashish Pandey <aspandey@redhat.com> | 2018-04-25 14:34:39 +0530 | 
| commit | 69c35dbb4b3b92c60cbce8dff58e9d1399820b0d (patch) | |
| tree | 21b876b954c54ee068788ffca19ccbc293c95e49 /extras | |
| parent | 6912441543192a366f264b61d97d50faf3815a28 (diff) | |
feature/thin-arbiter: Implement thin-arbiter translator
Updates #352
Change-Id: I3d8caa6479dc8e48bec62a09b056971bb061f0cf
Signed-off-by: Ashish Pandey <aspandey@redhat.com>
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/thin-arbiter-vol-file-example.vol | 66 | 
1 files changed, 66 insertions, 0 deletions
diff --git a/extras/thin-arbiter-vol-file-example.vol b/extras/thin-arbiter-vol-file-example.vol new file mode 100644 index 00000000000..180bcb3189e --- /dev/null +++ b/extras/thin-arbiter-vol-file-example.vol @@ -0,0 +1,66 @@ +volume rep-posix +    type storage/posix +    option shared-brick-count 3 +    option volume-id dcd39537-006d-4bb5-abdd-b843636c18f6 +    option directory /home/apandey/bricks/gluster/rep-3 +end-volume + +volume rep-thin-arbiter +    type features/thin-arbiter +    subvolumes rep-posix +end-volume + +volume rep-locks +    type features/locks +    subvolumes rep-thin-arbiter +end-volume + +volume rep-upcall +    type features/upcall +    option cache-invalidation off +    subvolumes rep-locks +end-volume + +volume rep-io-threads +    type performance/io-threads +    subvolumes rep-upcall +end-volume + +volume rep-index +    type features/index +    option xattrop-pending-watchlist trusted.afr.rep- +    option xattrop-dirty-watchlist trusted.afr.dirty +    option index-base /home/apandey/bricks/gluster/rep-3/.glusterfs/indices +    subvolumes rep-io-threads +end-volume + +volume rep-io-stats +    type debug/io-stats +    option count-fop-hits off +    option latency-measurement off +    option log-level INFO +    option unique-id /home/apandey/bricks/gluster/rep-3 +    subvolumes rep-index +end-volume + +volume /home/apandey/bricks/gluster/rep-3 +    type performance/decompounder +    subvolumes rep-io-stats +end-volume + +volume rep-server +    type protocol/server +    option transport.listen-backlog 10 +    option transport.socket.keepalive-count 9 +    option transport.socket.keepalive-interval 2 +    option transport.socket.keepalive-time 20 +    option transport.tcp-user-timeout 0 +    option transport.socket.keepalive 1 +    option auth.addr./home/apandey/bricks/gluster/rep-3.allow * +    option auth-path /home/apandey/bricks/gluster/rep-3 +    option auth.login.96d610de-c290-4ff9-ba22-783b5b1330ef.password b6f0db12-5e91-4aa7-9333-fd5339c6ea2d +    option auth.login./home/apandey/bricks/gluster/rep-3.allow 96d610de-c290-4ff9-ba22-783b5b1330ef +    option transport.address-family inet +    option transport-type tcp +    subvolumes /home/apandey/bricks/gluster/rep-3 +end-volume  | 
