why there are so many mistakes in our repo (up to /cmd)

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
Aaron.L.Xu 2017-02-16 23:56:53 +08:00 committed by Tibor Vass
parent dd6886657d
commit 8279870a1f
2 changed files with 2 additions and 2 deletions

View File

@ -679,7 +679,7 @@ Use `df <source-dir>` to figure out the source mount and then use
`findmnt -o TARGET,PROPAGATION <source-mount-dir>` to figure out propagation `findmnt -o TARGET,PROPAGATION <source-mount-dir>` to figure out propagation
properties of source mount. If `findmnt` utility is not available, then one properties of source mount. If `findmnt` utility is not available, then one
can look at mount entry for source mount point in `/proc/self/mountinfo`. Look can look at mount entry for source mount point in `/proc/self/mountinfo`. Look
at `optional fields` and see if any propagaion properties are specified. at `optional fields` and see if any propagation properties are specified.
`shared:X` means mount is `shared`, `master:X` means mount is `slave` and if `shared:X` means mount is `shared`, `master:X` means mount is `slave` and if
nothing is there that means mount is `private`. nothing is there that means mount is `private`.

View File

@ -653,7 +653,7 @@ Example use: `dockerd -s zfs --storage-opt zfs.fsname=zroot/docker`
#### btrfs.min_space #### btrfs.min_space
Specifies the mininum size to use when creating the subvolume which is used for Specifies the minimum size to use when creating the subvolume which is used for
containers. If user uses disk quota for btrfs when creating or running a containers. If user uses disk quota for btrfs when creating or running a
container with **--storage-opt size** option, docker should ensure the **size** container with **--storage-opt size** option, docker should ensure the **size**
cannot be smaller than **btrfs.min_space**. cannot be smaller than **btrfs.min_space**.