From f401bec0fd391384d01b289839c9eda4f99f1c69 Mon Sep 17 00:00:00 2001 From: Fabio Kung Date: Thu, 13 Apr 2017 11:19:55 -0700 Subject: [PATCH] containerd summit: suggest a discussion about disk quotas Signed-off-by: Fabio Kung --- docs/dockercon-summit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/dockercon-summit.md b/docs/dockercon-summit.md index 87ca4821e..686d7bfe6 100644 --- a/docs/dockercon-summit.md +++ b/docs/dockercon-summit.md @@ -20,4 +20,5 @@ The following are proposed discussion points for the containerd summit at Docker * Since containerd is one of the bottom bricks in the stack, how can we setup automated integration tests for consumers of containerd? * We'd like to propose an Authorization plugin to containerd that would allow an external component to police events like container start & stop (and have a discussion about the best way to go about it) -* Should containerd provide image filesystem metrics? If yes, what metrics should be included? How to implement that? \ No newline at end of file +* Should containerd provide image filesystem metrics? If yes, what metrics should be included? How to implement that? +* Support for disk quotas: How? What is the role of containerd? How is it going to be integrated with volume managers that want to be in the same quota group?