[lvm-devel] [PATCH 1/2] Always query device by uuid only.

Milan Broz mbroz at redhat.com
Wed Feb 24 11:56:09 UTC 2010


On 02/24/2010 12:46 PM, Milan Broz wrote:
> -	log_debug("Getting device info for %s", name);
> -	r = _info(NULL, dlid, with_mknodes, with_open_count,
> +	log_debug("Getting device info for %s [%s]", name, dlid);
> +	r = _info(name, dlid, with_mknodes, with_open_count,

ok, so I did already three times the same mistake and re-introduced
fallback to name query. Name query should be only in mknodes now...

sigh. Either I am idiot or split of mknodes and info dm calls
in _info_run is confusing (or both).

I'll post another patch...

Milan




More information about the lvm-devel mailing list