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 Fix AUFS logrus build errors on import 2015-03-30 11:46:44 -07:00
btrfs btrfs: #ifdef for build version 2015-03-25 13:56:51 -04:00
devmapper devmapper: Retry device removal after 100ms instead of 10ms 2015-04-02 16:47:14 -04:00
graphtest Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
overlay Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00
vfs Two SELinux Changes. 2015-03-05 13:55:44 -05:00
driver.go graphdriver: promote overlay above vfs 2015-03-31 17:18:49 -04:00
driver_linux.go Add backing filesystem info to `docker info` command where applicable 2015-01-16 14:43:43 -05:00
driver_unsupported.go Add backing filesystem info to `docker info` command where applicable 2015-01-16 14:43:43 -05:00
fsdiff.go Replace aliased imports of logrus, fixes #11762 2015-03-26 23:22:04 +01:00