summary refs log tree commit diff
path: root/nixos/doc/manual/from_md/release-notes
diff options
context:
space:
mode:
authorElis Hirwing <elis@hirwing.se>2021-07-26 09:26:02 +0200
committerElis Hirwing <elis@hirwing.se>2021-07-26 11:05:48 +0200
commitbd263441e227e9fa3022abc518504c7b6086b413 (patch)
tree1140846cd6623cf6e141914c3d675e0324bdc263 /nixos/doc/manual/from_md/release-notes
parenta9d29a1d0ddaad92dd0db5fa913ff714f0e37ebe (diff)
downloadnixpkgs-bd263441e227e9fa3022abc518504c7b6086b413.tar
nixpkgs-bd263441e227e9fa3022abc518504c7b6086b413.tar.gz
nixpkgs-bd263441e227e9fa3022abc518504c7b6086b413.tar.bz2
nixpkgs-bd263441e227e9fa3022abc518504c7b6086b413.tar.lz
nixpkgs-bd263441e227e9fa3022abc518504c7b6086b413.tar.xz
nixpkgs-bd263441e227e9fa3022abc518504c7b6086b413.tar.zst
nixpkgs-bd263441e227e9fa3022abc518504c7b6086b413.zip
nixos/rl-notes/21.11: Add note about remaining syncoid permissions
Diffstat (limited to 'nixos/doc/manual/from_md/release-notes')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index f573f731365..9dd98a5262f 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -702,6 +702,19 @@
           option.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          The
+          <link xlink:href="options.html#opt-services.syncoid.enable">services.syncoid.enable</link>
+          module now properly drops ZFS permissions after usage. Before
+          it delegated permissions to whole pools instead of datasets
+          and didn’t clean up after execution. You can manually look
+          this up for your pools by running
+          <literal>zfs allow your-pool-name</literal> and use
+          <literal>zfs unallow syncoid your-pool-name</literal> to clean
+          this up.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
 </section>