https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276524
--- Comment #6 from [email protected] --- xigmanas: etc# cat ctl.conf # global settings # auth-group configuration # portal-group configuration portal-group "iscsi" { discovery-auth-group "no-authentication" listen "0.0.0.0" } # lun configuration lun "test" { backend "block" blocksize "512" device-type "disk" option "vendor" "FreeBSD" option "product" "iSCSI Disk" option "revision" "0123" option "rpm" "7200" option "formfactor" "3" path "/dev/zvol/test2/test2vol" } # target configuration target "iqn.2001-01-01.no.ste.test" { auth-group "no-authentication" portal-group "iscsi" lun "0" "test" } -- You are receiving this mail because: You are the assignee for the bug.
