All of lore.kernel.org
 help / color / mirror / Atom feed
From: rich turner <rich@storix.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: [linux-lvm] lvcreate error
Date: Tue, 05 Oct 2004 15:09:22 -0700	[thread overview]
Message-ID: <1097014162.3577.16.camel@rich> (raw)

i have created a bunch of logical volumes on a single system with the
following commands:
#lvcreate -C n -l 512 -n backuplv -p rw --persistent y --major 253
--minor 255 -r 0 vg0
#lvcreate -C n -l 512 -n datalv -p rw --persistent y --major 253 --minor
254 -r 0 vg0
#lvcreate -C n -l 512 -n homelv -p rw --persistent y --major 253 --minor
253 -r 0 vg0
#lvcreate -C n -l 256 -n optlv -p rw --persistent y --major 253 --minor
252 -r 0 vg0
#lvcreate -C n -l 64 -n rootlv -p rw --persistent y --major 253 --minor
251 -r 0 vg0
#lvcreate -C n -l 128 -n swaplv -p rw --persistent y --major 253 --minor
250 -r 0 vg0
#lvcreate -C n -l 50 -n testllv1 -p rw --persistent y --major 253
--minor 249 -r 0 vg0
#lvcreate -C n -l 50 -n testllv2 -p rw --persistent y --major 253
--minor 248 -r 0 vg0
#lvcreate -C n -l 50 -n testllv3 -p rw --persistent y --major 253
--minor 247 -r 0 vg0
#lvcreate -C n -l 50 -n testllv4 -p rw --persistent y --major 253
--minor 246 -r 0 vg0
#lvcreate -C n -l 50 -n testllv5 -p rw --persistent y --major 253
--minor 245 -r 0 vg0
#lvcreate -C n -l 50 -n testllv6 -p rw --persistent y --major 253
--minor 244 -r 0 vg0
#lvcreate -C n -l 768 -n tmplv -p rw --persistent y --major 253 --minor
243 -r 0 vg0

when i try to create the next one it fails with the following error:
#lvcreate -C n -l 640 -n usrlv -p rw --persistent y --major 253 --minor
242 -r 0 vg0
Physical extent 0 of /dev/hdb2 referenced by more thatn one logical
volume. Couldn't fill extent allocation bitmaps vg0.

what did i do wrong?

             reply	other threads:[~2004-10-05 22:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-05 22:09 rich turner [this message]
2004-10-05 22:16 ` [linux-lvm] lvcreate error Alasdair G Kergon
  -- strict thread matches above, loose matches on Subject: below --
2001-04-01 23:32 ardy
2001-04-02 14:27 ` Patrick Caulfield

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=1097014162.3577.16.camel@rich \
    --to=rich@storix.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.