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

NBSNEBIUS-351: Erase devices using deallocate in 1GB chunks (#1717) #1779

Merged
merged 2 commits into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. NBSNEBIUS-351: Erase devices using deallocate in 1GB chunks (#1717)

    * NBSNEBIUS-351: Erase devices using deallocate in 1GB chunks
    
    Deallocating large device chunks (e.g., 93GB) on certain SSD models resulted in
    incomplete erasure, leaving ~20 pages uncleared. This commit mitigates the issue
    by deallocating in smaller 1GB chunks, ensuring complete device erasure.
    budevg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a913d27 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    023156b View commit details
    Browse the repository at this point in the history