Lines Matching +full:primary +full:- +full:device
1 .\" SPDX-License-Identifier: CDDL-1.0
10 .\" or https://opensource.org/licenses/CDDL-1.0.
28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
35 .Nm zpool-remove
42 .Ar pool Ar device Ns …
49 .Bl -tag -width Ds
54 .Ar pool Ar device Ns …
56 Removes the specified device from the pool.
58 non-redundant primary top-level vdevs, including dedup and special vdevs.
60 Top-level vdevs can only be removed if the primary pool storage does not contain
61 a top-level raidz vdev, all top-level vdevs have the same sector size, and the
64 Removing a top-level vdev reduces the total amount of space in the storage pool.
65 The specified device will be evacuated by copying all allocated space from it to
76 feature flag must be enabled to remove a top-level vdev, see
77 .Xr zpool-features 7 .
79 A mirrored top-level device (log or data) can be removed by specifying the top-
82 Non-log devices or data devices that are part of a mirrored configuration can be
87 .Bl -tag -width Ds
90 .Pq Qq No-op .
93 This is nonzero only for top-level vdevs.
95 .Bl -tag -width Ds
109 Stops and cancels an in-progress removal of a top-level vdev.
115 .Ss Example 1 : No Removing a Mirrored top-level (Log or Data) Device
116 The following commands remove the mirrored log device
117 .Sy mirror-2
118 and mirrored top-level data device
119 .Sy mirror-1 .
122 .Bd -literal -compact -offset Ds
130 mirror-0 ONLINE 0 0 0
133 mirror-1 ONLINE 0 0 0
137 mirror-2 ONLINE 0 0 0
143 .Ar mirror-2 No is :
144 .Dl # Nm zpool Cm remove Ar tank mirror-2
146 At this point, the log device no longer exists
148 .Bd -literal -compact -offset Ds
156 mirror-0 ONLINE 0 0 0
159 mirror-1 ONLINE 0 0 0
165 .Ar mirror-1 No is :
166 .Dl # Nm zpool Cm remove Ar tank mirror-1
169 .Ar mirror-1 No has been evacuated, the pool remains redundant, but
171 .Bd -literal -compact -offset Ds
179 mirror-0 ONLINE 0 0 0
185 .Xr zpool-add 8 ,
186 .Xr zpool-detach 8 ,
187 .Xr zpool-labelclear 8 ,
188 .Xr zpool-offline 8 ,
189 .Xr zpool-replace 8 ,
190 .Xr zpool-split 8