Mark data volume as multi-node-multi-writer

This commit is contained in:
Daniel Berteaud 2024-01-14 23:02:45 +01:00
parent fd84e0ad42
commit 098ae4a8bb
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ job "immich" {
volume "data" {
source = "immich-data"
type = "csi"
access_mode = "single-node-writer"
access_mode = "multi-node-multi-writer"
attachment_mode = "file-system"
}

View File

@ -87,6 +87,7 @@ immich:
data:
type: csi
source: '[[ .instance ]]-data'
access_mode: multi-node-multi-writer
# The microservices do the bulk of media handling (thumbnails etc.)
microservices: