Compare commits
2 commits
9ace5e7cd8
...
658bf36861
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
658bf36861 | ||
| 8fa8cfebc8 |
1 changed files with 2 additions and 4 deletions
|
|
@ -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]:
|
||||
Loading…
Reference in a new issue