Skip to content

Commit 9343151

Browse files
authored
Merge pull request #8007 from fstagni/90_docs_update
[9.0] docs updates
2 parents ae0c367 + b76ef47 commit 9343151

File tree

25 files changed

+7
-2235
lines changed

25 files changed

+7
-2235
lines changed

docs/source/AdministratorGuide/Resources/storage.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ Multi Protocol with FTS
354354
External services like FTS requires pair of URLs to perform third party copy.
355355
This is implemented using the same logic as described above. There is however an extra step: once the common protocols between 2 SEs have been filtered, an extra loop filter is done to make sure that the selected protocol can be used as read from the source and as write to the destination. Finally, the URLs which are returned are not necessarily the url of the common protocol, but are the native urls of the plugin that can accept/generate the common protocol. For example, if the common protocol is gsiftp but one of the SE has only an SRM plugin, then you will get an srm URL (which is compatible with gsiftp).
356356

357-
358-
.. versionadded:: v7r1p37
359-
The FTS3Agent can now use plugins to influence the list of TPC protocols used. See :ref:`fts3`
357+
The FTS3Agent can use plugins to influence the list of TPC protocols used. See :ref:`fts3`
360358

361359

362360
MultiHop support

docs/source/AdministratorGuide/ServerInstallations/environment_variable_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ DIRAC_NO_CFG
5858
If set to anything, cfg files on the command line must be passed to the command using the --cfg option.
5959

6060
DIRAC_USE_JSON_ENCODE
61-
Controls the transition to JSON serialization. See the information in :ref:`jsonSerialization` page (default=Yes since 8.1)
61+
Controls the transition to JSON serialization (default=Yes since 9.0)
6262

6363
DIRAC_ROOT_PATH
6464
If set, overwrites the value of DIRAC.rootPath.

docs/source/AdministratorGuide/Systems/DataManagement/fts3.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
FTS3 support in DIRAC
55
---------------------
66

7-
.. versionadded:: v6r20
8-
97
.. contents:: Table of contents
108
:depth: 2
119

@@ -148,10 +146,6 @@ The FTS3Operation goes to ``Processed`` when all the files are in a final state,
148146
FTS3 Plugins
149147
------------
150148

151-
.. versionadded:: v7r1p37
152-
The ``FTS3Plugin`` option
153-
154-
155149
The ``FTS3Plugin`` option allows one to specify a plugin to alter some default choices made by the FTS3 system. These choices concern:
156150

157151
* the list of third party protocols used
@@ -165,8 +159,6 @@ This can be useful if you want to implement a matrix-like selection of protocols
165159
MultiHop support
166160
----------------
167161

168-
.. versionadded:: v7r3p21
169-
170162
.. |trade| unicode:: U+2122
171163

172164
.. warning::

docs/source/AdministratorGuide/Systems/DataManagement/s3.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
S3 support in DIRAC
55
-------------------
66

7-
.. versionadded:: v7r0p19
8-
97
.. contents:: Table of contents
108
:depth: 2
119

docs/source/AdministratorGuide/Systems/Transformation/index.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ Within the TS a user can (for example):
4646

4747
Disadvantages:
4848

49-
- For very large installations, the submission may be perceived as slow, since there is no use (not yet) of Parametric jobs.
50-
51-
.. versionadded:: v6r20p3
52-
Bulk submission of jobs is working for the transformations, so job submission can be sped up considerably.
49+
- For very large installations, the submission may be perceived as slow, since there is no use (not yet) of Parametric jobs. Bulk submission of jobs is working for the transformations, so job submission can be sped up considerably.
5350

5451
Several improvements have been made in the TS to handle scalability, and extensibility issues.
5552
While the system structure remains intact, "tricks" like threading and caching have been extensively applied.
@@ -691,9 +688,6 @@ Multi VO Configuration
691688
----------------------
692689

693690

694-
695-
.. versionadded:: v6r20p5
696-
697691
There are two possibilities to configure the agents of the transformation system for the use in a multi VO installation.
698692

699693
- Use the same WorkflowTaskAgent and RequestTaskAgents for multiple VOs, no

0 commit comments

Comments
 (0)