mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #945] Make utility mode non-interactive #533
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#533
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (Jan 31, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/945
Utility mode allows listing and aborting incomplete MPU via user input:
This only allows interactive uses and thus cannot be part of our CI tests. Instead could s3fs break the operations into two, e.g.,
--list-incomplete-mpuand--abort-incomplete-mpu, perhaps with the latter taking aolder-than-dayparameter? Alternatively, s3fs could automatically abort incomplete MPU older than some number of days like goofys does.@ggtakec commented on GitHub (Feb 3, 2019):
@gaul Thanks for your suggestion.
I think that adding "--list-incomplete-mpu" option is good.
About the "--abort-incomplete-mpu" option, I think this option should have parameters of "XX[YMDhm]" or "all" as its arguments.
The "-u" option can not be deleted because it is backward compatible.
But what about assigning "--incomplete-mpu" as an equivalent option?
Along with that, all option name prefix has "--incomplete-mpu", how about as follows?
"YMDhm" is the year/month/day/hour, and "all" is all.
@ggtakec commented on GitHub (Feb 11, 2019):
@gaul This issue is fixed by #951 , then this will be closed.
If you have more problem about this, please reopen.