Deleted Added
full compact
zpool.8 (240063) zpool.8 (243014)
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.\"

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

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.\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
25.\"
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.\"

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

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.\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
25.\"
26.\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 240063 2012-09-03 00:05:21Z gjb $
26.\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zpool/zpool.8 243014 2012-11-14 01:16:29Z mm $
27.\"
28.Dd November 28, 2011
29.Dt ZPOOL 8
30.Os
31.Sh NAME
32.Nm zpool
33.Nd configures ZFS storage pools
34.Sh SYNOPSIS

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

562.Qq Sy REMOVED ,
563or
564.Qq Sy UNAVAIL .
565.It Sy size
566Total size of the storage pool.
567.It Sy unsupported@ Ns Ar feature_guid
568Information about unsupported features that are enabled on the pool.
569See
27.\"
28.Dd November 28, 2011
29.Dt ZPOOL 8
30.Os
31.Sh NAME
32.Nm zpool
33.Nd configures ZFS storage pools
34.Sh SYNOPSIS

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

562.Qq Sy REMOVED ,
563or
564.Qq Sy UNAVAIL .
565.It Sy size
566Total size of the storage pool.
567.It Sy unsupported@ Ns Ar feature_guid
568Information about unsupported features that are enabled on the pool.
569See
570.Xr zpool-features 5
570.Xr zpool-features 7
571for details.
572.It Sy used
573Amount of storage space used within the pool.
574.El
575.Pp
576The space usage properties report actual physical space available to the
577storage pool. The physical space can be different from the total amount of
578space that any contained datasets can actually use. The amount of space used in

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

712The value of this property is the current state of
713.Ar feature_name .
714The only valid value when setting this property is
715.Sy enabled
716which moves
717.Ar feature_name
718to the enabled state.
719See
571for details.
572.It Sy used
573Amount of storage space used within the pool.
574.El
575.Pp
576The space usage properties report actual physical space available to the
577storage pool. The physical space can be different from the total amount of
578space that any contained datasets can actually use. The amount of space used in

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

712The value of this property is the current state of
713.Ar feature_name .
714The only valid value when setting this property is
715.Sy enabled
716which moves
717.Ar feature_name
718to the enabled state.
719See
720.Xr zpool-features 5
720.Xr zpool-features 7
721for details on feature states.
722.It Sy listsnaps Ns = Ns Cm on No | Cm off
723Controls whether information about snapshots associated with this pool is
724output when
725.Qq Nm zfs Cm list
726is run without the
727.Fl t
728option. The default value is

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

910Do not enable any features on the new pool.
911Individual features can be enabled by setting their corresponding properties
912to
913.Sy enabled
914with the
915.Fl o
916option.
917See
721for details on feature states.
722.It Sy listsnaps Ns = Ns Cm on No | Cm off
723Controls whether information about snapshots associated with this pool is
724output when
725.Qq Nm zfs Cm list
726is run without the
727.Fl t
728option. The default value is

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

910Do not enable any features on the new pool.
911Individual features can be enabled by setting their corresponding properties
912to
913.Sy enabled
914with the
915.Fl o
916option.
917See
918.Xr zpool-features 5
918.Xr zpool-features 7
919for details about feature properties.
920.It Xo
921.Fl o Ar property Ns = Ns Ar value
922.Op Fl o Ar property Ns = Ns Ar value
923.Ar ...
924.Xc
925Sets the given pool properties. See the
926.Qq Sx Properties

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

1646.Nm Cm upgrade Fl a
1647to enable all features on all pools.
1648.Bl -tag -width indent
1649.It Fl v
1650Displays legacy
1651.Tn ZFS
1652versions supported by the current software.
1653See
919for details about feature properties.
920.It Xo
921.Fl o Ar property Ns = Ns Ar value
922.Op Fl o Ar property Ns = Ns Ar value
923.Ar ...
924.Xc
925Sets the given pool properties. See the
926.Qq Sx Properties

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

1646.Nm Cm upgrade Fl a
1647to enable all features on all pools.
1648.Bl -tag -width indent
1649.It Fl v
1650Displays legacy
1651.Tn ZFS
1652versions supported by the current software.
1653See
1654.Xr zpool-features.5
1654.Xr zpool-features 7
1655for a description of feature flags features supported by the current software.
1656.El
1657.It Xo
1658.Nm
1659.Cm upgrade
1660.Op Fl V Ar version
1661.Fl a | Ar pool ...
1662.Xc
1663.Pp
1664Enables all supported features on the given pool.
1665Once this is done, the pool will no longer be accessible on systems that do
1666not support feature flags.
1667See
1655for a description of feature flags features supported by the current software.
1656.El
1657.It Xo
1658.Nm
1659.Cm upgrade
1660.Op Fl V Ar version
1661.Fl a | Ar pool ...
1662.Xc
1663.Pp
1664Enables all supported features on the given pool.
1665Once this is done, the pool will no longer be accessible on systems that do
1666not support feature flags.
1667See
1668.Xr zpool-features.5
1668.Xr zpool-features 7
1669for details on compatability with system sthat support feature flags, but do
1670not support all features enabled on the pool.
1671.Bl -tag -width indent
1672.It Fl a
1673Enables all supported features on all pools.
1674.It Fl V Ar version
1675Upgrade to the specified legacy version. If the
1676.Fl V

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

1923.Bd -literal -offset 2n
1924.Li # Ic zpool import -F data
1925Pool data returned to its state as of Tue Sep 08 13:23:35 2009.
1926Discarded approximately 29 seconds of transactions.
1927.Ed
1928.El
1929.Sh SEE ALSO
1930.Xr zfs 8
1669for details on compatability with system sthat support feature flags, but do
1670not support all features enabled on the pool.
1671.Bl -tag -width indent
1672.It Fl a
1673Enables all supported features on all pools.
1674.It Fl V Ar version
1675Upgrade to the specified legacy version. If the
1676.Fl V

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

1923.Bd -literal -offset 2n
1924.Li # Ic zpool import -F data
1925Pool data returned to its state as of Tue Sep 08 13:23:35 2009.
1926Discarded approximately 29 seconds of transactions.
1927.Ed
1928.El
1929.Sh SEE ALSO
1930.Xr zfs 8
1931.Xr zpool-features 5
1931.Xr zpool-features 7
1932.Sh AUTHORS
1933This manual page is a
1934.Xr mdoc 7
1935reimplementation of the
1936.Tn OpenSolaris
1937manual page
1938.Em zpool(1M) ,
1939modified and customized for
1940.Fx
1941and licensed under the Common Development and Distribution License
1942.Pq Tn CDDL .
1943.Pp
1944The
1945.Xr mdoc 7
1946implementation of this manual page was initially written by
1947.An Martin Matuska Aq mm@FreeBSD.org .
1932.Sh AUTHORS
1933This manual page is a
1934.Xr mdoc 7
1935reimplementation of the
1936.Tn OpenSolaris
1937manual page
1938.Em zpool(1M) ,
1939modified and customized for
1940.Fx
1941and licensed under the Common Development and Distribution License
1942.Pq Tn CDDL .
1943.Pp
1944The
1945.Xr mdoc 7
1946implementation of this manual page was initially written by
1947.An Martin Matuska Aq mm@FreeBSD.org .