From: Andreas Dilger <adilger@turbolabs.com>
To: svetljo <galia@st-peter.stw.uni-erlangen.de>
Cc: AJ Lewis <lewis@sistina.com>,
linux-lvm@sistina.com, pixel@mandrakesoft.com,
Mauelshagen@sistina.com
Subject: Re: [linux-lvm] PBs with LVM over software RAID
Date: Fri, 31 Aug 2001 11:05:12 -0600 [thread overview]
Message-ID: <20010831110512.V541@turbolinux.com> (raw)
In-Reply-To: <3B8F8C5E.7030603@st-peter.stw.uni-erlangen.de>
On Aug 31, 2001 15:08 +0200, svetljo wrote:
> [root@svetljo mnt]# mount -t xfs /dev/myData/Music music
> Segmentation fault
Generally this is a bad sign. Either mount is segfaulting (unlikely)
or you are getting an oops in the kernel. You need do run something
like "dmesg | ksymoops" in order to get some useful data about where
the problem is (could be xfs, LVM, or elsewhere in the kernel).
Once you have an oops, you are best off rebooting the system, because
your kernel memory may be corrupted, and cause more oopses which do
not mean anything. If you look in /var/log/messages (or /var/log/kern.log
or some other place, depending on where kernel messages go), you can
decode the FIRST oops in the log with ksymoops. All subsequent ones are
useless.
> the LV ( lvcreate -i3 -I4 -L26G -nMusic )
>
> the VG -> myData /dev/hdh10 /dev/linVG1/linLV1 /dev/linVG2/linLV2
>
> /dev/hdh10 normal partition 14G
> /dev/linVG1/linLV1 -> linear LV 14G /dev/hde6 /dev/hde12
> /dev/linVg2/linLV2 -> linear LV 14G /dev/hdg1 /dev/hdg5 /dev/hdg6 /dev/hdg12
There is absolutely no point in doing this (not that it is possible to do
so anyways). First of all, striping is almost never needed "for performance"
unless you are normally doing very large sequential I/Os, and even so most
disks today have very good sequential I/O rates (e.g. 15-30MB/s). Secondly,
you _should_ be able to just create a single LV that is striped across all
of the PVs above. You would likely need to build it in steps, to ensure
that it is striped across the disks correctly.
Cheers, Andreas
--
Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto,
\ would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert
next prev parent reply other threads:[~2001-08-31 17:05 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <3B8E3F0E.8050609@st-peter.stw.uni-erlangen.de>
[not found] ` <20010830083546.A20989@sistina.com>
2001-08-30 23:03 ` [linux-lvm] Re: HELP changing md-device's partition-type to LVM svetljo
2001-08-31 8:35 ` [linux-lvm] Re: HELP changing md-device's partition-type to LVM(or may be LV's partition id) svetljo
2001-08-31 13:23 ` Lewis Bergman
2001-08-31 13:08 ` [linux-lvm] PBs with LVM over software RAID svetljo
2001-08-31 17:05 ` Andreas Dilger [this message]
2001-08-31 18:37 ` svetljo
2001-08-31 19:07 ` Andreas Dilger
2001-08-31 20:18 ` svetljo
2001-08-31 22:24 ` svetljo
2001-08-31 22:56 ` Andreas Dilger
2001-08-31 23:24 ` svetljo
2001-09-01 8:58 ` [linux-lvm] PBs with -ac kernels and LVM 1.0.1 rc1 and rc2 svetljo
2001-09-05 22:02 ` [linux-lvm] PBs with LVM over software RAID Olivier Sessink
2001-09-05 22:18 ` svetljo
2001-08-31 22:27 ` svetljo
2001-09-01 11:42 ` [linux-lvm] PBs with LVM over software RAID ( and XFS ? ext2 reiserfs?) svetljo
2001-09-01 14:11 ` svetljo
2001-09-01 22:26 ` svetljo
2001-09-02 0:44 ` svetljo
2001-09-04 3:53 ` Andreas Dilger
2001-09-04 9:20 ` svetljo
2001-09-01 14:20 ` svetljo
2001-08-31 14:09 ` [linux-lvm] Re: HELP changing md-device's partition-type to LVM svetljo
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=20010831110512.V541@turbolinux.com \
--to=adilger@turbolabs.com \
--cc=Mauelshagen@sistina.com \
--cc=galia@st-peter.stw.uni-erlangen.de \
--cc=lewis@sistina.com \
--cc=linux-lvm@sistina.com \
--cc=pixel@mandrakesoft.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.