Date: Fri, 26 Jan 2024 21:12:16 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 276524] Setting LUN block size in ctl.conf to 512 will use volblocksize instead Message-ID: <bug-276524-27103-x4dXO92g5G@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276524-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-276524-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276524 --- Comment #6 from balchen@ste.no --- 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" } --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276524-27103-x4dXO92g5G>