diff --git a/fs/fs.go b/fs/fs.go index 4dfa4e80..f4a61591 100644 --- a/fs/fs.go +++ b/fs/fs.go @@ -283,7 +283,7 @@ func (self *RealFsInfo) addCrioImagesLabel(context Context, mounts []*mount.Info crioImagePaths := map[string]struct{}{ "/": {}, } - for _, dir := range []string{"overlay", "overlay2"} { + for _, dir := range []string{"devicemapper", "btrfs", "aufs", "overlay", "zfs"} { crioImagePaths[path.Join(crioPath, dir+"-images")] = struct{}{} } for crioPath != "/" && crioPath != "." {