[Bug 724498] New: GPT Table currupt
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c0 Summary: GPT Table currupt Classification: openSUSE Product: openSUSE 12.1 Version: Beta 1 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: gjn@gjn.priv.at QAContact: jsrain@suse.com Found By: --- Blocker: --- Created an attachment (id=456873) --> (http://bugzilla.novell.com/attachment.cgi?id=456873) This is one of the last Installation User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 When I install on a clean system with a new Raid1 (EFI) I have a Message in the Kernel log and parted, second GPT Table corrupt, when I start parted and like to repair the GPT table, afterward I have no RAID anymore, The game start again :(. This is also a Problem in SP2 Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c1 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@suse.com, | |puzel@suse.com --- Comment #1 from Arvin Schnell <aschnell@suse.com> 2011-10-17 10:26:50 UTC --- This could be caused by bug #722224, e.g. btrfs could override the RAID metadata since it is using the underlying devices instead of the RAID device. Then it should not happen when using e.g. ext4. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c zj jia <zjjia@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@suse.com AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c2 Petr Uzel <puzel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Petr Uzel <puzel@suse.com> 2011-10-19 10:06:41 UTC --- I checked the logs and this really looks like a duplicate of bug 722224. Günther, could you please verify this by trying the installation again, but this time not with btrfs, but some other filesystem? *** This bug has been marked as a duplicate of bug 722224 *** http://bugzilla.novell.com/show_bug.cgi?id=722224 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c3 --- Comment #3 from Arvin Schnell <aschnell@suse.com> 2011-10-20 10:53:11 UTC --- How exactly did you call parted to repair the GPT? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c4 --- Comment #4 from Günther J. Niederwimmer <gjn@gjn.priv.at> 2011-10-20 11:20:08 UTC --- I have Installed today SLES 11 SP2 without btrfs YaST2 Log is on bug 722224 But your question, I do only a parted /dev/mapper/isw_baeegeadji_vol_0 and a print all and I say yes to repair -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c5 --- Comment #5 from Arvin Schnell <aschnell@suse.com> 2011-10-20 13:38:10 UTC --- AFAIS the message about the corrupt GPT can be ignored. It is about the GPT the kernel sees on the disks the RAID is assembled of. Since the RAID device has a different size than the disks the message is normal. And by the time the kernel analysis the disks the RAID has not been started. Not nice but reasonable. Here is the output of my test: [ 2.183578] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.183670] GPT:16767743 != 16777215 [ 2.183718] GPT:Alternate GPT header not at the end of the disk. [ 2.183760] GPT:16767743 != 16777215 [ 2.183806] GPT: Use GNU Parted to correct GPT errors. [ 2.183901] sdb: sdb1 sdb2 sdb3 [ 2.184347] sd 1:0:0:0: [sdb] Attached SCSI disk [ 2.186988] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 2.187085] GPT:16767743 != 16777215 [ 2.187133] GPT:Alternate GPT header not at the end of the disk. [ 2.187170] GPT:16767743 != 16777215 [ 2.187215] GPT: Use GNU Parted to correct GPT errors. [ 2.187329] sda: sda1 sda2 sda3 [ 2.208085] sd 0:0:0:0: [sda] Attached SCSI disk The RAID layout is: isw_gdeadhiej_test:16767744:128:mirror:ok:0:2:0 /dev/sda:isw:isw_gdeadhiej_test:mirror:ok:16767744:0 /dev/sdb:isw:isw_gdeadhiej_test:mirror:ok:16767744:0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c6 --- Comment #6 from Arvin Schnell <aschnell@suse.com> 2011-10-20 13:41:18 UTC --- What I don't understand is that parted reports a problem with the GPT on the RAID. I do not see that behaviour. Sure "repairing" the GPT on sda and sdb destroys the RAID metadata. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=724498 https://bugzilla.novell.com/show_bug.cgi?id=724498#c7 --- Comment #7 from Günther J. Niederwimmer <gjn@gjn.priv.at> 2011-10-20 19:24:02 UTC --- Yes, I test it with different computers all with Raid1 :(. But you are the professional ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com