daemon: NewDaemon(): log message if containerd snapshotter is enabled
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d006242d73
commit
0a004fd361
1 changed files with 2 additions and 0 deletions
|
@ -982,6 +982,8 @@ func NewDaemon(ctx context.Context, config *config.Config, pluginStore *plugin.S
|
|||
}
|
||||
|
||||
if d.UsesSnapshotter() {
|
||||
logrus.Info("Starting daemon with containerd snapshotter integration enabled")
|
||||
|
||||
// FIXME(thaJeztah): implement automatic snapshotter-selection similar to graph-driver selection; see https://github.com/moby/moby/issues/44076
|
||||
if driverName == "" {
|
||||
driverName = containerd.DefaultSnapshotter
|
||||
|
|
Loading…
Add table
Reference in a new issue