Hi !
I'm totally new to BSD (comming from Ubuntu/Debian land), starting an Homelab project with recent refurbished hardware :
Optiplex 3080, 8gb ram, core I5 10500T (6 cores / HyperThread Yes).
I'm planning something simple with this homelab :
- ZFS crypted / Yubikey
- Containers ( or a simple single node K3s )
- Ansible
- Easy ZFS rollback, including boot
After some discussion on reddit, one french BSD user (eolin) convainced me to give a try to open/free/BSD with Bastille + Ansible (see this post )
Why not, this is a good way to learn
Considering FreeBsd + ZFS, my question is about Storage topology with ZFS.
My hardware is limited, and i already post something on reddit ( see this post ), i have only two slots on my hardware for storage :
- 1 pci gen 3 4x with NVME P5 Crucial 1Tb => theorically limited at 3400mb/s
- 1 sata Crucial 1Tb => theorically limited at 600 mb/s
I prefer integrity (mirroring the two disk) than speed, so eolin indicate me a way to do that, including the system / boot on the main pool :
https://forums.freebsd.org/threads/howto-convert-single-disk-zfs-on-root-to-mirror.49702/
But something interesting, another reddit user say there is some possibility to tune ZFS to take in account the difference of speed between the two mirrored storage : https://blog.mh3000.net/viewer/1i1n1D6xc29
Do you know if something is possible with freeBSD, that could limit the difference of speed between the two interface (sata ssd vs nvme) ?
About rollback i already found some discussions on this forum :
I'm totally new to BSD (comming from Ubuntu/Debian land), starting an Homelab project with recent refurbished hardware :
Optiplex 3080, 8gb ram, core I5 10500T (6 cores / HyperThread Yes).
I'm planning something simple with this homelab :
- ZFS crypted / Yubikey
- Containers ( or a simple single node K3s )
- Ansible
- Easy ZFS rollback, including boot
After some discussion on reddit, one french BSD user (eolin) convainced me to give a try to open/free/BSD with Bastille + Ansible (see this post )
Why not, this is a good way to learn
Considering FreeBsd + ZFS, my question is about Storage topology with ZFS.
My hardware is limited, and i already post something on reddit ( see this post ), i have only two slots on my hardware for storage :
- 1 pci gen 3 4x with NVME P5 Crucial 1Tb => theorically limited at 3400mb/s
- 1 sata Crucial 1Tb => theorically limited at 600 mb/s
I prefer integrity (mirroring the two disk) than speed, so eolin indicate me a way to do that, including the system / boot on the main pool :
https://forums.freebsd.org/threads/howto-convert-single-disk-zfs-on-root-to-mirror.49702/
But something interesting, another reddit user say there is some possibility to tune ZFS to take in account the difference of speed between the two mirrored storage : https://blog.mh3000.net/viewer/1i1n1D6xc29
Do you know if something is possible with freeBSD, that could limit the difference of speed between the two interface (sata ssd vs nvme) ?
About rollback i already found some discussions on this forum :
ZFS - Confused about what is backedup by a zfs snapshot
I execute zfs list -r, I get (18:18)ROOT@anthem:/root# zfs list -r NAME USED AVAIL REFER MOUNTPOINT zroot 22.1G 424G 88K /zroot zroot/ROOT 4.01G 424G 88K none zroot/ROOT/default 4.01G 424G 4.01G / zroot/tmp 180K 424G 180K /tmp zroot/usr 18.1G 424G 88K /usr zroot/usr/home 136K 424G 136K...
forums.freebsd.org