Don't recursively snapshot ZFS datasets, since we're not mounting them recursively (#261).
This commit is contained in:
parent
8de7094691
commit
b45b62cd38
@ -91,7 +91,6 @@ def snapshot_dataset(zfs_command, full_snapshot_name): # pragma: no cover
|
||||
(
|
||||
zfs_command,
|
||||
'snapshot',
|
||||
'-r',
|
||||
full_snapshot_name,
|
||||
),
|
||||
output_log_level=logging.DEBUG,
|
||||
@ -202,7 +201,6 @@ def destroy_snapshot(zfs_command, full_snapshot_name): # pragma: no cover
|
||||
(
|
||||
zfs_command,
|
||||
'destroy',
|
||||
'-r',
|
||||
full_snapshot_name,
|
||||
),
|
||||
output_log_level=logging.DEBUG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user