Re: zfs on ssd
- Reply: void : "Re: zfs on ssd"
- In reply to: void : "zfs on ssd"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Aug 2023 18:02:50 UTC
Yeah, that will work fine. The only weird thing is that iops won't be evenly distributed. The larger SSD will get twice as much I/O as the smaller one. Just make sure that they both have the same blocksize, or else simply force the ashift to 12. On Mon, Aug 14, 2023 at 10:52 AM void <void@f-m.fm> wrote: > > Hello list, > > I'd like to zpool 2x different size ssds into a single (non-redundant) > pool. One is nearly 2Tb the other is nearly 4Tb. > > Will this work without performance penalty? I'm hoping that, > because it'll be a non-redundant stripe, it'd work as expected > without issue. The contest here is -current. > > Right now each ssd is its own zpool > > -- >