mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-05 15:48:40 +01:00
glfs_mgmt_init is only called for glfs_set_volfile_server, but secure_mgmt is also required to use glfs_set_volfile with SSL. fixes: #829 Change-Id: Ibc769fe634d805e085232f85ce6e1c48bf4acc66
16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
#
|
|
# 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
|
|
|