mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Actually we are also able to list only choosen providers.
This commit is contained in:
parent
03161bbcf6
commit
7f21753e25
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129586
@ -57,6 +57,7 @@
|
||||
.Op Ar dev2 Op Ar ...
|
||||
.Nm
|
||||
.Cm list
|
||||
.Op Ar prov Op Ar ...
|
||||
.Nm
|
||||
.Cm load
|
||||
.Op Fl v
|
||||
@ -109,7 +110,7 @@ Turn off existing concatenate device by its
|
||||
.It Cm clear
|
||||
Clear metadata on the given devices.
|
||||
.It Cm list
|
||||
List currently configured devices.
|
||||
List all or the given currently configured devices.
|
||||
.It Cm load
|
||||
Load
|
||||
.Pa geom_concat.ko
|
||||
|
@ -50,6 +50,7 @@
|
||||
.Op Ar prov2 Op Ar ...
|
||||
.Nm
|
||||
.Cm list
|
||||
.Op Ar prov Op Ar ...
|
||||
.Nm
|
||||
.Cm load
|
||||
.Op Fl v
|
||||
@ -84,7 +85,7 @@ will be loaded if it is not loaded already.
|
||||
.It Cm destroy
|
||||
Turn off the given transparent providers.
|
||||
.It Cm list
|
||||
List currently configured providers.
|
||||
List all or the given currently configured providers.
|
||||
.It Cm load
|
||||
Load
|
||||
.Pa geom_nop.ko
|
||||
|
@ -59,6 +59,7 @@
|
||||
.Op Ar dev2 Op Ar ...
|
||||
.Nm
|
||||
.Cm list
|
||||
.Op Ar prov Op Ar ...
|
||||
.Nm
|
||||
.Cm load
|
||||
.Op Fl v
|
||||
@ -111,7 +112,7 @@ Turn off existing striped device by its
|
||||
.It Cm clear
|
||||
Clear metadata on the given devices.
|
||||
.It Cm list
|
||||
List currently configured devices.
|
||||
List all or the given currently configured devices.
|
||||
.It Cm load
|
||||
Load
|
||||
.Pa geom_stripe.ko
|
||||
|
Loading…
Reference in New Issue
Block a user