Replace paths in ctladm(8) examples with something sensible.
PR: 251181 Reviewed by: 0mp, rm, ygy MFC after: 2 weeks Sponsored by: EPSRC Differential Revision: https://reviews.freebsd.org/D27249
This commit is contained in:
parent
9138770728
commit
64cecc7a75
@ -36,7 +36,7 @@
|
|||||||
.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
|
.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd August 6, 2020
|
.Dd November 23, 2020
|
||||||
.Dt CTLADM 8
|
.Dt CTLADM 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1029,23 +1029,17 @@ while reporting size of 10 terabytes,
|
|||||||
.Pp
|
.Pp
|
||||||
.Dl ctladm create -b ramdisk -s 10T -o capacity=10G
|
.Dl ctladm create -b ramdisk -s 10T -o capacity=10G
|
||||||
.Pp
|
.Pp
|
||||||
Create a LUN using the block backend, and specify the file
|
Create a LUN using the block backend, specify the ZFS volume
|
||||||
.Pa src/usr.sbin/ctladm/ctladm.8
|
.Pa tank/example
|
||||||
as the backing store.
|
|
||||||
The size of the LUN will be derived from the size of the file.
|
|
||||||
.Pp
|
|
||||||
.Dl ctladm create -b block -o file=src/usr.sbin/ctladm/ctladm.8
|
|
||||||
.Pp
|
|
||||||
Create a LUN using the block backend, specify the file
|
|
||||||
.Pa src/usr.sbin/ctladm/ctladm.8
|
|
||||||
as the backing store, and specify the
|
as the backing store, and specify the
|
||||||
.Tn SCSI
|
.Tn SCSI
|
||||||
VPD page 0x80 and 0x83 serial number
|
VPD page 0x80 and 0x83 serial number
|
||||||
.Fl ( S )
|
.Fl ( S )
|
||||||
and device ID
|
and device ID
|
||||||
.Fl ( d ) .
|
.Fl ( d ) .
|
||||||
|
The size of the LUN will be derived from the size of the ZVOL.
|
||||||
.Pp
|
.Pp
|
||||||
.Dl ctladm create -b block -o file=src/usr.sbin/ctladm/ctladm.8 -S MYSERIAL321 -d MYDEVID123
|
.Dl ctladm create -b block -o file=/dev/zvol/tank/example -S MYSERIAL321 -d MYDEVID123
|
||||||
.Pp
|
.Pp
|
||||||
Use to specify generic options on ioctl frontend port, now it is
|
Use to specify generic options on ioctl frontend port, now it is
|
||||||
only possible to set pp and/or vp port number.
|
only possible to set pp and/or vp port number.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user