Roblox / nomad-driver-containerd

Nomad task driver for launching containers using containerd.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support bind mount propagation mode

alemonmk opened this issue · comments

In hashicorp/nomad#13229 (comment) and hashicorp/nomad#13229 (comment) I found out that the lack of passing through bind propagation mode breaks CSI drivers that stage volumes in their container first before publishing. Implementing it should unbreak these drivers.