Remove 1MB limit in file system #2405
Labels
area: File System
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Milestone
Reported by Ramesh Thomas:
The file system currently does not accept volume size > 1MB. This is because the FS requires larger allocation unit size than the hard coded 512 for larger volume sizes. Code that creates the initial file system should pass allocation unit size as 0 so the FS can choose the correct size the volume size requires.
(Imported from Jira ZEP-898)
The text was updated successfully, but these errors were encountered: