Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302779 Details for
Bug 442937
libblkid sees lvm2pv as swap
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix
e2fsprogs-probe-lvm2-earlier.patch (text/plain), 1.27 KB, created by
Jeremy Katz
on 2008-04-17 18:00:32 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Jeremy Katz
Created:
2008-04-17 18:00:32 UTC
Size:
1.27 KB
patch
obsolete
>diff -up e2fsprogs-1.40.8/lib/blkid/probe.c.lvm2pv e2fsprogs-1.40.8/lib/blkid/probe.c >--- e2fsprogs-1.40.8/lib/blkid/probe.c.lvm2pv 2008-04-17 13:56:55.000000000 -0400 >+++ e2fsprogs-1.40.8/lib/blkid/probe.c 2008-04-17 13:56:56.000000000 -0400 >@@ -1104,6 +1104,10 @@ static int probe_lvm2(struct blkid_probe > */ > static struct blkid_magic type_array[] = { > /* type kboff sboff len magic probe */ >+ { "lvm2pv", 0, 0x218, 8, "LVM2 001", probe_lvm2 }, >+ { "lvm2pv", 0, 0x018, 8, "LVM2 001", probe_lvm2 }, >+ { "lvm2pv", 1, 0x018, 8, "LVM2 001", probe_lvm2 }, >+ { "lvm2pv", 1, 0x218, 8, "LVM2 001", probe_lvm2 }, > { "oracleasm", 0, 32, 8, "ORCLDISK", probe_oracleasm }, > { "ntfs", 0, 3, 8, "NTFS ", probe_ntfs }, > { "jbd", 1, 0x38, 2, "\123\357", probe_jbd }, >@@ -1181,10 +1185,6 @@ static struct blkid_magic type_array[] = > { "crypt_LUKS", 0, 0, 6, "LUKS\xba\xbe", probe_luks }, > { "squashfs", 0, 0, 4, "sqsh", 0 }, > { "squashfs", 0, 0, 4, "hsqs", 0 }, >- { "lvm2pv", 0, 0x218, 8, "LVM2 001", probe_lvm2 }, >- { "lvm2pv", 0, 0x018, 8, "LVM2 001", probe_lvm2 }, >- { "lvm2pv", 1, 0x018, 8, "LVM2 001", probe_lvm2 }, >- { "lvm2pv", 1, 0x218, 8, "LVM2 001", probe_lvm2 }, > { NULL, 0, 0, 0, NULL, NULL } > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 442937
: 302779