]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ctl.conf(5): fix LUN size in UCL format example.
authorRobert Wing <rew@FreeBSD.org>
Tue, 13 Oct 2020 18:00:23 +0000 (18:00 +0000)
committerRobert Wing <rew@FreeBSD.org>
Tue, 13 Oct 2020 18:00:23 +0000 (18:00 +0000)
commit915dcdb7ac5f64ac5f5235bbe6a9dfc0046a8fa1
tree4223d4c6a8956e8b86f2c816bfe1a0c7769e77e1
parentc2a8fd6f05a1b90557db2bb769bea5091b76722a
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