linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: "Bryn M. Reeves" <bmr@redhat.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Cc: Jan Bakuwel <jan.bakuwel@omiha.com>
Subject: Re: [linux-lvm] Unable to remove LVs
Date: Mon, 14 Nov 2011 15:10:12 +0000	[thread overview]
Message-ID: <4EC12F54.2000303@redhat.com> (raw)
In-Reply-To: <4EC09964.1080305@omiha.com>

On 11/14/2011 04:30 AM, Jan Bakuwel wrote:
> server1:/# ls -al /dev/mapper/*oa*
> brw-rw---- 1 root disk 254,  7 2011-07-22 19:40 /dev/mapper/d-pdc.oa.c
> brw-rw---- 1 root disk 254, 78 2011-10-30 13:04 /dev/mapper/d-pdc.oa.cp1
> server1:/# kpartx -l /dev/mapper/d-pdc.oa.c
> d-pdc.oa.c1 : 0 71103627 /dev/mapper/d-pdc.oa.c 63
> server1:/# kpartx -d /dev/mapper/d-pdc.oa.c

This should have removed the <name>p1 partition map previously created 
by kpartx -a.

> server1:/# kpartx -d /dev/mapper/d-pdc.oa.c1

The kpartx command expects the base device as its argument (as you gave 
in the previous command). This should be "/dev/mapper/d-pdc.oa.c" (the 
'1' is the partition index and the 'p' is the separator).

> failed to stat() /dev/mapper/d-pdc.oa.c1

The partition map has a 'p' separator - d-pdc.oa.cp1 - the correct 
command is:

kpartx -d /dev/mapper/d-pdc.oa.c

> server1:/# lvs | grep oa
>    pdc.oa.c         d    -wi-ao  37.00G

The LV is still showing as active and open here. You should be able to 
remove it with lvremove d/pdc.oa.c or shut it down with 
vgchange/lvchange after correctly removing the kpartx mapping.

If it still shows as open you may want to look at the output of "dmsetup 
ls --tree" to see if there are other device-mapper devices using it and 
make sure that it's not mounted anywhere.

Regards,
Bryn.

  reply	other threads:[~2011-11-14 15:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-14  4:30 [linux-lvm] Unable to remove LVs Jan Bakuwel
2011-11-14 15:10 ` Bryn M. Reeves [this message]
2011-11-15  6:44   ` Jan Bakuwel
2011-11-15 11:07     ` Bryn M. Reeves
2011-11-15 11:16       ` Bryn M. Reeves
     [not found]         ` <4EC2D031.3090101@omiha.com>
2012-09-17 23:54           ` Jan Bakuwel
2012-09-18  1:10           ` [linux-lvm] Unable to remove LVs - problem solved Jan Bakuwel

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=4EC12F54.2000303@redhat.com \
    --to=bmr@redhat.com \
    --cc=jan.bakuwel@omiha.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).