-
Notifications
You must be signed in to change notification settings - Fork 4
Fix it so uploads will only be created on writeable filesystems. #339
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
base: main
Are you sure you want to change the base?
Conversation
|
This relates to RPOPC-741 |
PullHero ReviewProvider: generativelanguage.googleapis.com Model: gemini-2.0-flash Okay, I've reviewed the changes to the Code Quality and Maintainability
Potential Bugs or Security Issues
Adherence to Project Conventions
Documentation Completeness
Suggestions
VoteVote: -1 Vote: -1 |
kdvalin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify documentation changes are not needed
PullHero ReviewProvider: generativelanguage.googleapis.com Model: gemini-2.0-flash Okay, I will review the proposed changes and provide feedback. Code ReviewOverviewThe changes introduce a new script Analysis
Specific Feedback
Example of improved
|
Description
Uploads need to be created on a filesystem that is writeable. Issue from bootc
Before/After Comparison
Before: If the filesystem that had the most free space was readonly, the upload creation/operation will fail.
After: Zathras now filters out the read only filesystems for upload creation, so upload is not created there.
Documentation Check
Does this change require any updates to user-facing or internal documentation?
If "yes", were those updates made?
Clerical Stuff
This closes #338
Relates to JIRA: RPOPC-741
Testing.
Ran to system that filesys with the most free space was read only, Zathras did not attempt to use it.
Verified that uploading of results still works properly.