Hello everybody 
I'm new to FreeBSD and I hope, you can help me.
I created two ZFS "LUNS" for the "istgt" iSCSI target.
What is the difference between "zfs create -V 15G data/iscsi/lun01" and "zfs create data/iscsi/lun02"?
I know that the "-V" parameter will create a "/dev/zvol/" device, but where is the advantage regarding "zfs" and "istgt"?
I can also set quota and snapshots on both filesystems.
Thanks!

I'm new to FreeBSD and I hope, you can help me.
I created two ZFS "LUNS" for the "istgt" iSCSI target.
What is the difference between "zfs create -V 15G data/iscsi/lun01" and "zfs create data/iscsi/lun02"?
I know that the "-V" parameter will create a "/dev/zvol/" device, but where is the advantage regarding "zfs" and "istgt"?
I can also set quota and snapshots on both filesystems.
Code:
NAME USED AVAIL REFER MOUNTPOINT
data 15.5G 179G 221K /data
data/iscsi 15.5G 179G 32.9M /data/iscsi
data/iscsi/lun01 209K 15.0G 209K none
data/iscsi/lun02 15.5G 194G 39.9M -
Thanks!