linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] lvremove try to remove a WRONG logic volume!!!
@ 2017-11-15  3:26 BaiLin Times
  2017-11-15  9:25 ` Peter Rajnoha
  0 siblings, 1 reply; 2+ messages in thread
From: BaiLin Times @ 2017-11-15  3:26 UTC (permalink / raw)
  To: linux-lvm


[-- Attachment #1.1: Type: text/plain, Size: 684 bytes --]

root@d11:/home/sone# lvremove vg0 lv0v16
Do you really want to remove active logical volume vg0/lv0v15? [y/n]: y
  Logical volume "lv0v15" successfully removed
Do you really want to remove active logical volume vg0/lv0v00? [y/n]: ^C
Interrupted...
  Logical volume vg0/lv0v00 not removed.
  Interrupted...
  Interrupted...



root@d11:/home/sone# lvremove vg1 vl1v16
  Logical volume vg1/lv1uni contains a filesystem in use.
Do you really want to remove active logical volume vg1/lv1win? [y/n]: ^C
Interrupted...
  Logical volume vg1/lv1win not removed.
  Interrupted...
  Interrupted...



[image: Inline image 1][image: Inline image 2][image: Inline image 3][image:
Inline image 4]

[-- Attachment #1.2: Type: text/html, Size: 1100 bytes --]

[-- Attachment #2: WechatIMG923 1.jpeg --]
[-- Type: image/jpeg, Size: 69182 bytes --]

[-- Attachment #3: 9241510715576_.pic.jpg --]
[-- Type: image/jpeg, Size: 56051 bytes --]

[-- Attachment #4: WechatIMG923.jpeg --]
[-- Type: image/jpeg, Size: 69182 bytes --]

[-- Attachment #5: 9231510715558_.pic.jpg --]
[-- Type: image/jpeg, Size: 69182 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [linux-lvm] lvremove try to remove a WRONG logic volume!!!
  2017-11-15  3:26 [linux-lvm] lvremove try to remove a WRONG logic volume!!! BaiLin Times
@ 2017-11-15  9:25 ` Peter Rajnoha
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Rajnoha @ 2017-11-15  9:25 UTC (permalink / raw)
  To: BaiLin Times; +Cc: LVM general discussion and development

On 11/15/2017 04:26 AM, BaiLin Times wrote:
> root@d11:/home/sone# lvremove vg0 lv0v16

There's missing slash '/' in between VG name and LV name - you should
have used vg0/lv0v16. Without that slash, the name given means the whole
VG so the command you typed actually means "remove all volumes in volume
group vg0 and lv0v16".


> Do you really want to remove active logical volume vg0/lv0v15? [y/n]: y
>   Logical volume "lv0v15" successfully removed
> Do you really want to remove active logical volume vg0/lv0v00? [y/n]:
> ^C  Interrupted...
>   Logical volume vg0/lv0v00 not removed.
>   Interrupted...
>   Interrupted...
> 
> 
> 
> root@d11:/home/sone# lvremove vg1 vl1v16
>   Logical volume vg1/lv1uni contains a filesystem in use.
> Do you really want to remove active logical volume vg1/lv1win? [y/n]:
> ^C  Interrupted...
>   Logical volume vg1/lv1win not removed.
>   Interrupted...
>   Interrupted...
> 
> 
> 
> Inline image 1Inline image 2Inline image 3Inline image 4
> 
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
> 


-- 
Peter

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-15  9:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15  3:26 [linux-lvm] lvremove try to remove a WRONG logic volume!!! BaiLin Times
2017-11-15  9:25 ` Peter Rajnoha

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).