FreeBSD fiber channel target

From Aram's Wiki
Revision as of 11:19, 7 November 2018 by Aram (talk | contribs) (Introduction)
Jump to: navigation, search

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