mirror of https://github.com/docker/docs.git
Update device-mapper-driver.md (#1760)
This commit is contained in:
parent
a7b79e9cf3
commit
754e4ece0a
|
@ -358,7 +358,7 @@ assumes that the Docker daemon is in the `stopped` state.
|
|||
|
||||
After you start the Docker daemon, ensure you monitor your thin pool and volume
|
||||
group free space. While the volume group will auto-extend, it can still fill
|
||||
up. To monitor logical volumes, use `lvs` without options or `lvs -a` to see tha
|
||||
up. To monitor logical volumes, use `lvs` without options or `lvs -a` to see the
|
||||
data and metadata sizes. To monitor volume group free space, use the `vgs` command.
|
||||
|
||||
Logs can show the auto-extension of the thin pool when it hits the threshold, to
|
||||
|
|
Loading…
Reference in New Issue