github.com/containers/podman/v5@v5.1.0-rc1/test/e2e/quadlet/device-copy.volume (about)

     1  ## assert-key-contains Service ExecStart " --opt o=uid=0,gid=11,rw,compress=zstd "
     2  ## assert-key-contains Service ExecStart " --opt type=btrfs "
     3  ## assert-key-contains Service ExecStart " --opt device=/dev/vda1 "
     4  ## assert-key-contains Service ExecStart " --opt copy "
     5  
     6  [Volume]
     7  # Test usernames too
     8  User=root
     9  Group=11
    10  Device=/dev/vda1
    11  Type=btrfs
    12  Options=rw,compress=zstd
    13  Copy=yes