Lines Matching +full:data +full:- +full:mirror

9 .\" or https://opensource.org/licenses/CDDL-1.0.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
34 .Nm zpool-remove
48 .Bl -tag -width Ds
57 non-redundant primary top-level vdevs, including dedup and special vdevs.
59 Top-level vdevs can only be removed if the primary pool storage does not contain
60 a top-level raidz vdev, all top-level vdevs have the same sector size, and the
63 Removing a top-level vdev reduces the total amount of space in the storage pool.
75 feature flag must be enabled to remove a top-level vdev, see
76 .Xr zpool-features 7 .
78 A mirrored top-level device (log or data) can be removed by specifying the top-
79 level mirror for the
81 Non-log devices or data devices that are part of a mirrored configuration can be
86 .Bl -tag -width Ds
89 .Pq Qq No-op .
92 This is nonzero only for top-level vdevs.
94 .Bl -tag -width Ds
108 Stops and cancels an in-progress removal of a top-level vdev.
114 .Ss Example 1 : No Removing a Mirrored top-level (Log or Data) Device
116 .Sy mirror-2
117 and mirrored top-level data device
118 .Sy mirror-1 .
121 .Bd -literal -compact -offset Ds
129 mirror-0 ONLINE 0 0 0
132 mirror-1 ONLINE 0 0 0
136 mirror-2 ONLINE 0 0 0
142 .Ar mirror-2 No is :
143 .Dl # Nm zpool Cm remove Ar tank mirror-2
146 (both sides of the mirror have been removed):
147 .Bd -literal -compact -offset Ds
155 mirror-0 ONLINE 0 0 0
158 mirror-1 ONLINE 0 0 0
163 The command to remove the mirrored data
164 .Ar mirror-1 No is :
165 .Dl # Nm zpool Cm remove Ar tank mirror-1
168 .Ar mirror-1 No has been evacuated, the pool remains redundant, but
170 .Bd -literal -compact -offset Ds
178 mirror-0 ONLINE 0 0 0
184 .Xr zpool-add 8 ,
185 .Xr zpool-detach 8 ,
186 .Xr zpool-labelclear 8 ,
187 .Xr zpool-offline 8 ,
188 .Xr zpool-replace 8 ,
189 .Xr zpool-split 8