about summary refs log tree commit diff
path: root/nixos/tests/zfs.nix
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2023-10-14 08:18:46 -0400
committerAdam Stephens <adam@valkor.net>2023-10-21 12:16:31 -0400
commit1a81fe0cc89a4eb7c28c7a6b376700c9af869709 (patch)
tree9ae84d3352f8743b1f175c9f980f9482445fcf47 /nixos/tests/zfs.nix
parentea0dcd0ae14b99c5740acc7a1b874ea4446cb5be (diff)
zfs: 2.1.13 -> 2.2.0
Diffstat (limited to 'nixos/tests/zfs.nix')
-rw-r--r--nixos/tests/zfs.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/tests/zfs.nix b/nixos/tests/zfs.nix
index 800f5e43cd15c..3454fbaf78fe5 100644
--- a/nixos/tests/zfs.nix
+++ b/nixos/tests/zfs.nix
@@ -113,8 +113,6 @@ let
       };
 
       testScript = ''
-        # TODO: Remove this when upgrading stable to zfs 2.2.0
-        unstable = ${if enableUnstable then "True" else "False"};
         machine.wait_for_unit("multi-user.target")
         machine.succeed(
             "zpool status",
@@ -136,8 +134,6 @@ let
             machine.crash()
             machine.wait_for_unit("multi-user.target")
             machine.succeed("zfs set sharesmb=on rpool/shared_smb")
-            if not unstable:
-                machine.succeed("zfs share rpool/shared_smb")
             machine.succeed(
                 "smbclient -gNL localhost | grep rpool_shared_smb",
                 "umount /tmp/mnt",