Linux LVM users
 help / color / mirror / Atom feed
From: Goetz Bock <bock@blacknet.de>
To: linux-lvm@sistina.com
Subject: [linux-lvm] Re: [linux-lvm] Verständnis von Stripes bei LVM
Date: Fri, 14 Sep 2001 12:13:33 +0200	[thread overview]
Message-ID: <20010914121333.A11814@dragon.blacknet.de> (raw)
In-Reply-To: <4C45858D148AD411A8B800A024B36E5009F4C994@granada.fhm.de>; from Julian.Pawlowski@szm.de on Fri, Sep 14, 2001 at 11:32:13AM +0200

[-- Attachment #1: Type: text/plain, Size: 1549 bytes --]


On Fri, Sep 14 '01 at 11:32, Pawlowski Julian wrote:
> ich habe eine Frage zur Funktion von Stripes beim LVM. Wofür genau
> benötigt man diese Funktion? Wird damit das LV auf mehrere der reellen
> Partitionen zwecks Performancegewinn verteilt?
Yes, that's exactly the intended bahaviour. if you have n (e.g. 2 or
more) PV than a striped LV is splitted between this n PV. This can
increase performance (like RIAD0 does) but it may backfire, if your PV
are on the same reald device.
If you want to use striped LVs, only use one PV per real device.

e.g.: 4 HDDs of 40GB each (sda, sdb, sdc, sdd)

you boot from sda and decide to have a 512MB root/boot partition for
this. Than make 3 swap partitiones on sdb, sdc and sdd.

on each device make a seccond partition with the rest of the space.
create a PV out of each of this 4 partitions.

you now have:

sda: sda1    512MB  root/boot
     sda2   39.5GB  PV1
sdb: sdb1    512MB  swap
     sdb2   39.5GB  PV2
sdc: sdc1    512MB  swap
     sdc2   39.5GB  PV3
sdd: sdd1    512MB  swap
     sdd2   39.5GB  PV4

VG1:       118.0GB  PV1 PV2 PV3 PV4

if you now make a striped LV of 20GB it will use 5GB on each PV and the
stripes will be read from PV1 PV2 PV3 PV4 PV1 PV2 PV3 PV4 ...

BTW: if you write your question in english a lot more people will be
     able to send you a reply.

PS: und wenn Du willst kann ich Dir das ganze gerne nochmal auf Deutsch
    schicken.

-- 
Goetz Bock                                              IT Consultant
Dipl.-Inf. Univ.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

  parent reply	other threads:[~2001-09-14 10:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-14  9:32 [linux-lvm] Verständnis von Stripes bei LVM Pawlowski Julian
2001-09-14 10:03 ` [linux-lvm] Verst?ndnis " Jan-Benedict Glaw
2001-09-14 10:13 ` Goetz Bock [this message]
2001-09-14 10:43   ` [linux-lvm] Re: [linux-lvm] Verständnis " svetljo
2001-09-14 15:52   ` [linux-lvm] Re: =?unknown-8bit?B?W2xp?= =?unknown-8bit?Q?nux-lvm=5D_Verst=E4ndnis?= " Andreas Dilger
2001-09-17  8:54     ` [linux-lvm] Re: [linux-lvm] Re: [linux-lvm] Verständnis " Goetz Bock
2001-09-17  9:21       ` svetljo
2001-09-14 11:37 ` Heinz J . Mauelshagen

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=20010914121333.A11814@dragon.blacknet.de \
    --to=bock@blacknet.de \
    --cc=linux-lvm@sistina.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox