ZPOOL-UPGRADE(8) | System Manager's Manual | ZPOOL-UPGRADE(8) |
zpool-upgrade
—
manage version and feature flags of ZFS storage
pools
zpool |
upgrade |
zpool |
upgrade -v |
zpool |
upgrade [-V
version]
-a |pool… |
zpool
upgrade
zpool
upgrade
-a
to enable all features on all pools (subject to
the -o
compatibility
property).zpool
upgrade
-v
zpool
upgrade
[-V
version]
-a
|pool…If the pool has specified compatibility feature sets using the
-o
compatibility property,
only the features present in all requested compatibility sets will be
enabled. If this property is set to legacy then no
upgrade will take place.
Once this is done, the pool will no longer be accessible on systems that do not support feature flags. See zpool-features(7) for details on compatibility with systems that support feature flags, but do not support all features enabled on the pool.
-a
-V
versionThe following command upgrades all ZFS Storage pools to the current version of the software:
#zpool
upgrade
-a
This system is currently running ZFS version 2.
zpool-features(7), zpoolconcepts(7), zpoolprops(7), zpool-history(8)
March 16, 2022 | OpenZFS |