Skip to content

Commit f6fe3ab

Browse files
committed
Jens runs on AlmaLinux8 too
1 parent 3bf859d commit f6fe3ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

INSTALL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -448,15 +448,15 @@ via a cronjob subsequent runs can't overlap. This is because of our deployment,
448448
detailed in the following paragraphs.
449449

450450
Currently, the deployment at CERN relies on several Jens instances on
451-
top of different virtual machines running CentOS Stream 8 with
452-
different update frequencies writing the `clone` and `environments`
453-
data to the same NFS share but on different directories (whose name is
454-
based on the FQDN of the Jens node in question). One is the primary
455-
instance that runs jens-update every minute and the rest are satellite
456-
instances that do it less often (frequently enough to not to overload
457-
our internal Git service and to have a relatively up-to-date tree of
458-
environments that could be taken to the "HEAD" state quickly if a node
459-
had to take over).
451+
top of different virtual machines running CentOS Stream 8 and
452+
AlmaLinux 8 with different update frequencies writing the `clone` and
453+
`environments` data to the same NFS share but on different directories
454+
(whose name is based on the FQDN of the Jens node in question). One is
455+
the primary instance that runs jens-update every minute and the rest
456+
are satellite instances that do it less often (frequently enough to
457+
not to overload our internal Git service and to have a relatively
458+
up-to-date tree of environments that could be taken to the "HEAD"
459+
state quickly if a node had to take over).
460460

461461
This allows a relatively quick but manual fail over mechanism in case of
462462
primary node failure, which consists of: electing a new primary node so the new

0 commit comments

Comments
 (0)