Fedora ostree pruner crashlooping because of missing policy #13244

Closed
opened 2026-04-01 10:30:08 +00:00 by zlopez · 2 comments
Owner

Description of request

I was checking today why this pod is crashlooping and found out the following.

2026-04-01 10:21:51,387 INFO fedora-ostree-pruner - Running command: ['ostree', 'refs', '--repo', '/mnt/koji/ostree/repo']
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/cosmic-atomic in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/kinoite in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/sericea in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/silverblue in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/testing/cosmic-atomic in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/testing/kinoite in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/testing/sericea in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/testing/silverblue in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/cosmic-atomic in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/kinoite in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/onyx in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/sericea in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/silverblue in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/cosmic-atomic in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/kinoite in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/onyx in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,668 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/sericea in repo /mnt/koji/ostree/repo but no policy defined.
2026-04-01 10:21:51,668 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/silverblue in repo /mnt/koji/ostree/repo but no policy defined.

It seems that there is some policy missing for f44 images.

### Description of request I was checking today why this pod is crashlooping and found out the following. ``` 2026-04-01 10:21:51,387 INFO fedora-ostree-pruner - Running command: ['ostree', 'refs', '--repo', '/mnt/koji/ostree/repo'] 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/cosmic-atomic in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/kinoite in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/sericea in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/silverblue in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/testing/cosmic-atomic in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/testing/kinoite in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/testing/sericea in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/aarch64/testing/silverblue in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/cosmic-atomic in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/kinoite in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/onyx in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/sericea in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/silverblue in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/cosmic-atomic in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/kinoite in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,667 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/onyx in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,668 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/sericea in repo /mnt/koji/ostree/repo but no policy defined. 2026-04-01 10:21:51,668 ERROR fedora-ostree-pruner - Ref fedora/44/x86_64/testing/silverblue in repo /mnt/koji/ostree/repo but no policy defined. ``` It seems that there is some policy missing for f44 images.
Author
Owner
Created https://github.com/coreos/fedora-coreos-releng-automation/pull/229 to fix it.
zlopez self-assigned this 2026-04-01 13:03:32 +00:00
Author
Owner

After merging the PR the ostree pruner is running again.

After merging the PR the ostree pruner is running again.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
infra/tickets#13244
No description provided.