Compare commits

..

2 commits

Author SHA1 Message Date
Benson Chu
658bf36861 unstablePkgs should allow unfree 2026-04-11 19:26:46 -05:00
8fa8cfebc8 Fixup bug with zfs replication 2026-04-11 19:26:46 -05:00

View file

@ -1,8 +1,6 @@
diff --git a/zfs/replicate/filesystem/list.py b/zfs/replicate/filesystem/list.py
index 5e892e6..f33e11e 100644
--- a/zfs/replicate/filesystem/list.py
+++ b/zfs/replicate/filesystem/list.py
@@ -42,2 +42,2 @@ def list( # pylint: disable=W0622
@@ -42,4 +42,4 @@ def list( # pylint: disable=W0622
def _list(filesystem: FileSystem) -> str:
options = ["-H", "-o name,readonly", "-t filesystem,volume", "-r"]
@ -10,4 +8,4 @@ index 5e892e6..f33e11e 100644
+ return f"/usr/bin/env zfs list {' '.join(options)} '{filesystem.name}'"
def _filesystems(zfs_list_output: bytes) -> List[FileSystem]:
def _filesystems(zfs_list_output: bytes) -> List[FileSystem]: