awesome_kyl3
n00b
- Joined
- Jan 21, 2014
- Messages
- 9
So I'm in the process of building an ESXi all-in-one so I can teach myself about virtualization and various networking technologies. To save space/money for now, I'm starting with an all-in-one centered around NAS4Free with a ZFS pool. You can read about my build here: http://www.reddit.com/r/homelab/comments/1vbuzj/new_server_build/ One change I think I'm going to make is to go with napp-it instead of NAS4Free It looks like a good platform that encourages the all-in-one design.
My question is regarding my storage configuration. I can't seem to decide on how I want to split my zpool/vdevs. I have 10x1TB hard drives, and the plan right now is to make an 10 disk RAIDZ2 vdev(8 data, 2 parity). I've read about keeping the number of data drives at a power of two and to not create too large of a vddv, so it's either 4 or 8 data disks. I'm going with 8 because that'll give me 10 disks total, and my enclosure conveniently holds 20. When I want to expand, I can either replace each drive with a 2TB and/or add another 10 disk RAIDZ2 vdev.
However, I'm not sure if that's the way to go. One advantage of going with a smaller vdev is that it all fits on one HBA card, it's more secure (less disks to fail), and it's cheaper. But I'm not sure if I'm just overthinking it. Would it be better to get 2 more disks and do a 2x(4+2) setup? Are there any BKMs I should know about when deciding how to partition my storage? In the past I've never used ZFS for my primary storage, and now that I am, it's a bit daunting that once my decision is made it's "final" unless I want to start a new zpool with another configuration. I'm also not sure if it's necessary to set up a ZIL. I have 4 SSDs availible, 2x SATAII Intel X-25M 160GB and 2x Intel 250GB SSD 510 Series. Based on what I've read, for the ZIL, I want fast reliable SSDs. Would these consumer SSDs be any good at that or would I be better off skipping the ZIL until I get a dedicated SSD? Any help would be appreciated. Thanks
My question is regarding my storage configuration. I can't seem to decide on how I want to split my zpool/vdevs. I have 10x1TB hard drives, and the plan right now is to make an 10 disk RAIDZ2 vdev(8 data, 2 parity). I've read about keeping the number of data drives at a power of two and to not create too large of a vddv, so it's either 4 or 8 data disks. I'm going with 8 because that'll give me 10 disks total, and my enclosure conveniently holds 20. When I want to expand, I can either replace each drive with a 2TB and/or add another 10 disk RAIDZ2 vdev.
However, I'm not sure if that's the way to go. One advantage of going with a smaller vdev is that it all fits on one HBA card, it's more secure (less disks to fail), and it's cheaper. But I'm not sure if I'm just overthinking it. Would it be better to get 2 more disks and do a 2x(4+2) setup? Are there any BKMs I should know about when deciding how to partition my storage? In the past I've never used ZFS for my primary storage, and now that I am, it's a bit daunting that once my decision is made it's "final" unless I want to start a new zpool with another configuration. I'm also not sure if it's necessary to set up a ZIL. I have 4 SSDs availible, 2x SATAII Intel X-25M 160GB and 2x Intel 250GB SSD 510 Series. Based on what I've read, for the ZIL, I want fast reliable SSDs. Would these consumer SSDs be any good at that or would I be better off skipping the ZIL until I get a dedicated SSD? Any help would be appreciated. Thanks