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

Remove disk retries and timeouts #3025

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

codefiles
Copy link
Contributor

@codefiles codefiles commented Dec 18, 2024

The retires in encrypt() should not be necessary and it is the only place DISK_RETRY_ATTEMPTS and DISK_TIMEOUTS ever get used anymore. The rationale for removal is that encrypting takes place after partitioning just as formatting does. If the partitions are able to be formatted directly after partitioning then they should also be able to be encrypted directly after partitioning, it is the same. Prior to 00b0ae7, formatting had similar logic which has since been removed without issue.

@codefiles codefiles requested a review from Torxed as a code owner December 18, 2024 00:39
@svartkanin svartkanin merged commit ae51af6 into archlinux:master Dec 19, 2024
8 checks passed
@codefiles codefiles deleted the rmv-disk-retries-timeouts branch December 19, 2024 23:09
castillofrancodamian pushed a commit to castillofrancodamian/archinstall that referenced this pull request Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants