Deleted Added
sdiff udiff text old ( 236960 ) new ( 238926 )
full compact
1'\" te
2.\" Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>.
3.\" All Rights Reserved.
4.\"
5.\" The contents of this file are subject to the terms of the
6.\" Common Development and Distribution License (the "License").
7.\" You may not use this file except in compliance with the License.
8.\"

--- 8 unchanged lines hidden (view full) ---

17.\" fields enclosed by brackets "[]" replaced with your own identifying
18.\" information: Portions Copyright [yyyy] [name of copyright owner]
19.\"
20.\" Copyright (c) 2010, Sun Microsystems, Inc. All Rights Reserved.
21.\" Copyright 2011, Nexenta Systems, Inc. All Rights Reserved.
22.\" Copyright (c) 2011, Justin T. Gibbs <gibbs@FreeBSD.org>
23.\" Copyright (c) 2012 by Delphix. All Rights Reserved.
24.\"
25.\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 238926 2012-07-30 23:14:24Z mm $
26.\"
27.Dd November 28, 2011
28.Dt ZPOOL 8
29.Os
30.Sh NAME
31.Nm zpool
32.Nd configures ZFS storage pools
33.Sh SYNOPSIS

--- 1597 unchanged lines hidden (view full) ---

1631.Pq equals Qq Ic date +%s .
1632.El
1633.It Xo
1634.Nm
1635.Cm upgrade
1636.Op Fl v
1637.Xc
1638.Pp
1639Displays pools which do not have all supported features enabled and pools
1640formatted using a legacy
1641.Tn ZFS
1642version number.
1643These pools can continue to be used, but some features may not be available.
1644Use
1645.Nm Cm upgrade Fl a
1646to enable all features on all pools.
1647.Bl -tag -width indent
1648.It Fl v
1649Displays legacy
1650.Tn ZFS
1651versions supported by the current software.
1652See
1653.Xr zpool-features.5
1654for a description of feature flags features supported by the current software.
1655.El
1656.It Xo
1657.Nm
1658.Cm upgrade
1659.Op Fl V Ar version
1660.Fl a | Ar pool ...
1661.Xc
1662.Pp
1663Enables all supported features on the given pool.
1664Once this is done, the pool will no longer be accessible on systems that do
1665not support feature flags.
1666See
1667.Xr zpool-features.5
1668for details on compatability with system sthat support feature flags, but do
1669not support all features enabled on the pool.
1670.Bl -tag -width indent
1671.It Fl a
1672Enables all supported features on all pools.
1673.It Fl V Ar version
1674Upgrade to the specified legacy version. If the
1675.Fl V
1676flag is specified, no features will be enabled on the pool.
1677This option can only be used to increase version number up to the last
1678supported legacy version number.
1679.El
1680.El
1681.Sh EXAMPLES
1682.Bl -tag -width 0n
1683.It Sy Example 1 No Creating a RAID-Z Storage Pool
1684.Pp
1685The following command creates a pool with a single
1686.No raidz

--- 260 unchanged lines hidden ---