moby--moby/daemon/graphdriver
Vivek Goyal c737800b7f devmapper: Retry device removal after 100ms instead of 10ms
Right now we try device removal at the interval of 10ms and keep on trying
till either device is removed or 10 seconds are over. That means if device
is busy, we will try 1000 times in those 10 seconds.

Sounds too high a frequency of deivce removal retrial. All the logs are
filled easily. I think it is a good idea to slow down a bit and retry at
the interval of 100ms instead of 10ms.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
2015-04-02 16:47:14 -04:00
..
aufs
btrfs
devmapper devmapper: Retry device removal after 100ms instead of 10ms 2015-04-02 16:47:14 -04:00
graphtest
overlay
vfs
driver.go graphdriver: promote overlay above vfs 2015-03-31 17:18:49 -04:00
driver_linux.go
driver_unsupported.go
fsdiff.go