* [linux-lvm] Phantom Vol Grp
@ 2001-09-17 21:13 Kenny Gorman
2001-09-17 21:54 ` AJ Lewis
0 siblings, 1 reply; 4+ messages in thread
From: Kenny Gorman @ 2001-09-17 21:13 UTC (permalink / raw)
To: linux-lvm
I can not delete a vol grp, but it doesn't show as there. When I try to
create a new one with the same name, then it says it exists... how do I
'clean out' old references?
See below:
colobus:~ # pvscan
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- ACTIVE PV "/dev/sdb1" of VG "oraredo1" [100 MB / 100 MB free]
pvscan -- inactive PV "/dev/sdb2" is in no VG [16.99 GB]
pvscan -- ACTIVE PV "/dev/sdc1" of VG "oraredo2" [100 MB / 100 MB free]
pvscan -- inactive PV "/dev/sdc2" is in no VG [16.99 GB]
pvscan -- ACTIVE PV "/dev/sdd1" of VG "redogrp3" [17.09 GB / 16.98 GB
free]
pvscan -- ACTIVE PV "/dev/sdd2" of VG "sysgrp" [16.99 GB / 12.49 GB
free]
pvscan -- total: 6 [68.26 GB] / in use: 4 [34.28 GB] / in no VG: 2
[33.98 GB]
colobus:~ # vgcreate indxgrp /dev/sdc2
vgcreate -- volume group directory or file already exists
vgcreate -- please choose a different name
colobus:~ # vgremove indxgrp
vgremove -- ERROR: can't remove active volume group "indxgrp"
colobus:~ # vgchange -a n indxgrp
vgchange -- volume group "indxgrp" does not exist
colobus:~ # vgdisplay indxgrp
vgdisplay -- volume group "indxgrp" not found
-kg
^ permalink raw reply [flat|nested] 4+ messages in thread
* [linux-lvm] Phantom Vol Grp
@ 2001-09-17 21:42 Kenny Gorman
0 siblings, 0 replies; 4+ messages in thread
From: Kenny Gorman @ 2001-09-17 21:42 UTC (permalink / raw)
To: linux-lvm
This may be a re-post, I am not sure if it went through.. sorry if it's
a duplicate:
-------- Original Message --------
Subject: Phantom Vol Grp
Date: Mon, 17 Sep 2001 14:13:13 -0700
From: Kenny Gorman <kenny@kenamea.com>
To: linux-lvm@sistina.com
I can not delete a vol grp, but it doesn't show as there. When I try to
create a new one with the same name, then it says it exists... how do I
'clean out' old references?
See below:
colobus:~ # pvscan
pvscan -- reading all physical volumes (this may take a while...)
pvscan -- ACTIVE PV "/dev/sdb1" of VG "oraredo1" [100 MB / 100 MB free]
pvscan -- inactive PV "/dev/sdb2" is in no VG [16.99 GB]
pvscan -- ACTIVE PV "/dev/sdc1" of VG "oraredo2" [100 MB / 100 MB free]
pvscan -- inactive PV "/dev/sdc2" is in no VG [16.99 GB]
pvscan -- ACTIVE PV "/dev/sdd1" of VG "redogrp3" [17.09 GB / 16.98 GB
free]
pvscan -- ACTIVE PV "/dev/sdd2" of VG "sysgrp" [16.99 GB / 12.49 GB
free]
pvscan -- total: 6 [68.26 GB] / in use: 4 [34.28 GB] / in no VG: 2
[33.98 GB]
colobus:~ # vgcreate indxgrp /dev/sdc2
vgcreate -- volume group directory or file already exists
vgcreate -- please choose a different name
colobus:~ # vgremove indxgrp
vgremove -- ERROR: can't remove active volume group "indxgrp"
colobus:~ # vgchange -a n indxgrp
vgchange -- volume group "indxgrp" does not exist
colobus:~ # vgdisplay indxgrp
vgdisplay -- volume group "indxgrp" not found
-kg
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] Phantom Vol Grp
2001-09-17 21:54 ` AJ Lewis
@ 2001-09-17 21:52 ` Kenny Gorman
0 siblings, 0 replies; 4+ messages in thread
From: Kenny Gorman @ 2001-09-17 21:52 UTC (permalink / raw)
To: linux-lvm
Yes! That was it.
thanks!
-kg
AJ Lewis wrote:
> On Mon, Sep 17, 2001 at 02:13:13PM -0700, Kenny Gorman wrote:
>
>>I can not delete a vol grp, but it doesn't show as there. When I try to
>>create a new one with the same name, then it says it exists... how do I
>> 'clean out' old references?
>>
>>See below:
>>
>>colobus:~ # pvscan
>>pvscan -- reading all physical volumes (this may take a while...)
>>pvscan -- ACTIVE PV "/dev/sdb1" of VG "oraredo1" [100 MB / 100 MB free]
>>pvscan -- inactive PV "/dev/sdb2" is in no VG [16.99 GB]
>>pvscan -- ACTIVE PV "/dev/sdc1" of VG "oraredo2" [100 MB / 100 MB free]
>>pvscan -- inactive PV "/dev/sdc2" is in no VG [16.99 GB]
>>pvscan -- ACTIVE PV "/dev/sdd1" of VG "redogrp3" [17.09 GB / 16.98 GB
>>free]
>>pvscan -- ACTIVE PV "/dev/sdd2" of VG "sysgrp" [16.99 GB / 12.49 GB
>>free]
>>pvscan -- total: 6 [68.26 GB] / in use: 4 [34.28 GB] / in no VG: 2
>>[33.98 GB]
>>
>>colobus:~ # vgcreate indxgrp /dev/sdc2
>>vgcreate -- volume group directory or file already exists
>>vgcreate -- please choose a different name
>>
>
> I believe this is referring to the /dev/indxgrp directory...look at that and
> if you know you don't need it, rm it.
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] Phantom Vol Grp
2001-09-17 21:13 [linux-lvm] Phantom Vol Grp Kenny Gorman
@ 2001-09-17 21:54 ` AJ Lewis
2001-09-17 21:52 ` Kenny Gorman
0 siblings, 1 reply; 4+ messages in thread
From: AJ Lewis @ 2001-09-17 21:54 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 1679 bytes --]
On Mon, Sep 17, 2001 at 02:13:13PM -0700, Kenny Gorman wrote:
> I can not delete a vol grp, but it doesn't show as there. When I try to
> create a new one with the same name, then it says it exists... how do I
> 'clean out' old references?
>
> See below:
>
> colobus:~ # pvscan
> pvscan -- reading all physical volumes (this may take a while...)
> pvscan -- ACTIVE PV "/dev/sdb1" of VG "oraredo1" [100 MB / 100 MB free]
> pvscan -- inactive PV "/dev/sdb2" is in no VG [16.99 GB]
> pvscan -- ACTIVE PV "/dev/sdc1" of VG "oraredo2" [100 MB / 100 MB free]
> pvscan -- inactive PV "/dev/sdc2" is in no VG [16.99 GB]
> pvscan -- ACTIVE PV "/dev/sdd1" of VG "redogrp3" [17.09 GB / 16.98 GB
> free]
> pvscan -- ACTIVE PV "/dev/sdd2" of VG "sysgrp" [16.99 GB / 12.49 GB
> free]
> pvscan -- total: 6 [68.26 GB] / in use: 4 [34.28 GB] / in no VG: 2
> [33.98 GB]
>
> colobus:~ # vgcreate indxgrp /dev/sdc2
> vgcreate -- volume group directory or file already exists
> vgcreate -- please choose a different name
I believe this is referring to the /dev/indxgrp directory...look at that and
if you know you don't need it, rm it.
--
AJ Lewis
Sistina Software Inc. Voice: 612-638-0500
1313 5th St SE, Suite 111 Fax: 612-638-0500
Minneapolis, MN 55414 E-Mail: lewis@sistina.com
http://www.sistina.com
Current GPG fingerprint = 60F3 160D C0D5 2C4B 751B 4FF9 6F67 E9BC 44CD DE95
-----Begin Obligatory Humorous Quote----------------------------------------
cthread. cthread_fork(). Fork, thread, fork!
-----End Obligatory Humorous Quote------------------------------------------
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-09-17 21:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-17 21:13 [linux-lvm] Phantom Vol Grp Kenny Gorman
2001-09-17 21:54 ` AJ Lewis
2001-09-17 21:52 ` Kenny Gorman
-- strict thread matches above, loose matches on Subject: below --
2001-09-17 21:42 Kenny Gorman
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.