Support per_alloc for volumes

This commit is contained in:
Daniel Berteaud 2024-01-16 15:48:42 +01:00
parent e0cd97b3fa
commit 6c774876c1

View File

@ -8,6 +8,9 @@
[[- if ne $v.type "host" ]]
access_mode = "[[ if has $v "access_mode" ]][[ $v.access_mode ]][[ else ]]single-node-writer[[ end ]]"
attachment_mode = "file-system"
[[- end ]]
[[- if and (has $v "per_alloc") ($v.per_alloc) ]]
per_alloc = true
[[- end ]]
}