Skip to content
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

Opening ostree/bootc/storage: No such file or directory #747

Closed
henrywang opened this issue Aug 1, 2024 · 2 comments · Fixed by #748
Closed

Opening ostree/bootc/storage: No such file or directory #747

henrywang opened this issue Aug 1, 2024 · 2 comments · Fixed by #748

Comments

@henrywang
Copy link
Contributor

henrywang commented Aug 1, 2024

Install bootc image with anaconda or bib anaconda-iso. Run bootc status failed with error ERROR\e[0m Status: Initializing storage: Opening imgstorage: Opening ostree/bootc/storage: No such file or directory (os error 2)"

  1. This issue can only be found in anaconda and bib anaconda-iso scenarios.
  2. Did not run into this issue yesterday.
  3. bib cross arch build (build aarch64 on x86_64) ami image has this issue as well (https://artifacts.osci.redhat.com/testing-farm/9cbff2f9-245d-482a-9b9d-fb2977f6a407/)

Issue should be caused by PR #724.

e2e test in this repo does not cover anaconda test. The bootc for rhel gating test and fedora rawhide gating test caught this issue.

@cgwalters
Copy link
Collaborator

Ugh, yes...basically this is hitting rhinstaller/anaconda#5197

I guess for now...hmm...I think we can do a workaround. Actually it's the same thing we'd need to do for in-place updates from prior systems! Which is definitely a test we need.

cgwalters added a commit to cgwalters/bootc that referenced this issue Aug 1, 2024
The previous change in
containers#747
broke for two important scenarios:

- Installing with Anaconda
- Upgrades from previous states

Closes: containers#747

Signed-off-by: Colin Walters <walters@verbum.org>
@henrywang
Copy link
Contributor Author

bib cross arch build hits this error as well in https://artifacts.osci.redhat.com/testing-farm/9cbff2f9-245d-482a-9b9d-fb2977f6a407/.

It's not anaconda related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants