Difference between revisions of "FreeBSD fiber channel target"
(→Introduction) |
|||
Line 3: | Line 3: | ||
You need: | You need: | ||
* FreeBSD | * FreeBSD | ||
− | * | + | * a fiber channel card that supports target mode, e.g. [[FreeBSD kernel with Fibre Channel target mode support for QLogic cards | 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 |
Revision as of 11:11, 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