zpool with only 512n drives

vicmarto

Explorer
Joined
Jan 25, 2018
Messages
61
Hello.

I plan to make a zpool consisting exclusively of 512n drives (native 512 drives, from Seagate). Should I force it fo ashift 9 or ashift 12? Thanks!
 

mav@

iXsystems
iXsystems
Joined
Sep 29, 2011
Messages
1,428
ashift 9 may allow some better space efficiency when storing small data blocks, especially if wider RAIDZ is used, where each logical block has to be split between number of drives. But on the other side use of RAIDZ to store small blocks is not good for performance reasons, since each top-level vdev there has IOPS of single drive. So I would say that ashift 9 is OK, but I would not expect dramatic benefits.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
And if you ever replace your drives with 4k ones, you will regret it ;)

Patrick
 
Top