FreeBSD Bugzilla – Attachment 159214 Details for
Bug 201873
(patch) more detail reporting from GEOM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Extra info about unaligned partitions
sys_geom_part_g_part.c.patch (text/plain), 655 bytes, created by
Willem Jan Withagen
on 2015-07-25 14:40:28 UTC
(
hide
)
Description:
Extra info about unaligned partitions
Filename:
MIME Type:
Creator:
Willem Jan Withagen
Created:
2015-07-25 14:40:28 UTC
Size:
655 bytes
patch
obsolete
>Index: sys/geom/part/g_part.c >=================================================================== >--- sys/geom/part/g_part.c (revision 285827) >+++ sys/geom/part/g_part.c (working copy) >@@ -321,8 +321,10 @@ > if (e1->gpe_offset > offset) > offset = e1->gpe_offset; > if ((offset + pp->stripeoffset) % pp->stripesize) { >- DPRINTF("partition %d is not aligned on %u " >- "bytes\n", e1->gpe_index, pp->stripesize); >+ DPRINTF("partition %d on (%s,%s) is not aligned " >+ "on %u bytes\n", e1->gpe_index, >+ pp->name, table->gpt_scheme->name, >+ pp->stripesize); > /* Don't treat this as a critical failure */ > } > }
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 201873
: 159214