Skip to content

Commit b3387e9

Browse files
thaJeztahTibor Vass
authored andcommitted
fix "overlay" -> "overlay2" in error message
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 2d4b285)
1 parent 42f4455 commit b3387e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daemon/graphdriver/overlay2/overlay.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ func Init(home string, options []string, uidMaps, gidMaps []idtools.IDMap) (grap
114114
backingFs = fsName
115115
}
116116

117-
// check if they are running over btrfs, aufs, zfs or overlay
117+
// check if they are running over btrfs, aufs, zfs, overlay, or ecryptfs
118118
switch fsMagic {
119119
case graphdriver.FsMagicBtrfs, graphdriver.FsMagicAufs, graphdriver.FsMagicZfs, graphdriver.FsMagicOverlay, graphdriver.FsMagicEcryptfs:
120-
logrus.Errorf("'overlay' is not supported over %s", backingFs)
120+
logrus.Errorf("'overlay2' is not supported over %s", backingFs)
121121
return nil, graphdriver.ErrIncompatibleFS
122122
}
123123

0 commit comments

Comments
 (0)