mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00

The Device, Type, Copy and Options keys are now supported in quadlet .volume files. This allows users to create filesystem based volumes with quadlets .volume files. Signed-off-by: Ingo Becker <ingo@orgizm.net> Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
## assert-key-contains Service ExecStart " --opt o=uid=0,gid=11,rw,compress=zstd "
|
|
## assert-key-contains Service ExecStart " --opt type=btrfs "
|
|
## assert-key-contains Service ExecStart " --opt device=/dev/vda1 "
|
|
## assert-key-contains Service ExecStart " --opt nocopy "
|
|
|
|
[Volume]
|
|
# Test usernames too
|
|
User=root
|
|
Group=11
|
|
Device=/dev/vda1
|
|
Type=btrfs
|
|
Options=rw,compress=zstd
|
|
Copy=no
|