You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…s mount
Currently, the sporadic "mount_nullfs: /path/to/rootfs: resource
deadlock avoided" error occurs during containerd shim task creation.
The exact reason for this error is unknown, but a mounter that
executes the system call instead of running a shell command seems to
fix the problem.
This change replaces the containerd's mounter with `moby/sys/mount`
containerd shim sporadically fails to mount the rootfs [1, 2].
The error originates within the containerd mounter during the shell command execution:
The text was updated successfully, but these errors were encountered: