mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
devmapper: remove extra space in DefaultThinpBlockSize assignment
Docker-DCO-1.1-Signed-off-by: Mike Snitzer <snitzer@redhat.com> (github: snitm)
This commit is contained in:
parent
09ee269d99
commit
f9c078ef38
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ var (
|
|||
DefaultDataLoopbackSize int64 = 100 * 1024 * 1024 * 1024
|
||||
DefaultMetaDataLoopbackSize int64 = 2 * 1024 * 1024 * 1024
|
||||
DefaultBaseFsSize uint64 = 10 * 1024 * 1024 * 1024
|
||||
DefaultThinpBlockSize uint32 = 1024 // 512K = 1024 512b sectors
|
||||
DefaultThinpBlockSize uint32 = 1024 // 512K = 1024 512b sectors
|
||||
)
|
||||
|
||||
type DevInfo struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue