man: zpool-import.8: import examples from zpool.8
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13228
This commit is contained in:
parent
4849523af0
commit
8ccb3fd6b1
|
@ -26,7 +26,7 @@
|
||||||
.\" Copyright 2017 Nexenta Systems, Inc.
|
.\" Copyright 2017 Nexenta Systems, Inc.
|
||||||
.\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
|
.\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
|
||||||
.\"
|
.\"
|
||||||
.Dd August 9, 2019
|
.Dd March 16, 2022
|
||||||
.Dt ZPOOL-IMPORT 8
|
.Dt ZPOOL-IMPORT 8
|
||||||
.Os
|
.Os
|
||||||
.
|
.
|
||||||
|
@ -404,6 +404,30 @@ when not explicitly specified.
|
||||||
.El
|
.El
|
||||||
.El
|
.El
|
||||||
.
|
.
|
||||||
|
.Sh EXAMPLES
|
||||||
|
.\" These are, respectively, examples 9 from zpool.8
|
||||||
|
.\" Make sure to update them bidirectionally
|
||||||
|
.Ss Example 9 : No Importing a ZFS Storage Pool
|
||||||
|
The following command displays available pools, and then imports the pool
|
||||||
|
.Ar tank
|
||||||
|
for use on the system.
|
||||||
|
The results from this command are similar to the following:
|
||||||
|
.Bd -literal -compact -offset Ds
|
||||||
|
.No # Nm zpool Cm import
|
||||||
|
pool: tank
|
||||||
|
id: 15451357997522795478
|
||||||
|
state: ONLINE
|
||||||
|
action: The pool can be imported using its name or numeric identifier.
|
||||||
|
config:
|
||||||
|
|
||||||
|
tank ONLINE
|
||||||
|
mirror ONLINE
|
||||||
|
sda ONLINE
|
||||||
|
sdb ONLINE
|
||||||
|
|
||||||
|
.No # Nm zpool Cm import Ar tank
|
||||||
|
.Ed
|
||||||
|
.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr zpool-export 8 ,
|
.Xr zpool-export 8 ,
|
||||||
.Xr zpool-list 8 ,
|
.Xr zpool-list 8 ,
|
||||||
|
|
|
@ -235,6 +235,7 @@ Invalid command line options were specified.
|
||||||
.\" Examples 6, 15 are shared with zpool-list.8.
|
.\" Examples 6, 15 are shared with zpool-list.8.
|
||||||
.\" Examples 7 are shared with zpool-destroy.8.
|
.\" Examples 7 are shared with zpool-destroy.8.
|
||||||
.\" Examples 8 are shared with zpool-export.8.
|
.\" Examples 8 are shared with zpool-export.8.
|
||||||
|
.\" Examples 9 are shared with zpool-import.8.
|
||||||
.\" Make sure to update them bidirectionally
|
.\" Make sure to update them bidirectionally
|
||||||
.Ss Example 1 : No Creating a RAID-Z Storage Pool
|
.Ss Example 1 : No Creating a RAID-Z Storage Pool
|
||||||
The following command creates a pool with a single raidz root vdev that
|
The following command creates a pool with a single raidz root vdev that
|
||||||
|
|
Loading…
Reference in New Issue