From c105fdad60ff16908111098af21675bf91c84d46 Mon Sep 17 00:00:00 2001 From: "jian.tan" Date: Fri, 9 Feb 2018 10:46:40 +0800 Subject: Typo: fix Underneath there are two block devices devices->[Underneath there are two block devices] in disk-accounting.md --- contributors/design-proposals/node/disk-accounting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/node/disk-accounting.md b/contributors/design-proposals/node/disk-accounting.md index eaee0ead..9a775c24 100644 --- a/contributors/design-proposals/node/disk-accounting.md +++ b/contributors/design-proposals/node/disk-accounting.md @@ -504,7 +504,7 @@ Overlayfs works similar to Aufs. The path to the writable directory for containe Usage of Linux Quota should be possible for the purposes of volumes and log files. -Devicemapper storage driver in docker uses ["thin targets"](https://www.kernel.org/doc/Documentation/device-mapper/thin-provisioning.txt). Underneath there are two block devices devices - “data” and “metadata”, using which more block devices are created for containers. More information [here](http://www.projectatomic.io/docs/filesystems/). +Devicemapper storage driver in docker uses ["thin targets"](https://www.kernel.org/doc/Documentation/device-mapper/thin-provisioning.txt). Underneath there are two block devices - “data” and “metadata”, using which more block devices are created for containers. More information [here](http://www.projectatomic.io/docs/filesystems/). These devices can be loopback or real storage devices. -- cgit v1.2.3