summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorjian.tan <jian.tan@daocloud.io>2018-02-09 10:46:40 +0800
committerjian.tan <jian.tan@daocloud.io>2018-02-09 10:46:40 +0800
commitc105fdad60ff16908111098af21675bf91c84d46 (patch)
tree61e9a638b5bb84fd8814cbb3a52e0c6f4a9d1962 /contributors
parent9b2720ddae28a4cc92d132222667dc9180d07e6d (diff)
Typo: fix Underneath there are two block devices devices->[Underneath there are two block devices] in disk-accounting.md
Diffstat (limited to 'contributors')
-rw-r--r--contributors/design-proposals/node/disk-accounting.md2
1 files changed, 1 insertions, 1 deletions
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.