mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08: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>
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
## 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
|