Fix storage calculation bugs causing false insufficient storage alerts#304
Closed
ofirgalcon wants to merge 2 commits intoMacjutsu:5.1.0-beta5from
Closed
Fix storage calculation bugs causing false insufficient storage alerts#304ofirgalcon wants to merge 2 commits intoMacjutsu:5.1.0-beta5from
ofirgalcon wants to merge 2 commits intoMacjutsu:5.1.0-beta5from
Conversation
- Fix NSURLVolumeAvailableCapacityForImportantUsageKey returning 0 GB - Fix MSU update size calculation using wrong divisor (/1000000 vs /1000000000) - Add fallback mechanism for storage detection - Update checksum for integrity verification - Add comprehensive documentation Resolves issues with false 'insufficient storage' alerts and impossible storage requirements (85TB bug).
Add cache server discovery via AssetCacheLocatorUtil and apply --caching-server to all mist calls, with clean fallback when no cache is found. Ensures installer listing and download workflows leverage local caching without requiring Python.
Owner
|
First, thank you for these additional free space methods and spectacular documentation! However, I chose to manually implement the chagnes. Primarily because I was unable to replicate the MSU update calculatation issues in the original code, and the new code was providing inaccurate results. Perhaps the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves issues with false 'insufficient storage' alerts and impossible storage requirements (TB bug).