Skip to content

Commit f2747f5

Browse files
committed
fix: removed mentions of old FTS system
1 parent 657fd77 commit f2747f5

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

dirac.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,6 @@ Operations
10381038
WriteProtocols = srm
10391039
WriteProtocols += dips
10401040
# FTS related options. See http://dirac.readthedocs.io/en/latest/AdministratorGuide/Systems/DataManagement/fts.html
1041-
FTSVersion = FTS3 # should only be that...
10421041
FTSPlacement
10431042
{
10441043
FTS3

docs/source/AdministratorGuide/Configuration/ConfReference/Operations/DataManagement/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Operations / DataManagement
1717
* WriteProtocols (['srm', 'dips']): list of the possible protocols to be used to perform the write and remove operations. Overwritten at the level of a StorageElement configuration.
1818
* AllowUserReplicaManagement (False): if set to True, clients without the FileCatalogManagement property can use the dirac-dms-remove-catalog-* commands to manipulate the file catalog.
1919
* ForceIndexedMetadata (False): if True disables implicit creation of non-indexed Metadata.
20-
* FTSVersion (FTS2): version of FTS to use. Possibilities: FTS3 or FTS2 (deprecated)
2120
* FTSPlacement section:
2221

2322
- FTS3 section:

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@ In order for the transfers to be submitted to the FTS system, the following opti
4242

4343
* ``FTSMode`` must be True
4444
* ``FTSBannedGroups`` should contain the list of groups for which you'd rather do direct transfers.
45-
* ``UseNewFTS3`` should be True in order to use this new FTS system (soon to be deprecated)
4645

4746
========================
4847
Operations configuration
4948
========================
5049

51-
* DataManagement/FTSVersion: FTS2/FTS3. Set it to FTS3...
5250
* DataManagement/FTSPlacement/FTS3/ServerPolicy: Policy to choose the FTS server see `FTSServer policy`_.
5351
* DataManagement/FTSPlacement/FTS3/FTS3Plugin: Plugin to alter the behavior of the FTS3Agent
5452

src/DIRAC/RequestManagementSystem/ConfigTemplate.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Agents
7070
{
7171
Location = DIRAC/DataManagementSystem/Agent/RequestOperations/ReplicateAndRegister
7272
FTSMode = False
73-
UseNewFTS3 = True
7473
FTSBannedGroups = dirac_user, lhcb_user
7574
LogLevel = INFO
7675
MaxAttempts = 256

0 commit comments

Comments
 (0)