From: Milan Broz <mbroz@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 1/2] Always query device by uuid only.
Date: Wed, 24 Feb 2010 12:56:09 +0100 [thread overview]
Message-ID: <4B8513D9.5060107@redhat.com> (raw)
In-Reply-To: <4B8511AB.3080305@redhat.com>
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
next prev parent reply other threads:[~2010-02-24 11:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-23 13:46 [PATCH 1/2] Always query device by uuid only Milan Broz
2010-02-23 13:46 ` [PATCH 2/2] Remove lvs_in_vg_activated_by_uuid_only call Milan Broz
2010-02-23 20:39 ` [PATCH 1/2] Always query device by uuid only Mike Snitzer
2010-02-24 11:46 ` Milan Broz
2010-02-24 11:56 ` Milan Broz [this message]
2010-02-24 12:55 ` Milan Broz
2010-02-24 14:02 ` Mike Snitzer
2010-02-24 15:41 ` Petr Rockai
2010-02-24 15:39 ` Petr Rockai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B8513D9.5060107@redhat.com \
--to=mbroz@redhat.com \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.