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 1MB limit in file system #2405

Closed
zephyrbot opened this issue Sep 14, 2016 · 1 comment
Closed

Remove 1MB limit in file system #2405

zephyrbot opened this issue Sep 14, 2016 · 1 comment
Labels
area: File System bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Milestone

Comments

@zephyrbot
Copy link
Collaborator

zephyrbot commented Sep 14, 2016

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)

@zephyrbot
Copy link
Collaborator Author

by Mark Linkmeyer:

Fixing incorrect priority

@zephyrbot zephyrbot added priority: low Low impact/importance bug area: File System bug The issue is a bug, or the PR is fixing a bug labels Sep 23, 2017
@zephyrbot zephyrbot added this to the v1.6.0 milestone Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: File System bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

1 participant