summary refs log tree commit diff
path: root/nixos
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
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')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml13
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 15 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>
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 5e379ad6fd1..12e1a938433 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -183,3 +183,5 @@ pt-services.clipcat.enable).
   - NSS modules which should come after `dns` should use mkAfter.
 
 - The [networking.wireless.iwd](options.html#opt-networking.wireless.iwd.enable) module has a new [networking.wireless.iwd.settings](options.html#opt-networking.wireless.iwd.settings) option.
+
+- The [services.syncoid.enable](options.html#opt-services.syncoid.enable) 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 `zfs allow your-pool-name` and use `zfs unallow syncoid your-pool-name` to clean this up.