mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7b2b15d3e9
Currently devicemapper CreateDevice and CreateSnapDevice keep on retrying device creation till a suitable device id is found. With new transaction mechanism we need to store device id in transaction before it has been created. So change the logic in such a way that caller decides the devices Id to use. If that device Id is not available, caller bumps up the device Id and retries. That way caller can update transaciton too when it tries a new Id. Transaction related patches will come later in the series. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> |
||
---|---|---|
.. | ||
attach_loopback.go | ||
devmapper.go | ||
devmapper_log.go | ||
devmapper_wrapper.go | ||
ioctl.go | ||
MAINTAINERS |