Adding suggested additional config to help with iscsi volumes being formatted each time they're mounted re: #215 |
||
|---|---|---|
| .. | ||
| examples | ||
| README.md | ||
README.md
setup
cat <<EOF > /etc/nomad.d/csi.hcl
plugin "docker" {
config {
allow_privileged = true
volumes {
# required for bind mounting host directories
enabled = true
}
}
}