Skip to content

Commit

Permalink
properties: report that remote transfer manager is replicable
Browse files Browse the repository at this point in the history
Motivation:

Commit 62de9e9 added support for multiple RemoteTransferManager services, which allows for high-availability deployments when the WebDAV door and all RemoteTransferManager services are upgraded to support this new feature.
However, dCache still reports that RemoteTransferManager is not replicable.

Modification:
Result:

dCache now reports RemoteTransferManager as being replicable.

Target: master
Request: 8.1
Request: 8.0
Request: 7.2
Requires-notes: no
Requires-book: no
Patch: https://rb.dcache.org/r/13632/
Acked-by: Paul Millar
  • Loading branch information
lemora committed Aug 8, 2022
1 parent d8f4a59 commit 408fc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/share/defaults/transfermanagers.properties
Expand Up @@ -29,7 +29,7 @@ transfermanagers.cell.consume = ${transfermanagers.cell.name}
#
# This property indicates if this service is replicable.
#
(immutable)transfermanagers.cell.replicable = false
(immutable)transfermanagers.cell.replicable = true

# Timeout for pool requests
transfermanagers.service.pool.timeout = 300
Expand Down

0 comments on commit 408fc0f

Please sign in to comment.