4 .\" The contents of this file are subject to the terms of the
5 .\" Common Development and Distribution License (the "License").
6 .\" You may not use this file except in compliance with the License.
8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 .\" or https://opensource.org/licenses/CDDL-1.0.
10 .\" See the License for the specific language governing permissions
11 .\" and limitations under the License.
13 .\" When distributing Covered Code, include this CDDL HEADER in each
14 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 .\" If applicable, add the following below this CDDL HEADER, with the
16 .\" fields enclosed by brackets "[]" replaced with your own identifying
17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
21 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
22 .\" Copyright (c) 2012, 2018 by Delphix. All rights reserved.
23 .\" Copyright (c) 2012 Cyril Plisko. All Rights Reserved.
24 .\" Copyright (c) 2017 Datto Inc.
25 .\" Copyright (c) 2018 George Melikov. All Rights Reserved.
26 .\" Copyright 2017 Nexenta Systems, Inc.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
35 .Nd split devices off ZFS storage pool, creating new pool
40 .Oo Fl o Ar property Ns = Ns Ar value Oc Ns …
52 must be mirrors and the pool must not be in the process of resilvering.
53 At the time of the split,
58 last device in each mirror is split from
63 The optional device specification causes the specified device(s) to be
66 and, should any devices remain unspecified,
67 the last device in each mirror is used as would be by default.
70 Display vdev GUIDs instead of the normal device names.
71 These GUIDs can be used in place of device names for the zpool
72 detach/offline/remove/replace commands.
74 Display real paths for vdevs resolving all symbolic links.
75 This can be used to look up the current block device name regardless of the
79 Indicates that this command will request encryption keys for all encrypted
80 datasets it attempts to mount as it is bringing the new pool online.
81 Note that if any datasets have
82 .Sy keylocation Ns = Ns Sy prompt ,
83 this command will block waiting for the keys to be entered.
84 Without this flag, encrypted datasets will be left unavailable until the keys
89 split: do not actually perform it.
90 Print out the expected configuration of
93 Display full paths for vdevs instead of only the last component of
95 This can be used in conjunction with the
98 .It Fl o Ar property Ns = Ns Ar value
99 Sets the specified property for
103 manual page for more information on the available pool properties.
111 and automatically import it.