Skip to content

Commit

Permalink
overlayfs: more helpful output when not supported
Browse files Browse the repository at this point in the history
based on moby#7619 (comment)

Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed Nov 19, 2014
1 parent 660eada commit 3287ca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/graphdriver/overlayfs/overlayfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func supportsOverlayfs() error {
return nil
}
}
log.Error("'overlayfs' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlayfs support loaded.")
return graphdriver.ErrNotSupported
}

Expand Down

0 comments on commit 3287ca1

Please sign in to comment.