eliot icon indicating copy to clipboard operation
eliot copied to clipboard

Bugfix containerd connection

Open denisbusse opened this issue 5 years ago • 0 comments

Hi,

Connetion to the current master version of eliotd failed with: FATA[0060] rpc error: code = Unknown desc = Unable to create connection to containerd: failed to dial "overlayfs": context deadline exceeded

This is caused (in my huble opinion) by a wrong argument order in GetRuntimeClient (utils.go) calling runtime.NewContainerdClient. Argument snapshotter and containerd-path are the two switched ones.

By apply the patch, the error is gone and the master version works like a charm.

denisbusse avatar Nov 27 '18 00:11 denisbusse