Difference between revisions of "FreeBSD fiber channel target"
Line 11: | Line 11: | ||
sudo zfs create -p -s -V 850g tank1/export/fc | sudo zfs create -p -s -V 850g tank1/export/fc | ||
+ | |||
+ | == References == | ||
+ | |||
+ | * [https://justinholcomb.me/blog/2016/03/19/migration-to-freebsd-part3.html Migrating to FreeBSD from Solaris 11: Part 3 - Importing ZVols for serving via Fiber Channel] |
Revision as of 11:13, 7 November 2018
Introduction
You need:
- FreeBSD
- a fiber channel card that supports target mode, e.g. for QLogic QLE2462
- a ZFS zvol
Create a ZFS zvol
This will create a sparse 850GB ZFS zvol.
sudo zfs create -p -s -V 850g tank1/export/fc