[Bug 276524] Setting LUN block size in ctl.conf to 512 will use volblocksize instead

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 26 Jan 2024 21:12:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276524

--- 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"
}

-- 
You are receiving this mail because:
You are the assignee for the bug.