All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tyler <tyler@tylercentral.com>
To: linux-lvm@redhat.com
Subject: [linux-lvm] Stripes and PE's
Date: Fri, 11 Jun 2004 18:07:07 -0600	[thread overview]
Message-ID: <0HZ600B8D5NVF4@l-daemon> (raw)

I'm having problems creating a logical volume on a 4 disk SCSI volume group.
I want to use the entire space as 1 LV that is striped, but can't seem to do
it.

I get an error telling me I don't have enough Physical Extents, when I
clearly do.

livecd root # vgdisplay
  --- Volume group ---
  VG Name               group
  System ID
  Format                lvm2
  Metadata Areas        4
  Metadata Sequence No  1
  VG Access             read/write
  VG Status             resizable
  MAX LV                255
  Cur LV                0
  Open LV               0
  Max PV                255
  Cur PV                4
  Act PV                4
  VG Size               13.91 GB
  PE Size               4.00 MB
  Total PE              3560
  Alloc PE / Size       0 / 0
  Free  PE / Size       3560 / 13.91 GB
  VG UUID               DjxWid-oxqx-zol9-Lu8a-CO94-AsBn-c7k3le

livecd root # lvcreate -i4 -I16 -l3560 -nstorage group
  Insufficient allocatable extents suitable for striping for logical volume
storage: 3560 required
livecd root # lvcreate -i4 -I16 -l3000 -nstorage group
  Insufficient allocatable extents suitable for striping for logical volume
storage: 3000 required

Even if I try to use less space then it says I have, it still wont let me.

I've had this error before, but never found a solution.  I also have not
found the solution on the mailing list archives either.  I can create a
contiguous LV, but without striping.  I'd like to have it striped if I
could.

What am I doing wrong?

Tyler

             reply	other threads:[~2004-06-12  0:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-12  0:07 Tyler [this message]
2004-06-12  7:13 ` [linux-lvm] Stripes and PE's David Greaves
2004-06-13  4:38   ` Tyler
2004-06-14 13:22 ` AJ Lewis

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=0HZ600B8D5NVF4@l-daemon \
    --to=tyler@tylercentral.com \
    --cc=linux-lvm@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.