-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rawhide] broken bootc storage symlink causes ext.config.files.validate-symlinks
to fail
#1782
Comments
`ext.config.files.validate-symlinks` is failing in rawhide, which is tracking Fedora 42. Snooze it for two weeks until the issue is resolved: coreos/fedora-coreos-tracker#1782
This is part of containers/bootc#20 and came from containers/bootc@0527ca9 The symlink isn't actually broken on a system deployed via bootc. I dunno...I think I'd just add this to an allowlist. |
Ah, sounds good. I can add it to the allowlist for the test here: https://github.com/coreos/fedora-coreos-config/blob/fb0357bbd8b39de5eb1a3b28dd50cda0dacf78f6/tests/kola/files/validate-symlinks#L19-L30. Thanks for the info @cgwalters |
This symlink isn't broken on a system deployed via bootc, but it it is broken otherwise. Add the symlink to the allowlist for the test so it will pass. fixes: coreos/fedora-coreos-tracker#1782
This symlink isn't broken on a system deployed via bootc, but it it is broken otherwise. Add the symlink to the allowlist for the test so it will pass. fixes: coreos/fedora-coreos-tracker#1782
This symlink isn't broken on a system deployed via bootc, but it it is broken otherwise. Add the symlink to the allowlist for the test so it will pass. fixes: coreos/fedora-coreos-tracker#1782
This symlink isn't broken on a system deployed via bootc, but it it is broken otherwise. Add the symlink to the allowlist for the test so it will pass. fixes: coreos/fedora-coreos-tracker#1782 (cherry picked from commit 88a473f)
In rawhide, tracking Fedora 42, with
bootc-0.1.15-1.fc42
installed, there is a broken symbolic link in the/usr/lib/bootc
directory causing the validate-symlinks kola test to fail.The symlink
/usr/lib/bootc/storage -> /sysroot/ostree/bootc/storage
is created, but it seems the/sysroot/ostree/bootc
directory doesn't exist at all.ext.config.files.validate-symlinks failure:
Additional Information
This isn't isolated to Fedora CoreOS. I saw this using
quay.io/fedora/fedora:rawhide
as well.The text was updated successfully, but these errors were encountered: