All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takahiro Yasui <tyasui@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0 of 12] LVM add 'mirrored' log type
Date: Thu, 11 Feb 2010 14:42:26 -0500	[thread overview]
Message-ID: <4B745DA2.4010403@redhat.com> (raw)
In-Reply-To: <1265402083.14189.2.camel@hydrogen.msp.redhat.com>

Jonathan Brassow wrote:
> The following set of patches adds the 'mirrored' log type.  It differs
> from the last batch by changing the name of the log type
> (s/redundant/mirrored/), fixing all the issues uncovered by the
> testsuite, adding new test cases, and including log monitoring (provided
> by Malahal Naineni).

I found other two cases which caused Segmentation Fault.

# lvcreate --version
  LVM version:     2.02.61(1)-cvs (2010-02-02)
  Library version: 1.02.44-cvs (2010-02-02)
  Driver version:  4.16.0

Tests are done with lvm2, 2.02.61(1)-cvs (2010-02-02) with this
patch set, and vg00 contains just one PV.

[case 1]
# lvcreate -m1 -L12m -nlv00 --mirrorlog mirrored --alloc anywhere vg00
Segmentation fault

[case 2]
# dmsetup table
vg00-lv00: 0 24576 linear 8:32 384
# lvconvert -m1 --mirrorlog mirrored --alloc anywhere vg00/lv00
Segmentation fault

In both cases, initialization of log_areas array seems to have a problem.

Thanks,
Taka




      parent reply	other threads:[~2010-02-11 19:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-05 20:34 [PATCH 0 of 12] LVM add 'mirrored' log type Jonathan Brassow
2010-02-09  0:28 ` Takahiro Yasui
2010-02-09  1:09   ` malahal
2010-02-11 19:42 ` 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=4B745DA2.4010403@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.