ShadowNamespace for storing shadow data [Ref]
[storage.fs.eos]
shadow_namespace = "/.shadow"
UploadsNamespace for storing upload data [Ref]
[storage.fs.eos]
uploads_namespace = "/.uploads"
ShareFolder defines the name of the folder in the shadowed namespace. Ex: /eos/user/.shadow/h/hugo/MyShares [Ref]
[storage.fs.eos]
share_folder = "/MyShares"
Location of the eos binary. Default is /usr/bin/eos. [Ref]
[storage.fs.eos]
eos_binary = "/usr/bin/eos"
Location of the xrdcopy binary. Default is /usr/bin/xrdcopy. [Ref]
[storage.fs.eos]
xrdcopy_binary = "/usr/bin/xrdcopy"
URL of the Master EOS MGM. Default is root:eos-example.org [Ref]
[storage.fs.eos]
master_url = "root://eos-example.org"
URL of the Slave EOS MGM. Default is root:eos-example.org [Ref]
[storage.fs.eos]
slave_url = "root://eos-example.org"
Location on the local fs where to store reads. Defaults to os.TempDir() [Ref]
[storage.fs.eos]
cache_directory = "/var/tmp/"
SecProtocol specifies the xrootd security protocol to use between the server and EOS. [Ref]
[storage.fs.eos]
sec_protocol = "-"
Keytab specifies the location of the keytab to use to authenticate to EOS. [Ref]
[storage.fs.eos]
keytab = "-"
SingleUsername is the username to use when SingleUserMode is enabled [Ref]
[storage.fs.eos]
single_username = "-"
Enables logging of the commands executed Defaults to false [Ref]
[storage.fs.eos]
enable_logging = false
ShowHiddenSysFiles shows internal EOS files like .sys.v# and .sys.a# files. [Ref]
[storage.fs.eos]
show_hidden_sys_files = false
ForceSingleUserMode will force connections to EOS to use SingleUsername [Ref]
[storage.fs.eos]
force_single_user_mode = false
UseKeyTabAuth changes will authenticate requests by using an EOS keytab. [Ref]
[storage.fs.eos]
use_keytab = false
Whether to maintain the same inode across various versions of a file. Requires extra metadata operations if set to true [Ref]
[storage.fs.eos]
version_invariant = true
GatewaySvc stores the endpoint at which the GRPC gateway is exposed. [Ref]
[storage.fs.eos]
gatewaysvc = "0.0.0.0:19000"