/etc/gfal2.d/srm_plugin.conf is in gfal2-plugin-srm 2.12.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | #
# basic configuration for the gfal 2 srm plugin
[SRM PLUGIN]
# timeout for SRM operations in seconds
OPERATION_TIMEOUT=180
# timeout for the HTTP connexion in seconds
CONN_TIMEOUT=60
# desired request lifetime
REQUEST_LIFETIME=3600
# default checksum type for transfer check
COPY_CHECKSUM_TYPE=ADLER32
# ordered list of turls protocols for remote I/O
# the top priority protocol is the first one
TURL_PROTOCOLS=gsiftp;rfio;gsidcap;dcap;kdcap
# ordered list of turls protocols for third party transfer
# only protocol supporting third party copy should be here
# the top priority protocol is the first one
TURL_3RD_PARTY_PROTOCOLS=gsiftp
# enable or disable the srm session re-use
# no parameter : disabled
KEEP_ALIVE=true
|