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

Vchan does not clean xenstore directory when no longer needed #1390

Closed
marmarek opened this Issue Nov 7, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Nov 7, 2015

Vchan uses xenstore to negotiate connection parameters (ring grant ref, event channel number). Those parameter are used only when opening the connection and just after that are removed. But per-VM directory is left there, which (especially in dom0) is never cleaned later.

This leads to hundreds empty xenstore directories like:

/local/domain/0/data/vchan/4 = ""
/local/domain/0/data/vchan/5 = ""
/local/domain/0/data/vchan/6 = ""
/local/domain/0/data/vchan/7 = ""
/local/domain/0/data/vchan/8 = ""
/local/domain/0/data/vchan/10 = ""
/local/domain/0/data/vchan/11 = ""
/local/domain/0/data/vchan/12 = ""
/local/domain/0/data/vchan/13 = ""

After extensive system usage it is no longer possible to even list it (E2BIG).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment