summaryrefslogtreecommitdiffstats
path: root/250/regr/spec_files/client1.vol
diff options
context:
space:
mode:
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
-