Skip to content

race condition in quadlet pod #25791

Answered by ygalblum
Xyz00777 asked this question in Q&A
Apr 4, 2025 · 2 comments · 14 replies
Discussion options

You must be logged in to vote

It seems that there's an issue with the Ansible collection (or we're missing something in understanding the doc). Let's put that aside for now and focus on the Quadlet part.
I think what you should do is remove the line that adds the --requires flag:

PodmanArgs=--requires paperless-tika,paperless-gotenberg,paperless-redis,paperless-postgresql

And instead add the service dependencies:

[Unit]
Description=A minio server container for local S3 compatible storage
After=paperless-tika.service paperless-gotenberg.service paperless-redis.service paperless-postgresql.service
Requires=paperless-tika.service paperless-gotenberg.service paperless-redis.service paperless-postgresql.service

Let's see…

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
11 replies
@ygalblum
Comment options

@Luap99
Comment options

@Xyz00777
Comment options

@ygalblum
Comment options

Answer selected by Xyz00777
@Xyz00777
Comment options

@Xyz00777
Comment options

@ygalblum
Comment options

@Xyz00777
Comment options

Comment options

You must be logged in to vote
3 replies
@Xyz00777
Comment options

@Xyz00777
Comment options

@ygalblum
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants