Hello,
I am new to the BSD world (came from CentOS and never looked back) and I have clean machine and I made a zpool of 3 disks with raidz (raid5).
I have 4 disks. One SSD for OS (not pool just regular installation without involving ZFS), 3 HDD on raidz pool (dataset).
I made few jails one of them is samba daemon jail for NAS which has nullfs(5) accessibility to the pool.
Now the samba performance is 70MBps+- read and 100MBps write.
I decided that I want some of the pool to be zvol so I can do iSCSI with it.
I created zvol on the pool I use for samba and did basic config on /etc/ctl.conf
I connected the LUN on the same PC I got the samba performance I noted below and its speeds is like 25MBps read, 40MBps write.
zvol props:
I am new to the BSD world (came from CentOS and never looked back) and I have clean machine and I made a zpool of 3 disks with raidz (raid5).
I have 4 disks. One SSD for OS (not pool just regular installation without involving ZFS), 3 HDD on raidz pool (dataset).
I made few jails one of them is samba daemon jail for NAS which has nullfs(5) accessibility to the pool.
Now the samba performance is 70MBps+- read and 100MBps write.
I decided that I want some of the pool to be zvol so I can do iSCSI with it.
I created zvol on the pool I use for samba and did basic config on /etc/ctl.conf
I connected the LUN on the same PC I got the samba performance I noted below and its speeds is like 25MBps read, 40MBps write.
zvol props:
Code:
vol0 type volume -
vol0 creation Tue Jan 7 20:39 2020 -
vol0 used 103G -
vol0 available 227G -
vol0 referenced 73.0G -
vol0 compressratio 1.00x -
vol0 reservation none default
vol0 volsize 100G local
vol0 volblocksize 8K default
vol0 checksum on default
vol0 compression off local
vol0 readonly off default
vol0 createtxg 3486238 -
vol0 copies 1 default
vol0 refreservation 103G local
vol0 guid 10658952942402877800 -
vol0 primarycache all default
vol0 secondarycache all default
vol0 usedbysnapshots 0 -
vol0 usedbydataset 73.0G -
vol0 usedbychildren 0 -
vol0 usedbyrefreservation 30.1G -
vol0 logbias throughput local
vol0 dedup off default
vol0 mlslabel -
vol0 sync standard local
vol0 refcompressratio 1.00x -
vol0 written 73.0G -
vol0 logicalused 54.6G -
vol0 logicalreferenced 54.6G -
vol0 volmode dev local
vol0 snapshot_limit none default
vol0 snapshot_count none default
vol0 redundant_metadata all default