blob: ef35001e29f93af26c246fa4497982a5c01c0af7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  | 
#
# 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
end-volume
  |