Difference between revisions of "FreeBSD fiber channel target"

From Aram's Wiki
Jump to: navigation, search
(References)
(Introduction)
Line 2: Line 2:
  
 
You need:
 
You need:
* FreeBSD
+
* FreeBSD with a kernel that supports your card, e.g. [[FreeBSD kernel with Fibre Channel target mode support for QLogic cards | for QLogic QLE2462]]
* 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 fiber channel card that supports target mode
 
* a ZFS zvol
 
* a ZFS zvol
  

Revision as of 11:19, 7 November 2018

Introduction

You need:

  • FreeBSD with a kernel that supports your card, e.g. for QLogic QLE2462
  • a fiber channel card that supports target mode
  • 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

References