You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to prepare a for loop to do rewrites and accidentally did rewrites on blocks that were marked for deletion. This ended up creating overlaps which prevented compactor from starting up.
Describe the solution you'd like
It'd be nice if ls had an option to exclude blocks marked for deletion.
Describe alternatives you've considered
Alternatively maybe rewrite should refuse to rewrite a block marked for deletion?
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
I was trying to prepare a for loop to do rewrites and accidentally did rewrites on blocks that were marked for deletion. This ended up creating overlaps which prevented compactor from starting up.
Describe the solution you'd like
It'd be nice if
ls
had an option to exclude blocks marked for deletion.Describe alternatives you've considered
Alternatively maybe
rewrite
should refuse to rewrite a block marked for deletion?The text was updated successfully, but these errors were encountered: