All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stanley Yue <stanley.yue@gmail.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: [linux-lvm] Unable to create lvm1 configurations
Date: Sat, 11 Sep 2004 23:33:06 -0700	[thread overview]
Message-ID: <ce9f1f9e040911233347ca7ec8@mail.gmail.com> (raw)

Hi all:

I have LVM2 installed, and I tried to create lvm1 configurations using
the following command:

[root@DAP-RHLNX1 tools]# vgcreate -v --metadatatype 1 vg1-lvm2
/dev/hda6 /dev/hda7
  Invalid argument 1
  Error during parsing of command line.
[root@DAP-RHLNX1 tools]# 

However, passing into "2" as the metadatatype would succeed.

[root@DAP-RHLNX1 tools]# vgcreate -v --metadatatype 2 vg1-lvm2
/dev/hda6 /dev/hda7
    Adding physical volume '/dev/hda6' to volume group 'vg1-lvm2'
    Adding physical volume '/dev/hda7' to volume group 'vg1-lvm2'
    Archiving volume group "vg1-lvm2" metadata.
    Creating volume group backup "/etc/lvm/backup/vg1-lvm2"
  Volume group "vg1-lvm2" successfully created
[root@DAP-RHLNX1 tools]# 


Does anyone what the problem is?
What is the best way to create LVM1 configurations?

Stanley

             reply	other threads:[~2004-09-12  6:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-12  6:33 Stanley Yue [this message]
2004-09-12 11:56 ` [linux-lvm] Unable to create lvm1 configurations Alasdair G Kergon
2004-09-13  8:58   ` Stanley Yue
2004-09-13 10:41     ` Alasdair G Kergon
2004-09-13 20:39       ` Stanley Yue
2004-09-14 20:16         ` Alasdair G Kergon

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=ce9f1f9e040911233347ca7ec8@mail.gmail.com \
    --to=stanley.yue@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.