From 21e258d7328e56fd451e6ed0324cff094ec70798 Mon Sep 17 00:00:00 2001 From: Senthil Kumar Selvaraj Date: Tue, 24 Jun 2014 11:57:24 +0530 Subject: [PATCH] Fix typo in README.md --- daemon/graphdriver/devmapper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/graphdriver/devmapper/README.md b/daemon/graphdriver/devmapper/README.md index c8ab1d1ee1..d97baaeab2 100644 --- a/daemon/graphdriver/devmapper/README.md +++ b/daemon/graphdriver/devmapper/README.md @@ -17,7 +17,7 @@ stored in the `$graph/devicemapper/json` file (encoded as Json). In order to support multiple devicemapper graphs on a system the thin pool will be named something like: `docker-0:33-19478248-pool`, where -the `0:30` part is the minor/major device nr and `19478248` is the +the `0:33` part is the minor/major device nr and `19478248` is the inode number of the $graph directory. On the thin pool docker automatically creates a base thin device,