On 16/06/20 10:04, Dale wrote: > I might add, I don't have LVM on that drive. I read it does not work > well with LVM, RAID etc as you say. Most likely, that drive will always > be a external drive for backups or something. If it ever finds itself > on the OS or /home, it'll be a last resort.
LVM it's probably fine with. Raid, MUCH less so. What you need to make sure does NOT happen is a lot of random writes. That might make deleting an lvm snapshot slightly painful ... But adding a SMR drive to an existing ZFS raid is a guarantee for pain. I don't know why, but "resilvering" causes a lot of random writes. I don't think md-raid behaves this way. But it's the very nature of raid that, as soon as something goes wrong and a drive needs replacing, everything is going to get hammered. And SMR drives don't take kindly to being hammered ... :-) Even in normal use, a SMR drive is going to cause grief if it's not handled carefully. Cheers, Wol