You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/AdministratorGuide/Resources/storage.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ DIRAC provides an abstraction of a SE interface that allows to access different
20
20
# The name of the DIRAC Plugin module to be used for implementation
21
21
# of the access protocol
22
22
PluginName = SRM2
23
-
# Flag specifying the access type (local/remote)
23
+
# Flag specifying the access type (local/remote/remoteonly)
24
24
Access = remote
25
25
# Protocol name
26
26
Protocol = srm
@@ -50,6 +50,7 @@ Configuration options are:
50
50
* ``UseCatalogURL``: default ``False``. If ``True``, use the url stored in the catalog instead of regenerating it
51
51
* ``ChecksumType``: default ``ADLER32``. NOT ACTIVE !
52
52
* ``Alias``: when set to the name of another storage element, it instanciates the other SE instead.
53
+
* ``Access``: Can be ``local``, ``remote`` or ``remoteonly``. Options specify that the protocol can be used in local (e.g. upload from a WN to local SE), remote+local or remote context.
53
54
* ``ReadAccess``: default ``True``. Allowed for Read if no RSS enabled (:ref:`activateRSS`)
54
55
* ``WriteAccess``: default ``True``. Allowed for Write if no RSS enabled
55
56
* ``CheckAccess``: default ``True``. Allowed for Check if no RSS enabled
0 commit comments