diff options
author | mav <mav@FreeBSD.org> | 2015-10-02 11:27:34 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2015-10-02 11:27:34 +0000 |
commit | 8e6a38c94e71012a8bcf7fc9c04a1e7a13aa33f7 (patch) | |
tree | 6a95b0cf565d1033c4f8c9679c71d3aaa2a33f78 /usr.sbin/ctld/ctl.conf.5 | |
parent | 5104a857b2ec9289512d70326672e9c070ddd6ee (diff) | |
download | FreeBSD-src-8e6a38c94e71012a8bcf7fc9c04a1e7a13aa33f7.zip FreeBSD-src-8e6a38c94e71012a8bcf7fc9c04a1e7a13aa33f7.tar.gz |
Document CD block size of 2048.
Diffstat (limited to 'usr.sbin/ctld/ctl.conf.5')
-rw-r--r-- | usr.sbin/ctld/ctl.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5 index 24c4c85..538699e 100644 --- a/usr.sbin/ctld/ctl.conf.5 +++ b/usr.sbin/ctld/ctl.conf.5 @@ -387,7 +387,7 @@ testing. The default backend is block. .It Ic blocksize Ar size The blocksize visible to the initiator. -The default blocksize is 512. +The default blocksize is 512 for disks, and 2048 for CD/DVDs. .It Ic ctl-lun Ar lun_id Global numeric identifier to use for a given LUN inside CTL. By default CTL allocates those IDs dynamically, but explicit specification |