-
Notifications
You must be signed in to change notification settings - Fork 26
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
Document how to resolve noble pre-migration issues #612
base: main
Are you sure you want to change the base?
Conversation
This is my first stab at docs - not perfect but ready for feedback/review. |
|
||
It will display a number of checks and whether they are failing. For example: | ||
|
||
TK TK |
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.
I need to generate some output to stick here.
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.
Thanks @legoktm, this is a great start! Left a few nit-picky comments and suggestions in-line; will take another pass once those are looked after, and the pending output text has been added.
|
||
df -h | ||
|
||
You should be able to safely delete files in ``/var/cache`` to free up space. |
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.
We should be more specific here. Is it safe to just rm -rf
everything in /var/cache
?
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.
In theory yes. Let me actually think about this slightly more before we blindly tell people to do it.
Give a basic overview on the upcoming noble migration and provide specifics on what each issue category means and how to resolve each one, including debugging information to send to support if unsuccessful. Fixes #610.
Status
Ready for review
Description of Changes
Give a basic overview on the upcoming noble migration and provide specifics on what each issue category means and how to resolve each one, including debugging information to send to support if unsuccessful.
Testing
Release
Checklist (Optional)
make docs-lint
) passed locallymake docs-linkcheck
) passedmake docs
) docs at http://localhost:8000