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

Enable >=16TB (up to 7 exa byte) zvol creation #242

Merged
merged 1 commit into from
Apr 14, 2020

Conversation

imtiazdc
Copy link
Contributor

Problem: Unable to create >=16 TB zvols.

Cause: Using 32-bit LBA you can only refer to 2^32 -1 blocks. With volblocksize=4K, it means the total capacity can't go beyond 16TB.

Fix: Support 64-bit LBA. With this change, I was able to create zvols upto 7 exa bytes in size. Beyond that size the numbers show up as negative in the disk management UI.

@lundman lundman merged commit 271ea63 into openzfsonwindows:master Apr 14, 2020
@imtiazdc imtiazdc deleted the exabyte branch August 6, 2021 05:03
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