Compare commits

..

1 commit

Author SHA1 Message Date
dev-qwen2
494958f97a fix: [nomad-step-3] S3-fix-3 — host-volume dirs need 0777 for non-root containers (#953)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline was successful
2026-04-17 09:51:13 +00:00

View file

@ -282,8 +282,6 @@ for d in "${HOST_VOLUME_DIRS[@]}"; do
log "creating: ${d}"
install -d -m 0777 -o root -g root "$d"
fi
# Ensure correct permissions (fixes pre-existing 0755 dirs on re-run)
chmod 0777 "$d"
done
# ── Step 5/9: /etc/nomad.d/server.hcl + client.hcl ───────────────────────────