Phil Estes
|
738bdec490
Merge pull request #11083 from MabinGo/minor_typo
|
10 years ago |
Mabin
|
adfd1ddfc6
Fix some revision about log output
|
10 years ago |
Mabin
|
f4ac86de84
fix typo of comments in daemon/graphdriver/devmapper/deviceset.go
|
10 years ago |
Mabin
|
5c1559a754
Modify the minor typo in deviceset.go
|
10 years ago |
Vincent Batts
|
f4dc496d36
Merge pull request #10474 from petervo/10473-availble-space
|
10 years ago |
Peter Volpe
|
726f89d77a
Add available space to devicemapper status output
|
10 years ago |
Vivek Goyal
|
080a6f1e4b
devicemapper: Skip the files with prefix "." during device map construction
|
10 years ago |
Vincent Batts
|
9b2afa04f8
Merge pull request #10222 from vbatts/vbatts-dm_flag_and_output
|
10 years ago |
Vincent Batts
|
0c8be9da37
devmapper: initialize log levels
|
10 years ago |
Vincent Batts
|
4cfe9df0a9
devicemapper: debug output specifics
|
10 years ago |
Vincent Batts
|
d2593546f9
devmapper: udev sync in `docker info`
|
10 years ago |
Vincent Batts
|
022e1232f8
devmapper: udev sync on init
|
10 years ago |
Alexander Morozov
|
bb96e53b0f
Fix vet error about passing Mutex by value
|
10 years ago |
unclejack
|
044d979f4e
Merge pull request #10003 from vbatts/vbatts-dm_loop_file_info
|
10 years ago |
Vincent Batts
|
2b51d1a167
devmapper: remove newline string
|
10 years ago |
Vincent Batts
|
09c033ff87
devmapper: show device and loop file , if used
|
10 years ago |
Derek
|
9bbed5ab4c
change to lazy Unmount
|
10 years ago |
Alexander Morozov
|
c7ff6bf691
Fix vet errors about json tags for unexported fields
|
10 years ago |
Vivek Goyal
|
17b75a21a6
devmapper: Use transactions during device deletion
|
10 years ago |
Vivek Goyal
|
c115c4aa45
devmapper: Use transaction mechanism during device or snap device creation
|
10 years ago |
Vivek Goyal
|
e28a419e11
devmapper: Find a free device Id to use for device creation
|
10 years ago |
Vivek Goyal
|
14d0dd855e
devmapper: Open code createDevice() and createSnapDevice()
|
10 years ago |
Vivek Goyal
|
a44c23fe66
devmapper: Provide a helper function getNextDeviceId()
|
10 years ago |
Vivek Goyal
|
39dc7829de
devmapper: Construct initial device Id map from device meta files
|
10 years ago |
Vivek Goyal
|
4d39e056aa
devmapper: Keep track of used device Ids in a bitmap
|
10 years ago |
Vivek Goyal
|
359a38b26a
devmapper: Use a common delete function for all device deletion operation
|
10 years ago |
Vivek Goyal
|
f078bcd8e5
devmapper: Rename NewTransactionId to OpenTransactionId
|
10 years ago |
Vivek Goyal
|
7b0a1b814b
devmapper: Allocate new transaction Id using current transaction Id
|
10 years ago |
Vivek Goyal
|
6d347aeb69
devmapper: Remove unnecessary condition check in updatePoolTransactionId()
|
10 years ago |
Vivek Goyal
|
ad9118c696
devmapper: Create new helper function for device and snap creation
|
10 years ago |