FreeBSD: 用 ZFS 的 volume 當作 iSCSI Target

簡單的說,可以把 iscsi-target 的 extent 設成 ZFS 的 volume 就可以了…
不過我不知道如果 extent 的大小設超過 iscsi-target 會發生什麼事。

# zfs create -V 10g tank/iscsi
# cd /usr/ports/net/iscsi-target/ ; make install clean
# cat > /usr/local/etc/iscsi/targets
extent0         /dev/zvol/tank/iscsi     0       10GB
target0         rw      extent0         10.0.0.0/24
^D
# /usr/local/etc/rc.d/iscsi_target forcestart

這樣就可以用別的 iSCSI initiator 來連接 iSCSI Target 了。

One thought on “FreeBSD: 用 ZFS 的 volume 當作 iSCSI Target”

  1. be friends!
    ok?
    i am in shaanxi province
    college student!
    do u use QQ ?
    mine is 446133692
    msn , i didnot use it usually

Leave a Reply

Your email address will not be published. Required fields are marked *