From 805735ff23a54e495ef98e56eb121c646b045181 Mon Sep 17 00:00:00 2001 From: Lea <12768489+lemora@users.noreply.github.com> Date: Wed, 27 Sep 2023 17:47:54 +0200 Subject: [PATCH] book: remove v6.2 references in HA chapter --- .../main/markdown/cookbook-ha-with-replicable-services.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/TheBook/src/main/markdown/cookbook-ha-with-replicable-services.md b/docs/TheBook/src/main/markdown/cookbook-ha-with-replicable-services.md index 2bbcaba042e..16348d0e7d5 100644 --- a/docs/TheBook/src/main/markdown/cookbook-ha-with-replicable-services.md +++ b/docs/TheBook/src/main/markdown/cookbook-ha-with-replicable-services.md @@ -107,7 +107,7 @@ suffix (although they internally are represented with an `@local` suffix). E.g. `PnfsManager@namespaceDomain` is a fully qualified cell address and identifies a specific cell instance, while `PnfsManager` is a logical address. -In dCache 6.2, many -- although not all -- services are replicable. A +In dCache, many -- although not all -- services are replicable. A replicable service is one that supports the above separation between a logical address and a physical address and which supports having several physical instances use the same logical address. One may recognize replicable services by @@ -127,7 +127,7 @@ route delete PnfsManager PnfsManager@namespaceDomain After this, no new requests will reach that `pnfsmanager` instance and once the service is idle it may be shut down. -The following is a list of critical replicable services in dCache 6.2. +The following is a list of critical replicable services in dCache. ### `spacemanager` @@ -156,7 +156,6 @@ ha get role ha show participants ``` - ### `srmmanager` Srmmanager is fully replicable. Several instance must have separate databases. @@ -201,7 +200,7 @@ Non-critical services will not directly affect transfers in case of unavailabilty. As such, it may be unnecessary to replicate these services if the primary interest is rolling upgrades. -The following is a list of non-critical replicable services in dCache 6.2. +The following is a list of non-critical replicable services in dCache. ### `billing`