From 1834e4498acc6c21236fda69eb51d0b6f0d09aa1 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Fri, 22 Apr 2022 15:32:46 +0200
Subject: [PATCH] Add page for CS9

---
 docs/distributions/cs9.md | 15 +++++++++++++++
 mkdocs.yml                |  1 +
 2 files changed, 16 insertions(+)
 create mode 100644 docs/distributions/cs9.md

diff --git a/docs/distributions/cs9.md b/docs/distributions/cs9.md
new file mode 100644
index 0000000..85d53c3
--- /dev/null
+++ b/docs/distributions/cs9.md
@@ -0,0 +1,15 @@
+# CentOS Stream 9
+
+## Practical info
+
+!!! danger ""
+    Upstream support : End of RHEL9 “full support” phase (Estimated 2027)
+
+CentOS Stream 9's updates work the same way as [CS8](cs8.md), check that page
+for the full details. Some key differences are:
+
+  * The [Nomad job](https://gitlab.cern.ch/linuxsupport/cronjobs/stream9_snapshots/)
+  * Creates snapshots in `/mnt/data1/dist/cern/centos/s9-snapshots/`
+  * Maintains the symlinks from `s9` and `s9-testing`, etc.
+  * Freeze file is `.freeze.s9all`
+  * Forced update file is `.forcemove.s9`
diff --git a/mkdocs.yml b/mkdocs.yml
index d1d4046..ea610b8 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -25,6 +25,7 @@ nav:
     - 'Distributions':
         - 'CC7': distributions/cc7.md
         - 'CS8': distributions/cs8.md
+        - 'CS9': distributions/cs9.md
         - 'Docker images': distributions/docker.md
         - 'OpenStack': distributions/openstack.md
         - 'Architecture': distributions/architecture.md
-- 
GitLab