From: Takahiro Yasui <tyasui@redhat.com>
To: lvm-devel@redhat.com
Subject: [RFC] WARNING: dev_open(xxx) called while suspended
Date: Fri, 19 Feb 2010 19:23:40 -0500 [thread overview]
Message-ID: <4B7F2B8C.2080505@redhat.com> (raw)
In-Reply-To: <20100219164459.GS27427@agk-dp.fab.redhat.com>
On 02/19/10 11:44, Alasdair G Kergon wrote:
> On Fri, Feb 19, 2010 at 11:20:09AM -0500, Takahiro Yasui wrote:
>> warning message.
>> WARNING: dev_open(xxx) called while suspended
>> Can I suppress it by lvm configuration or something?
>
> No - if the message appears, it's means there's a bug that must be fixed:-)
The rough sequence of lvconvert is
1. construct new VG/LV data structure
2. vg_write()
3. suspend_lv()
memlock_count++
4. vg_commit()
remove_commit_cached_metadata() => Invalidate lvmcache
5. resume_lv()
_lv_resume()
lv_from_lvid()
fmt_from_vgname()
label_read() => WARNING is displayed
memlock_count--
By adding remove_commit_cached_metadata(), lvmcache is invalidated and
devices were scanned in resume_lv() with memlock_count != 0.
Can we move remove_commit_cached_metadata() just before memlock_count--?
Thanks,
Taka
prev parent reply other threads:[~2010-02-20 0:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-19 16:20 [RFC] WARNING: dev_open(xxx) called while suspended Takahiro Yasui
2010-02-19 16:44 ` Alasdair G Kergon
2010-02-20 0:23 ` Takahiro Yasui [this message]
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=4B7F2B8C.2080505@redhat.com \
--to=tyasui@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.