Skip to content

Commit 6da5aac

Browse files
committed
docs: removed some old update notices
1 parent c1eba94 commit 6da5aac

File tree

10 files changed

+2
-32
lines changed

10 files changed

+2
-32
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/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

docs/source/DeveloperGuide/Overview/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ Interfaces
112112
control the ongoing tasks. The Web interfaces are based on the DIRAC Web Portal framework which ensures
113113
secure access to the system service using X509 certificates loaded into the user browsers.
114114

115-
.. versionadded:: 8.0
116115
DIRAC also has the ability to implement additional interfaces based on the http protocol, see :ref:`apis`.
117116

118117
DIRAC Framework

docs/source/UserGuide/GettingStarted/GettingUserIdentity/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ If another non-default user group is needed, the command becomes::
5454

5555
where ``user_group`` is the desired DIRAC group name for which the user is entitled.
5656

57-
.. versionadded:: 8.0
58-
added the possibility to generate proxy with new `dirac-login` command, use *--help* switch for more information. E.g.: dirac-login <user_group>
59-
6057
Token authorization
6158
-------------------
6259

docs/source/UserGuide/Tutorials/JobManagementAdvanced/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ using the "setNumberOfProcessors" method of the API::
345345
Calling ``Job().setNumberOfProcessors()``, with a value bigger than 1,
346346
will translate into adding also the "MultiProcessor" tag to the job description.
347347

348-
.. versionadded:: v6r20p5
349-
350348
Users can specify in the job descriptions NumberOfProcessors and WholeNode parameters, e.g.::
351349

352350
NumberOfProcessors = 16;

src/DIRAC/DataManagementSystem/Agent/FTS3Agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""
2-
.. versionadded:: v6r20
3-
42
FTS3Agent implementation.
53
It is in charge of submitting and monitoring all the transfers. It can be duplicated.
64

src/DIRAC/TransformationSystem/Agent/RequestTaskAgent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
* The options *SubmitTasks*, *MonitorTasks*, *MonitorFiles*, and *CheckReserved*
1313
need to be assigned any non-empty value to be activated
1414
15-
* .. versionadded:: v6r20p5
16-
1715
It is possible to run the RequestTaskAgent without a *shifterProxy* or
1816
*ShifterCredentials*, in this case the credentials of the authors of the
1917
transformations are used to submit the jobs to the RMS. This enables the use of

src/DIRAC/TransformationSystem/Agent/WorkflowTaskAgent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
The options *SubmitTasks*, *MonitorTasks*, *MonitorFiles*, and *CheckReserved*
1212
need to be assigned any non-empty value to be activated
1313
14-
* .. versionadded:: v6r20p5
15-
1614
It is possible to run the RequestTaskAgent without a *shifterProxy* or
1715
*ShifterCredentials*, in this case the credentials of the authors of the
1816
transformations are used to submit the jobs to the RMS. This enables the use of

0 commit comments

Comments
 (0)