Skip to content

Commit d33ee73

Browse files
author
Alexander Rogovskiy
committed
fix: update documentation with the new "remoteonly" Access option
1 parent b2fe13a commit d33ee73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/AdministratorGuide/Resources/storage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DIRAC provides an abstraction of a SE interface that allows to access different
2020
# The name of the DIRAC Plugin module to be used for implementation
2121
# of the access protocol
2222
PluginName = SRM2
23-
# Flag specifying the access type (local/remote)
23+
# Flag specifying the access type (local/remote/remoteonly)
2424
Access = remote
2525
# Protocol name
2626
Protocol = srm
@@ -50,6 +50,7 @@ Configuration options are:
5050
* ``UseCatalogURL``: default ``False``. If ``True``, use the url stored in the catalog instead of regenerating it
5151
* ``ChecksumType``: default ``ADLER32``. NOT ACTIVE !
5252
* ``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.
5354
* ``ReadAccess``: default ``True``. Allowed for Read if no RSS enabled (:ref:`activateRSS`)
5455
* ``WriteAccess``: default ``True``. Allowed for Write if no RSS enabled
5556
* ``CheckAccess``: default ``True``. Allowed for Check if no RSS enabled

0 commit comments

Comments
 (0)