summaryrefslogtreecommitdiffstats
path: root/tests/basic/gfapi/protocol-client-ssl.vol.in
blob: cdc0c9d06713114f7e452d4c8917cc3300f8032b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# This .vol file expects that there is
#
#  1. GlusterD listening on @@HOSTNAME@@
#  2. a volume that provides a brick on @@BRICKPATH@@
#  3. the volume with the brick has been started
#
volume test
    type protocol/client
    option remote-host @@HOSTNAME@@
    option remote-subvolume @@BRICKPATH@@
    option transport-type socket
    option transport.socket.ssl-enabled @@SSL@@
end-volume