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

Stop crashes when RAID devices are present (Issue #70) #252

Merged
merged 3 commits into from
Dec 20, 2023

Conversation

KeithB
Copy link
Contributor

@KeithB KeithB commented Dec 14, 2023

This PR fixes issue #70 where Timeshift crashes if RAID devices are present in the system.

The issue ticket includes analysis of root cause and breakdown of the code changes done. The short version being the original code was heavily dependent on the order of lsblk output and the fix adds logic to specifically identify parent/child relationships instead.

Change has been running for over 6 months on RAID5 and RAID6 configurations with no issues. PR includes the original fix (done against the the Linux Mint 21.1 version of timeshift) together with merges of all changes since.

Not sure what else you need but let me know.

Keith

@mtwebster mtwebster merged commit a185cef into linuxmint:master Dec 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Crash with mdadm raid present in system
2 participants