summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-08-12 17:11:28 +0200
committerGitHub <noreply@github.com>2020-08-12 17:11:28 +0200
commit2c0034d5fbcb1b6b511a2369329a2446c84bf884 (patch)
tree26e475631ddd5188f4ed36491897956ae5e57ee6 /nixos/doc
parent4be77bec94eeae6b77d1e1775f364a38d5887109 (diff)
parentb3c794d610b974f1b20d8f243a7f4ea9a92d73bf (diff)
downloadnixpkgs-2c0034d5fbcb1b6b511a2369329a2446c84bf884.tar
nixpkgs-2c0034d5fbcb1b6b511a2369329a2446c84bf884.tar.gz
nixpkgs-2c0034d5fbcb1b6b511a2369329a2446c84bf884.tar.bz2
nixpkgs-2c0034d5fbcb1b6b511a2369329a2446c84bf884.tar.lz
nixpkgs-2c0034d5fbcb1b6b511a2369329a2446c84bf884.tar.xz
nixpkgs-2c0034d5fbcb1b6b511a2369329a2446c84bf884.tar.zst
nixpkgs-2c0034d5fbcb1b6b511a2369329a2446c84bf884.zip
Merge pull request #91938 from spacefrogg/openafs-1.6-deprecation
openafs: 1.6.23 -> 1.6.24, mark broken due to EOL
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index ae9d6064f32..85679e48272 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -528,6 +528,46 @@ systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/www" ];
    <listitem>
     <para>
      In the <literal>resilio</literal> module, <xref linkend="opt-services.resilio.httpListenAddr"/> has been changed to listen to <literal>[::1]</literal> instead of <literal>0.0.0.0</literal>.
+     </para>
+   </listitem>
+   <listitem>
+    <para>
+     Users of <link xlink:href="http://openafs.org">OpenAFS 1.6</link> must
+     upgrade their services to OpenAFS 1.8! In this release, the OpenAFS package
+     version 1.6.24 is marked broken but can be used during transition to
+     OpenAFS 1.8.x. Use the options
+     <option>services.openafsClient.packages.module</option>,
+     <option>services.openafsClient.packages.programs</option> and
+     <option>services.openafsServer.package</option> to select a different
+     OpenAFS package. OpenAFS 1.6 will be removed in the next release. The
+     package <literal>openafs</literal> and the service options will then
+     silently point to the OpenAFS 1.8 release.
+    </para>
+    <para>
+     See also the OpenAFS <link
+     xlink:href="http://docs.openafs.org/AdminGuide/index.html">Administrator
+     Guide</link> for instructions. Beware of the following when updating
+     servers:
+     <itemizedlist>
+      <listitem>
+       <para>
+       The storage format of the server key has changed and the key must be converted before running the new release.
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+       When updating multiple database servers, turn off the database servers
+       from the highest IP down to the lowest with resting periods in
+       between. Start up in reverse order. Do not concurrently run database
+       servers working with different OpenAFS releases!
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+       Update servers first, then clients.
+       </para>
+      </listitem>
+     </itemizedlist>
     </para>
    </listitem>
    <listitem>