Skip to content

Commit

Permalink
Merge pull request moby#45781 from neersighted/c8d_stargz_refcount
Browse files Browse the repository at this point in the history
  • Loading branch information
thaJeztah committed Jun 21, 2023
2 parents 5ff7be3 + 21c0a54 commit b384399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/snapshotter/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
const mountsDir = "rootfs"

// List of known filesystems that can't be re-mounted or have shared layers
var refCountedFileSystems = []string{"overlayfs", "zfs", "fuse-overlayfs"}
var refCountedFileSystems = []string{"fuse-overlayfs", "overlayfs", "stargz", "zfs"}

// Mounter handles mounting/unmounting things coming in from a snapshotter
// with optional reference counting if needed by the filesystem
Expand Down

0 comments on commit b384399

Please sign in to comment.