-
Notifications
You must be signed in to change notification settings - Fork 10
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
Repair namespace #686
Comments
@domsj doesn't the maintenance agent repairs the objects with lowest disk safety first automatically? |
@wimpers yes it does so, within the context of a namespace, for all namespaces in parallel. |
Please implement a cli command to repair a certain namespace. I don't think this should be part of the maintenance process. |
Just to be sure: you think data safety is not a main concern for alba, and that this responsibility should be shifted towards the user (or the framework)? |
Let me clarify, The maintenance agent should be adjusted so it repairs objects with lowest safety globally first. @domsj does that clear things up ... |
Some things are so important you don't want to leave them to admins. |
@wimpers ok, so you want 2 changes. so split up the ticket? regarding the first change (repair globally weakest object first): regarding the second change (repair a certain namespace using the cli): |
Yes, lets' do that in this ticket. |
I can imagine a case where OPS want to fix a certain namespace as it has higher importance (remember we don't allows to move vDisks between vPools and the importance may change). @jeroenmaelbrancke @matthiasdeblock @jtorreke pelase advise |
Possible caseLast week, due to adding huge amount of ASD's to a certain backend, we had to stop the maintenance agent for that certain backend. That was due to the possible high load on the re-balance. |
Is it possible to implement an option to repair a single namespace? Or an option where you can ask the maintenance agent to start repair all namespace below disk safety < n >.
Via the healthcheck we get an error message of the disk safety when a namespace is at disk safety 0. We get a warning message once the disk safety is greater then 0 en smaller then the maximum disk safety.
The text was updated successfully, but these errors were encountered: