-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
filestore rm #3815
base: master
Are you sure you want to change the base?
filestore rm #3815
Conversation
ab1d575
to
72aed97
Compare
Would the recommended way of deduping between filestore and blockstore be |
More or less. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SGWM
filestore/remove.go
Outdated
case bs.BlockPrefix.String(): | ||
blocks = fs.bs | ||
default: | ||
return nil, fmt.Errorf("Unknown prefix: %s\n", opts.Prefix) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Errors should start with lower case.
d0cc4ea
to
e125ded
Compare
f96e6ce
to
0cea75b
Compare
5cedf7c
to
6ac1c1e
Compare
6ac1c1e
to
7d2039a
Compare
434ee5c
to
d95a87c
Compare
License: MIT Signed-off-by: Kevin Atkinson <[email protected]>
e125ded
to
32e09a6
Compare
Would |
@radfish no that will remove it from both the blockstore and filestore. With this p.r. to remove from the filestore use I am not against adding a |
Factored out of #3653