* [linux-lvm] Strange messages on my Fedora Box
@ 2007-07-25 16:10 Georges Giralt
2007-07-25 16:37 ` Milan Broz
0 siblings, 1 reply; 3+ messages in thread
From: Georges Giralt @ 2007-07-25 16:10 UTC (permalink / raw)
To: LVM general discussion and development
Hi !
The context :
Fedora Core 7 on an X86-64 AMD Athlon 64x2 box.
lvm> version
LVM version: 2.02.24 (2007-03-19)
Library version: 1.02.17 (2007-01-29)
Driver version: 4.11.0
lvm>
Kernel : 2.6.22.1-27.fc7
3 X 160 Gb disks with 4 primary partitions
the 3 last partitions in each disks make 3 VG : vgF32, vgF64 and vg-Ext.
I use LVM mirroring.
The vgF32 vg hold a FC7 32 bits version, vgF64 the FC7 64 bits version
(the one I use now) and vg-Ext the home and various data.
Today, i ran lvs and get the following message.
I've nothing in the system message file nor in the dmesg ring.
/bott is an md made with the 2 first partitions of the 2 first disks and
is fine.
Questions :
Is it serious ? What should I do ? How to recover ?
TIA
lvm> vgchange -a n vgF32
0 logical volume(s) in volume group "vgF32" now active
lvm> lvs
Failure parsing mirror status fraction: 3 disk 253:16 A
Failure parsing mirror status fraction: 3 disk 253:16 A
Failure parsing mirror status fraction: 3 disk 253:20 A
Failure parsing mirror status fraction: 3 disk 253:20 A
Failure parsing mirror status fraction: 3 disk 253:24 A
Failure parsing mirror status fraction: 3 disk 253:24 A
Failure parsing mirror status fraction: 3 disk 253:0 A
Failure parsing mirror status fraction: 3 disk 253:0 A
Failure parsing mirror status fraction: 3 disk 253:4 A
Failure parsing mirror status fraction: 3 disk 253:4 A
Failure parsing mirror status fraction: 3 disk 253:8 A
Failure parsing mirror status fraction: 3 disk 253:8 A
Failure parsing mirror status fraction: 3 disk 253:12 A
Failure parsing mirror status fraction: 3 disk 253:12 A
LV VG Attr LSize Origin Snap% Move Log Copy%
CD vg-Ext mwi-ao 12,00G CD_mlog
Home vg-Ext mwi-ao 20,00G Home_mlog
Root vg-Ext mwi-ao 5,00G Root_mlog
lv1 vgF32 mwi--- 10,00G lv1_mlog
lv2 vgF32 mwi--- 4,00G lv2_mlog
lv3 vgF32 mwi--- 10,00G lv3_mlog
lv4 vgF32 mwi--- 10,00G lv4_mlog
lv1 vgF64 mwi-ao 10,00G lv1_mlog
lv2 vgF64 mwi-ao 4,00G lv2_mlog
lv3 vgF64 mwi-ao 10,00G lv3_mlog
lv4 vgF64 mwi-ao 10,00G lv4_mlog
lvm>
--
Ce message est constitu� d'au moins 50 % d'�lectrons recycl�s.
S'il vous pla�t, aidez nous � conserver nos ressources,
recyclez vos �lectrons !
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-lvm] Strange messages on my Fedora Box
2007-07-25 16:10 [linux-lvm] Strange messages on my Fedora Box Georges Giralt
@ 2007-07-25 16:37 ` Milan Broz
2007-07-25 16:55 ` Georges Giralt
0 siblings, 1 reply; 3+ messages in thread
From: Milan Broz @ 2007-07-25 16:37 UTC (permalink / raw)
To: LVM general discussion and development
Georges Giralt wrote:
> Hi !
> The context :
> Fedora Core 7 on an X86-64 AMD Athlon 64x2 box.
> lvm> version
> LVM version: 2.02.24 (2007-03-19)
> Library version: 1.02.17 (2007-01-29)
> Driver version: 4.11.0
> lvm>
> Kernel : 2.6.22.1-27.fc7
> 3 X 160 Gb disks with 4 primary partitions
> the 3 last partitions in each disks make 3 VG : vgF32, vgF64 and vg-Ext.
> I use LVM mirroring.
Mirror staus string is broken in 2.6.22 stable kernel, I hope that fix will be
part of next stable update.
patch exist for some time here
http://www.kernel.org/pub/linux/kernel/people/agk/patches/2.6/editing/dm-raid1-fix-status.patch
> The vgF32 vg hold a FC7 32 bits version, vgF64 the FC7 64 bits version
> (the one I use now) and vg-Ext the home and various data.
> Today, i ran lvs and get the following message.
> I've nothing in the system message file nor in the dmesg ring.
> /bott is an md made with the 2 first partitions of the 2 first disks and
> is fine.
> Questions :
> Is it serious ? What should I do ? How to recover ?
If you boot to 2.6.21 kernel, it should work ok, 2.6.23-rc1 has this fix too.
It is only reporting problem for mirrored volumes (in this case).
(But it is breaking pvmove functionallity too.)
Milan
--
mbroz@redhat.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-lvm] Strange messages on my Fedora Box
2007-07-25 16:37 ` Milan Broz
@ 2007-07-25 16:55 ` Georges Giralt
0 siblings, 0 replies; 3+ messages in thread
From: Georges Giralt @ 2007-07-25 16:55 UTC (permalink / raw)
To: LVM general discussion and development
Milan Broz a �crit :
> Georges Giralt wrote:
>> Hi !
>> The context :
>> Fedora Core 7 on an X86-64 AMD Athlon 64x2 box.
>> lvm> version
>> LVM version: 2.02.24 (2007-03-19)
>> Library version: 1.02.17 (2007-01-29)
>> Driver version: 4.11.0
>> lvm>
>> Kernel : 2.6.22.1-27.fc7
>> 3 X 160 Gb disks with 4 primary partitions
>> the 3 last partitions in each disks make 3 VG : vgF32, vgF64 and vg-Ext.
>> I use LVM mirroring.
>
> Mirror staus string is broken in 2.6.22 stable kernel, I hope that fix will be
> part of next stable update.
>
> patch exist for some time here
> http://www.kernel.org/pub/linux/kernel/people/agk/patches/2.6/editing/dm-raid1-fix-status.patch
>
>
>> The vgF32 vg hold a FC7 32 bits version, vgF64 the FC7 64 bits version
>> (the one I use now) and vg-Ext the home and various data.
>> Today, i ran lvs and get the following message.
>> I've nothing in the system message file nor in the dmesg ring.
>> /bott is an md made with the 2 first partitions of the 2 first disks and
>> is fine.
>> Questions :
>> Is it serious ? What should I do ? How to recover ?
>
> If you boot to 2.6.21 kernel, it should work ok, 2.6.23-rc1 has this fix too.
> It is only reporting problem for mirrored volumes (in this case).
> (But it is breaking pvmove functionallity too.)
>
> Milan
> --
> mbroz@redhat.com
Thanks Milan !
I _do_ prefer that.
I'll wait until the code is fixed.
regards
--
Ce message est constitu� d'au moins 50 % d'�lectrons recycl�s.
S'il vous pla�t, aidez nous � conserver nos ressources,
recyclez vos �lectrons !
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-25 16:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-25 16:10 [linux-lvm] Strange messages on my Fedora Box Georges Giralt
2007-07-25 16:37 ` Milan Broz
2007-07-25 16:55 ` Georges Giralt
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).