-
Notifications
You must be signed in to change notification settings - Fork 672
Lvm2/LUKS fixes/Mirror Logic #4047
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
Conversation
|
I might actually have introduced the new bug when using Please feel free to test as-well I'll mark the PR as open/ready for review. But obviously this should be addressed further. |
archinstall/lib/mirrors.py
Outdated
| # original return | ||
| return sorted(region_list, key=lambda mirror: (mirror.score, mirror.speed)) | ||
| # Sort by speed descending (higher is better) - fastest mirrors first | ||
| return sorted(region_list, key=lambda mirror: -mirror.speed) |
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.
Could we move this to a separate PR? Just to not fix two things in one, in case one needs to be reverted :)
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.
Sry bout that was frustrated at mirrors when testing
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.
10/10 understand 😅
Aims to address #4045 #4046
I then did sanity check with 3rd attempt without encryption same settings LVM BTRFS, and got "signature exists" errors (this why i tried the
wipefscall).(That being said/done) For real clean-ups we should have kind of like traps in bash (especially test this running from a host, since you'd need to check the devices are not still there
/dev/ArchinstallVg/root(which i believe they are, from earlier testing my main rig) And should really happen at the very end (even after synchronizing disks).Tested LVM against both of these and without encryption