I have 16 of these in an admittedly too wide vdev, and i was having some serious issues with reading.
see here:
https://forums.freenas.org/index.ph...ormance-with-reading.36846/page-2#post-225426
While i was working on this issue, i noticed an issue with writes to the drives:
https://forums.freenas.org/index.php?threads/whats-writing-all-the-time.36968/#post-225419
Data was being written continuously, but slowly, to the drives. These SMR drives do NOT like being randomly written to, and i was thinking that these writes would be forcing the drives to continuously re-shingle when writing logs.
My freenas system runs of a 120 gig SSD, i have stayed away from USB boot drives after all the horrible things i have heard. So.. i just changed the system dataset pool to the boot drive.
Random writes stopped, read performance is back to being 100 percent!
So yea. Nothing wrong with the drives themselves, but you have to treat them a bit differently. Do not treat them as random access drives, treat them more as write once, read many, (WORM) drives.
As far as i know im one of the first people to have a huge swathe of these things in a single machine, in a single vdev, with only 16 gig of ram. In trying to solve the issues with reading, i updated to 32 gig but that didnt help.
I also set up an L2ARC with another 120 gig SSD and that didnt help either.
So yea guys, if you are using these in a media center, do NOT use them as standard dataset, or a boot drive, or anything involving random access. That also means you should disable all the EA attributes as seen here https://forums.freenas.org/index.ph...-to-improve-samba-browsing-performance.24906/, and also atime.
Beware with removing EA attributes though, some programs get REALLY upset at it, especially backup programs.
see here:
https://forums.freenas.org/index.ph...ormance-with-reading.36846/page-2#post-225426
While i was working on this issue, i noticed an issue with writes to the drives:
https://forums.freenas.org/index.php?threads/whats-writing-all-the-time.36968/#post-225419
Data was being written continuously, but slowly, to the drives. These SMR drives do NOT like being randomly written to, and i was thinking that these writes would be forcing the drives to continuously re-shingle when writing logs.
My freenas system runs of a 120 gig SSD, i have stayed away from USB boot drives after all the horrible things i have heard. So.. i just changed the system dataset pool to the boot drive.
Random writes stopped, read performance is back to being 100 percent!
So yea. Nothing wrong with the drives themselves, but you have to treat them a bit differently. Do not treat them as random access drives, treat them more as write once, read many, (WORM) drives.
As far as i know im one of the first people to have a huge swathe of these things in a single machine, in a single vdev, with only 16 gig of ram. In trying to solve the issues with reading, i updated to 32 gig but that didnt help.
I also set up an L2ARC with another 120 gig SSD and that didnt help either.
So yea guys, if you are using these in a media center, do NOT use them as standard dataset, or a boot drive, or anything involving random access. That also means you should disable all the EA attributes as seen here https://forums.freenas.org/index.ph...-to-improve-samba-browsing-performance.24906/, and also atime.
Beware with removing EA attributes though, some programs get REALLY upset at it, especially backup programs.