-
Notifications
You must be signed in to change notification settings - Fork 17
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
FSCK for box volumes #636
Comments
Requires: An API to list the contents of a prefix on the block server. |
Or: Sending every filename that the client knows on the block server and deleting the rest |
That's kinda awkward as an API though ;) |
Alternative: delete prefix & reupload everything :D |
shouldn't this be an issue and an epic? so .. 2 issues, one that is an epic to hold all subissues and one that is the issue that actually gets implemented ... or some "delete certain files from blockserver" issue? |
@audax commented on Wed Nov 25 2015
Users cannot delete any files that they don't know of. A user that lost an identity can not delete the files of the identity.
The file system check can delete all files from all prefixes that the account has access to, that are unknown to the currently available identities in the client.
The text was updated successfully, but these errors were encountered: