]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ctl.conf(5): fix LUN size in UCL format example.
authorrew <rew@FreeBSD.org>
Tue, 13 Oct 2020 18:00:23 +0000 (18:00 +0000)
committerrew <rew@FreeBSD.org>
Tue, 13 Oct 2020 18:00:23 +0000 (18:00 +0000)
commit4b539280260220a48161a47a7504ac435a589d36
tree4223d4c6a8956e8b86f2c816bfe1a0c7769e77e1
parent9a3525cf0cac128e73c8ffff535cdc4aefb61f20
ctl.conf(5): fix LUN size in UCL format example.

Remove quotes around size in the LUN section and change the suffix to 'GB'. The
UCL format does recognize 'G' on its own, which uses a base 10 multiplier where
'GB' uses a 2 power multiplier.

Document the difference between valid suffixes when using ctl.conf(5) in the
general syntax form or in UCL format.

Reviewed by:    kevans, mav
Approved by:    kevans (mentor)
Differential Revision: https://reviews.freebsd.org/D26716
usr.sbin/ctld/ctl.conf.5