[MDEV-6648] InnoDB: Add support for 4K sector size if supported Created: 2014-08-27 Updated: 2014-10-29 Resolved: 2014-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | None |
| Fix Version/s: | 10.0.15-FusionIO, 10.1.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | fusion-io, innodb, xtradb | ||
| Description |
|
http://en.wikipedia.org/wiki/Advanced_Format New generation hard drives, SSDs and NVM devices support 4K sector size. Supported sector size can be found using fstatvfs() or GetDiskFreeSpace() functions. |
| Comments |
| Comment by Dhananjoy [ 2014-10-27 ] |
|
Issue is already being track by Jan, just summarizing some offline discussions with Jan.. Code in “storage/innobase/os/os0file.cc” is currently tuned for 512Byte sector size and the same need to be support file-system block-size 4K/8K/other sector sizes. Required set of changes..
This should be a gating item for the release. |
| Comment by Jan Lindström (Inactive) [ 2014-10-29 ] |
|
commit 662701e1abfcfcdcd9d1619be2621a5d419c5905 New generation hard drives, SSDs and NVM devices support 4K |
| Comment by Jan Lindström (Inactive) [ 2014-10-29 ] |
|
revno: 3998 New generation hard drives, SSDs and NVM devices support 4K |