Skip to content

Commit

Permalink
Remove ZFS from list of filesystems that do not support overlayfs
Browse files Browse the repository at this point in the history
It seems that ZFS has gained for overlayfs in
openzfs/zfs#9414

Furthermore, such a change should not be mixed in with the cgroups
changes.
  • Loading branch information
PhilippWendler committed Mar 17, 2023
1 parent 2efefe1 commit b5e8d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchexec/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ def determine_directory_mode(dir_modes, path, fstype=None):
or fstype == b"autofs"
or fstype == b"vfat"
or fstype == b"ntfs"
or fstype == b"zfs"
)
):
# Overlayfs does not support these as underlying file systems.
Expand Down

0 comments on commit b5e8d62

Please sign in to comment.