瀏覽代碼

Merge pull request #45781 from neersighted/c8d_stargz_refcount

Sebastiaan van Stijn 2 年之前
父節點
當前提交
b3843992fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/snapshotter/mount.go

+ 1 - 1
daemon/snapshotter/mount.go

@@ -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