summaryrefslogtreecommitdiffstats
path: root/250/regr/spec_files/client1.vol
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2010-01-26 21:17:42 +0530
committerVijay Bellur <vijay@gluster.com>2010-01-26 21:17:42 +0530
commit8d73bd9c4335291ce6965c2bc7a58fd46c276ce4 (patch)
tree370611a1b6edd2405a53035148f09d3d371f55b9 /250/regr/spec_files/client1.vol
parent30bb80541724588f58eeb80cc5f041fe6e484a33 (diff)
parent5728766b4ce46cae41d293e7511c6430c9707dac (diff)
Merge branch 'master' of ssh://git.gluster.com/data/git/regression
Diffstat (limited to '250/regr/spec_files/client1.vol')
-rw-r--r--250/regr/spec_files/client1.vol37
1 files changed, 0 insertions, 37 deletions
diff --git a/250/regr/spec_files/client1.vol b/250/regr/spec_files/client1.vol
deleted file mode 100644
index dce323a..0000000
--- a/250/regr/spec_files/client1.vol
+++ /dev/null
@@ -1,37 +0,0 @@
-# **** Clustered Client config file ****
-
-### Add client feature and attach to remote subvolume of server1
-volume client1
- type protocol/client
- option transport-type tcp # for TCP/IP transport
- option remote-host 127.0.0.1 # IP address of the remote brick
- option transport.socket.remote-port 7001 # default server port is 6996
- option transport.socket.nodelay on
- option remote-subvolume brick1 # name of the remote volume
-end-volume
-
-### Add client feature and attach to remote subvolume of server2
-volume client2
- type protocol/client
- option transport-type tcp # for TCP/IP transport
- option remote-host 127.0.0.1 # IP address of the remote brick
- option transport.socket.remote-port 7002 # default server port is 6996
- option transport.socket.nodelay on
- option remote-subvolume brick2 # name of the remote volume
-end-volume
-
-#volume client3
-# type protocol/client
-# option transport-type tcp # for TCP/IP transport
-# option remote-host 127.0.0.1 # IP address of the remote brick
-# option transport.socket.remote-port 6998 # default server port is 6996
-# option transport.socket.nodelay on
-# option remote-subvolume brick3 # name of the remote volume
-#end-volume
-
-## Add replicate feature.
-volume replicate
- type cluster/replicate
- subvolumes client1 client2
-end-volume
-