-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rageshake support for object storage #60
Comments
@michaelkaye : Any opinion on this issue + issue #59 ? It might become important soon enough, corus disk consumption is increasing faster and faster. |
Object storage has the big downside that The search engine we have only indexes a few weeks at most because of the cost requirements to keep that going - if we remove the option to |
OOI is |
It depends what we're doing with the rageshakes: Given an issue looking at the problem is a common use, but the inverse is also used - given a problem, find other logs like it. (that and it'd be a chunk of work to change it) |
Is your feature request related to a problem? Please describe.
Rageshake can take an unbounded amount of storage space. Object storage is generally more elastic than using local disk.
Describe the solution you'd like
Rageshake supports storing rageshakes in object storage (S3-compatible API preferably) rather than local disk so that administrators of Rageshake do not need to worry about disk usage
Describe alternatives you've considered
Similar to #59, Rageshake could support a maximum total size of stored rageshakes and delete the oldest rageshakes until under the desired maximum store size.
Additional context
n/a
The text was updated successfully, but these errors were encountered: