Skip to content

Commit

Permalink
docs: RSS is always active now
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Aug 30, 2024
1 parent 046dd7e commit aa1f4fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions dirac.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -817,10 +817,6 @@ Resources
BackendType = eos # backend type of storage element
SEType = T0D1 # Tape or Disk SE
UseCatalogURL = True # used the stored url or generate it (default False)
ReadAccess = True # Allowed for Read if no RSS enabled
WriteAccess = True # Allowed for Write if no RSS enabled
CheckAccess = True # Allowed for Check if no RSS enabled
RemoveAccess = True # Allowed for Remove if no RSS enabled
OccupancyLFN = /lhcb/storageDetails.json # Json containing occupancy details
SpaceReservation = LHCb-EOS # Space reservation name if any. Concept like SpaceToken
ArchiveTimeout = 84600 # Timeout for the FTS archiving
Expand Down
4 changes: 0 additions & 4 deletions docs/source/AdministratorGuide/Resources/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ Configuration options are:
* ``UseCatalogURL``: default ``False``. If ``True``, use the url stored in the catalog instead of regenerating it
* ``ChecksumType``: default ``ADLER32``. NOT ACTIVE !
* ``Alias``: when set to the name of another storage element, it instanciates the other SE instead.
* ``ReadAccess``: default ``True``. Allowed for Read if no RSS enabled (:ref:`activateRSS`)
* ``WriteAccess``: default ``True``. Allowed for Write if no RSS enabled
* ``CheckAccess``: default ``True``. Allowed for Check if no RSS enabled
* ``RemoveAccess``: default ``True``. Allowed for Remove if no RSS enabled
* ``OccupancyLFN``: default (``/<vo>/occupancy.json``). LFN where the json file containing the space reporting is to be found
* ``OccupancyPlugin``: default (``empty``). Plugin to find the occupancy of a given storage.
* ``SpaceReservation``: just a name of a zone of the physical storage which can have some space reserved. Extends the SRM ``SpaceToken`` concept.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
Installation
============

This page describes the basic steps to install, configure, activate and start using the ResourceStatus system of DIRAC.

*WARNING*: If you have doubts about the success of any step, DO NOT ACTIVATE RSS.
This page describes the basic steps to install, configure and start using the ResourceStatus system of DIRAC.

----------------
CS Configuration
Expand Down Expand Up @@ -110,8 +108,6 @@ If is there any SE to be modified, you can do it as follows::
# This matches all StatusTypes
$ dirac-rss-set-status --element Resource --name CERN-USER --status Active --reason "Why not?"

.. _activateRSS:


------
Agents
Expand Down

0 comments on commit aa1f4fb

Please sign in to comment.