1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-05 15:48:40 +01:00
Files
glusterfs/tests/basic/gfapi/protocol-client-ssl.vol.in
Môshe van der Sterre eb4b2cb003 gfapi: Move the SECURE_ACCESS_FILE check out of glfs_mgmt_init
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
2020-09-29 14:32:59 +00:00

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