From: Rajesh Akula <rajesh.akula@gmail.com>
To: linux-lvm@redhat.com
Subject: [linux-lvm] LVM help
Date: Mon, 31 Jan 2005 15:56:54 -0600 [thread overview]
Message-ID: <2e06c5c205013113562f2cd2ff@mail.gmail.com> (raw)
I have 154 disks.
136 of them are 36GB
18 are 73Gb
I made two partitions on all these disks. First partitions is 31Gb
rest of the space is second partition.
I am trying to create one big logical volume group of 1.1TB on the
second partition on all the disks.
Here is the script I used to create volume group
vgcreate volgroup1 /dev/sdb2......................./dev/sdey (154 disks)
lvcreate -i 154 -I 16 -L 1100G -n lv01 volgroup18
Failed and the got the following message.
Number of stripes (154) must be between 1 and 128.
The I changed number of stripes to 128 ran the script like this
lvcreate -i 154 -I 16 -L 1100G -n lv01 volgroup18
Rounding size (17600 extents) up to stripe boundary size (17664 extents)
Insufficient allocatable extents suitable for parallel use for
logical volume lv01: 17664 required
Here is how vgdisplay shows. Somebody please help. I am new to LINUX.
BTW this is Suse Linux Enterprize edition 9.
le576p2:~ # vgdisplay
--- Volume group ---
VG Name volgroup18
System ID
Format lvm2
Metadata Areas 128
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 128
Act PV 128
VG Size 1.22 TB
PE Size 64.00 MB
Total PE 19923
Alloc PE / Size 0 / 0
Free PE / Size 19923 / 1.22 TB
VG UUID zdkjo6-8jtQ-PHUU-bUfa-ysor-jAM4-QTOWqn
next reply other threads:[~2005-01-31 21:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-31 21:56 Rajesh Akula [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-07-26 18:55 [linux-lvm] lvm help Pierre Lamb
2001-07-26 19:47 ` AJ Lewis
2001-07-26 14:13 Pierre Lamb
2001-07-26 14:08 Pierre Lamb
2001-07-24 14:05 Pierre Lamb
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=2e06c5c205013113562f2cd2ff@mail.gmail.com \
--to=rajesh.akula@gmail.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.