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

Disable LVM devices file when running image installs #5325

Merged

Conversation

vojtechtrefny
Copy link
Contributor

The new blivet flag allows us to control whether the LVM devices file will be populated with PVs or not and we don't want to write the file when running an image installation.

Resolves: rhbz#2247872

@vojtechtrefny
Copy link
Contributor Author

This depends on storaged-project/blivet#1169 but strictly speaking isn't really blocked by it thanks to Python magic which allows setting non-existing attributes :-)

@KKoukiou
Copy link
Contributor

/kickstart-test --testtype smoke

Copy link
Contributor

@VladimirSlavik VladimirSlavik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you!

@VladimirSlavik
Copy link
Contributor

So, what's wrong with these tests?

@vojtechtrefny
Copy link
Contributor Author

So, what's wrong with these tests?

No idea:

Status: 403
  Reason: Forbidden
  Response: {"message":"API rate limit exceeded for 20.97.189.20. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) If you reach out to GitHub Support for help, please include the request ID D420:81FF:EF89FC:1F50AD1:65605B39.","documentation_url":"https://docs.github.com/rest/overview/rate-limits-for-the-rest-api"}
Error: Process completed with exit code 1.

@vojtechtrefny
Copy link
Contributor Author

/kickstart-test --testtype smoke

@vojtechtrefny
Copy link
Contributor Author

So, what's wrong with these tests?

No idea:

Status: 403
  Reason: Forbidden
  Response: {"message":"API rate limit exceeded for 20.97.189.20. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) If you reach out to GitHub Support for help, please include the request ID D420:81FF:EF89FC:1F50AD1:65605B39.","documentation_url":"https://docs.github.com/rest/overview/rate-limits-for-the-rest-api"}
Error: Process completed with exit code 1.

So rebasing to the latest master fixed the unit test and now packit is failing :-)

@KKoukiou
Copy link
Contributor

@vojtechtrefny it fails with:

  • nothing provides anaconda-user-help >= 26.2-1 needed by anaconda-gui-40.10-1.20231115103440750605.pr5325.66.g7da18b5789.fc40.x86_64

We no longer require anaconda-user-help so I guess it's some old version of the GUI pulled in here. Feel free to ignore till we resolve this.

The new blivet flag allows us to control whether the LVM devices
file will be populated with PVs or not and we don't want to write
the file when running an image installation.

Resolves: rhbz#2247872
@vojtechtrefny
Copy link
Contributor Author

/kickstart-test --testtype smoke

@vojtechtrefny vojtechtrefny merged commit fd95884 into rhinstaller:master Jan 10, 2024
15 of 17 checks passed
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request Feb 21, 2024
Follow up for rhinstaller#5325 which disables the LVM devices file usage on
blivet side but we also need to skip writing the file when
writing the storage configuration post install.

Resolves: rhbz#2247872
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request Feb 21, 2024
Follow up for rhinstaller#5325 which disables the LVM devices file usage on
blivet side but we also need to skip writing the file when
writing the storage configuration post install.

Resolves: rhbz#2247872
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request Feb 21, 2024
Follow up for rhinstaller#5325 which disables the LVM devices file usage on
blivet side but we also need to skip writing the file when
writing the storage configuration post install.

Resolves: rhbz#2247872
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request Feb 22, 2024
Follow up for rhinstaller#5325 which disables the LVM devices file usage on
blivet side but we also need to skip writing the file when
writing the storage configuration post install.

Resolves: rhbz#2247872
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request Feb 22, 2024
Follow up for rhinstaller#5325 which disables the LVM devices file usage on
blivet side but we also need to skip writing the file when
writing the storage configuration post install.

Resolves: rhbz#2247872
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request Feb 28, 2024
Follow up for rhinstaller#5325 which disables the LVM devices file usage on
blivet side but we also need to skip writing the file when
writing the storage configuration post install.

Resolves: rhbz#2247872
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants