Deleted Added
full compact
ctladm.8 (286806) ctladm.8 (287500)
1.\"
2.\" Copyright (c) 2003 Silicon Graphics International Corp.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGES.
29.\"
30.\" ctladm utility man page.
31.\"
32.\" Author: Ken Merry <ken@FreeBSD.org>
33.\"
34.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
1.\"
2.\" Copyright (c) 2003 Silicon Graphics International Corp.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

27.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGES.
29.\"
30.\" ctladm utility man page.
31.\"
32.\" Author: Ken Merry <ken@FreeBSD.org>
33.\"
34.\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $
35.\" $FreeBSD: head/usr.sbin/ctladm/ctladm.8 286806 2015-08-15 13:34:38Z mav $
35.\" $FreeBSD: head/usr.sbin/ctladm/ctladm.8 287500 2015-09-06 11:23:01Z mav $
36.\"
36.\"
37.Dd June 3, 2015
37.Dd September 6, 2015
38.Dt CTLADM 8
39.Os
40.Sh NAME
41.Nm ctladm
42.Nd CAM Target Layer control utility
43.Sh SYNOPSIS
44.Nm
45.Aq Ar command

--- 115 unchanged lines hidden (view full) ---

161.Ic remove
162.Aq Fl b Ar backend
163.Aq Fl l Ar lun_id
164.Op Fl o Ar name=value
165.Nm
166.Ic modify
167.Aq Fl b Ar backend
168.Aq Fl l Ar lun_id
38.Dt CTLADM 8
39.Os
40.Sh NAME
41.Nm ctladm
42.Nd CAM Target Layer control utility
43.Sh SYNOPSIS
44.Nm
45.Aq Ar command

--- 115 unchanged lines hidden (view full) ---

161.Ic remove
162.Aq Fl b Ar backend
163.Aq Fl l Ar lun_id
164.Op Fl o Ar name=value
165.Nm
166.Ic modify
167.Aq Fl b Ar backend
168.Aq Fl l Ar lun_id
169.Op Fl o Ar name=value
169.Aq Fl s Ar size_bytes
170.Nm
171.Ic devlist
172.Op Fl b Ar backend
173.Op Fl v
174.Op Fl x
175.Nm
176.Ic port

--- 677 unchanged lines hidden (view full) ---

854.It Fl b Ar backend
855Specify the backend that owns the LUN to be removed.
856Examples are
857.Dq ramdisk
858and
859.Dq block .
860.It Fl l Ar lun_id
861Specify the LUN number to remove.
170.Aq Fl s Ar size_bytes
171.Nm
172.Ic devlist
173.Op Fl b Ar backend
174.Op Fl v
175.Op Fl x
176.Nm
177.Ic port

--- 677 unchanged lines hidden (view full) ---

855.It Fl b Ar backend
856Specify the backend that owns the LUN to be removed.
857Examples are
858.Dq ramdisk
859and
860.Dq block .
861.It Fl l Ar lun_id
862Specify the LUN number to remove.
863.It Fl o Ar name=value
864Specify a backend-specific name/value pair.
865Multiple
866.Fl o
867arguments may be specified.
868Refer to the backend documentation for arguments that may be used.
862.It Fl s Ar size_bytes
863Specify the size of the LUN in bytes.
864For the
865.Dq block
866backend, an
867.Dq auto
868keyword may be passed instead; this will make CTL use the size of backing
869file or device.

--- 248 unchanged lines hidden ---
869.It Fl s Ar size_bytes
870Specify the size of the LUN in bytes.
871For the
872.Dq block
873backend, an
874.Dq auto
875keyword may be passed instead; this will make CTL use the size of backing
876file or device.

--- 248 unchanged lines hidden ---