[multipathd] shut a libdevmapper error message when adding paths
authorroot <root@xa-s05.(none)>
Tue, 27 Sep 2005 13:25:09 +0000 (15:25 +0200)
committerroot <root@xa-s05.(none)>
Tue, 27 Sep 2005 13:25:09 +0000 (15:25 +0200)
commitf31801fe4674efcd6e68fbcc63218173ddeaa6c1
tree17153ec1d0d20402b1c9aae7b70d4f9b79981409
parentdd9301cacad27a23d8fdb295a6b9856115fc2572
[multipathd] shut a libdevmapper error message when adding paths

"device-mapper ioctl cmd 12 failed: No such device or address" was
reported upon path add because we tried to submit a device-mapper ioctl
before the map is ready to receive it (and loop till it works or timeout).

shut the libdevmapper for this case with dm_init_log(&dummy_log) during
this operation.
libmultipath/devmapper.c
multipathd/main.c