forked from third-party-mirrors/zfs_autobackup
Fix missing :
This commit is contained in:
parent
3f1696024e
commit
a331dab20f
@ -218,7 +218,7 @@ class ZfsNode(ExecuteNode):
|
|||||||
# create consistent snapshot per pool
|
# create consistent snapshot per pool
|
||||||
for (pool_name, snapshots) in pools.items():
|
for (pool_name, snapshots) in pools.items():
|
||||||
cmd = ["zfs", "snapshot"]
|
cmd = ["zfs", "snapshot"]
|
||||||
for snapshot_property in set_snapshot_properties
|
for snapshot_property in set_snapshot_properties:
|
||||||
cmd += ['-o', snapshot_property]
|
cmd += ['-o', snapshot_property]
|
||||||
|
|
||||||
cmd.extend(map(lambda snapshot_: str(snapshot_), snapshots))
|
cmd.extend(map(lambda snapshot_: str(snapshot_), snapshots))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user