Skip to content

Commit

Permalink
Book: Move HA transfer-man. section out of srm-man.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemora authored Apr 15, 2024
1 parent aff6ed2 commit 8f1a8aa
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ a client may see a token as `fb1991c5:-1093540442`, where `fb1991c5` is a
backend indentifier and `-1093540442` is the backend token. One may map the
backend identifier to an instance through ZooKeeper:

### `transfermanager`

Transfermanager is fully replicable. Several instances must share the same
database as requests will be load balanced over all instances. The configuration
should be synchronized such that all instances are configured the same way.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\c System
zk get /dcache/srm/backends/fb1991c5
Expand All @@ -188,6 +182,12 @@ useful to provide VO specific configuration. In such a setup one would have VO
specific `srm` frontends, each configured to talk to a specific logical backend
(which in turn may be implemented by several physical instances).

### `transfermanager`

Transfermanager is fully replicable. Several instances must share the same
database as requests will be load balanced over all instances. The configuration
should be synchronized such that all instances are configured the same way.

### `pnfsmanager`

Pnfsmanager is fully replicable. Several instances must share the same database
Expand Down

0 comments on commit 8f1a8aa

Please sign in to comment.