From: Peter Rajnoha <prajnoha@redhat.com>
To: daniel.savard@gmail.com
Cc: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Volume "avg/alv" is not active locally.
Date: Tue, 04 Nov 2014 09:51:50 +0100 [thread overview]
Message-ID: <545893A6.2020503@redhat.com> (raw)
In-Reply-To: <CAHDsjKtjVuOVsEtzPpt-7x8BV1ficT7RQb5TVyUenutnuAnqMw@mail.gmail.com>
On 11/04/2014 02:15 AM, Daniel Savard wrote:
> Hi,
>
> I am running LVM2 on linux (Gentoo) with systemd and dracut. I ran into
> a problem I am unable to find the cause.
>
> I am trying to create a LV and I received an error as per the subject of
> this post.
>
> For example:
>
> feynman ~ # lvcreate -a y --contiguous y --size 1G --name db2data
> donneesvg Volume "donneesvg/db2data" is not active locally.
> Aborting. Failed to wipe start of new LV.
>
> What is going on? Any hints? What does it mean "not active locally"?
LVM tries to wipe the LV - zero out first 4KiB of data and also any old
signatures it may find on any newly created LV for it to be properly
initialized.
But this LV has not been activated. One reason may be that you have
activation/volume_list set in LVM configuration (/etc/lvm/lvm.conf)
and it does not include the name of the LV you're just creating.
The "lvcreate -vvvv ...." should provide more info on why the
activation has been skipped.
--
Peter
next prev parent reply other threads:[~2014-11-04 8:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 1:15 [linux-lvm] Volume "avg/alv" is not active locally Daniel Savard
2014-11-04 8:51 ` Peter Rajnoha [this message]
2014-11-04 13:18 ` Aubin, Jean-Francois
2014-11-04 16:10 ` Daniel Savard
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=545893A6.2020503@redhat.com \
--to=prajnoha@redhat.com \
--cc=daniel.savard@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.