summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/concat/gconcat.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/concat/gconcat.8')
-rw-r--r--sbin/geom/class/concat/gconcat.818
1 files changed, 16 insertions, 2 deletions
diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8
index 3fc896c..1812022 100644
--- a/sbin/geom/class/concat/gconcat.8
+++ b/sbin/geom/class/concat/gconcat.8
@@ -39,6 +39,11 @@
.Ar dev2
.Op Ar dev3 Op Ar ...
.Nm
+.Cm destroy
+.Op Fl fv
+.Ar name
+.Op Ar name2 Op Ar ...
+.Nm
.Cm label
.Op Fl v
.Ar name
@@ -46,7 +51,7 @@
.Ar dev2
.Op Ar dev3 Op Ar ...
.Nm
-.Cm destroy
+.Cm stop
.Op Fl fv
.Ar name
.Op Ar name2 Op Ar ...
@@ -104,9 +109,13 @@ method, where metadata are stored in every device's last sector.
The kernel module
.Pa geom_concat.ko
will be loaded if it is not loaded already.
-.It Cm destroy
+.It Cm stop
Turn off existing concatenate device by its
.Ar name .
+This command doesn't touch on-disk metadata!
+.It Cm destroy
+Same as
+.Cm stop .
.It Cm clear
Clear metadata on the given devices.
.It Cm list
@@ -135,6 +144,10 @@ concatenation, create a file system on it, and mount it:
gconcat label -v data /dev/da0 /dev/da1 /dev/da2 /dev/da3
newfs /dev/data.concat
mount /dev/data.concat /mnt
+[...]
+umount /mnt
+gconcat stop data
+gconcat unload
.Ed
.Sh DIAGNOSTICS
Exit status is 0 on success, and 1 if the command fails.
@@ -143,6 +156,7 @@ Exit status is 0 on success, and 1 if the command fails.
.Xr geom 8 ,
.Xr mount 8 ,
.Xr newfs 8 ,
+.Xr umount 8 ,
.Xr vinum 8
.Sh HISTORY
The
OpenPOWER on IntegriCloud