mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 04:09:36 +00:00
This makes sure that the volume source is available before the volume is created. Fixes: https://github.com/containers/podman/issues/26125 Signed-off-by: Hiếu Lê <leorize+oss@disroot.org>
9 lines
302 B
Text
9 lines
302 B
Text
## assert-key-contains Service ExecStart " --opt type=bind "
|
|
## assert-key-contains Service ExecStart " --opt device=/var/lib/data "
|
|
## assert-key-contains Service ExecStart " --opt nocopy "
|
|
## assert-key-contains Unit RequiresMountsFor "/var/lib/data"
|
|
|
|
[Volume]
|
|
Device=/var/lib/data
|
|
Type=bind
|
|
Copy=no
|