You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The P4510 NVMe disks in /dev/md1 array in eddie use 512 byte sectors instead of 4096 byte sectors. The disks should be removed from the array, sector size changed (format) and disks re-added to the array
disk INTEL SSDPE2KX020T8__1 /dev/nvme8n1
disk INTEL SSDPE2KX020T8__1 /dev/nvme9n1
The LBA format reports 4096 bytes is the best performance:
LBA Format 0 : Metadata Size: 0 bytes - Data Size: 512 bytes - Relative Performance: 0x2 Good (in use)
LBA Format 1 : Metadata Size: 0 bytes - Data Size: 4096 bytes - Relative Performance: 0 Best
This can be done as part of the upgrade in #1117 to reduce any data corruption risks (ensure full parity):
Firefishy
changed the title
Resize NVMe sector size on existing P4510 disks in eddie #1119
Resize NVMe sector size on existing P4510 disks in eddie
Jul 23, 2024
The P4510 NVMe disks in
/dev/md1
array in eddie use 512 byte sectors instead of 4096 byte sectors. The disks should be removed from the array, sector size changed (format) and disks re-added to the arrayThe LBA format reports 4096 bytes is the best performance:
This can be done as part of the upgrade in #1117 to reduce any data corruption risks (ensure full parity):
Likely steps:
The text was updated successfully, but these errors were encountered: