| Summary: | (patch) more detail reporting from GEOM | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Willem Jan Withagen <wjw> | ||||
| Component: | kern | Assignee: | Andrey V. Elsukov <ae> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | ae | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: ae Date: Sun Jul 26 11:16:49 UTC 2015 New revision: 285889 URL: https://svnweb.freebsd.org/changeset/base/285889 Log: Report the scheme and provider names in warning message about unaligned partition. PR: 201873 MFC after: 1 week Changes: head/sys/geom/part/g_part.c A commit references this bug: Author: ae Date: Sun Aug 2 16:25:22 UTC 2015 New revision: 286207 URL: https://svnweb.freebsd.org/changeset/base/286207 Log: MFC r285889: Report the scheme and provider names in warning message about unaligned partition. PR: 201873 Changes: _U stable/10/ stable/10/sys/geom/part/g_part.c A commit references this bug: Author: ae Date: Sun Aug 2 16:29:31 UTC 2015 New revision: 286209 URL: https://svnweb.freebsd.org/changeset/base/286209 Log: MFC r286207: Report the scheme and provider names in warning message about unaligned partition. PR: 201873 Changes: _U stable/9/sys/ stable/9/sys/geom/part/g_part.c Committed in head/, stable/10 and stable/9. Thanks! |
Created attachment 159214 [details] Extra info about unaligned partitions I found quite a few of the following warnings in my dmesg: +GEOM_PART: partition 1 is not aligned on 8192 bytes Since that system has quite a few disks it is rather hard to guess about which disk it is actually complaining... All failures are fitted with an extra line indicating the disk, but with is considered a warning, not a failure. So the include patch make it report like: GEOM_PART: partition 1 on (ada0,GPT) is not aligned on 4096 bytes Diff is against 10.2-BETA --WjW