-
Notifications
You must be signed in to change notification settings - Fork 2.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
cAdvisor should ignore .mount cgroups when on systemd #1211
Comments
I was getting errors like the following from here:
|
Can we instead have a |
@vishh - that works, is there a particular interface you have in mind that we could implement? |
Existing rkt integration will be a good place to start - https://github.com/google/cadvisor/tree/master/container/rkt |
I need to look into this some more, but isn't the issue that the raw container handler is what would need to be updated? |
So the factories are registered in-order, if I have a systemd factory registered before the raw factory, are you saying I could say that the systemd can handle .mount cgroups, but it doesn't accept them and the raw factory would just ignore them as a consequence? |
I guess that is what the code currently is doing... ok, I can buy that this may work. |
Yeah. The raw drive is the fallback option. I'd like to see more systemd On Wed, Apr 20, 2016 at 11:27 AM, Derek Carr notifications@github.com
|
Yeah, I want to add more to it as time permits On Friday, April 22, 2016, Vish Kannan notifications@github.com wrote:
|
A previous fix was made in Kubernetes to ignore .mount units
kubernetes/kubernetes#22656
I think .mount cgroups should be ignored on systemd entirely by cAdvisor.
The text was updated successfully, but these errors were encountered: