Summary: | Items missing from 11.0 Release Notes | ||
---|---|---|---|
Product: | Documentation | Reporter: | Kurt Lidl <lidl> |
Component: | Books & Articles | Assignee: | Glen Barber <gjb> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | emaste |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Kurt Lidl
![]() ![]() *** Bug 213675 has been marked as a duplicate of this bug. *** Here's a sample of the message for the 'zpool status' output, from one of my systems that was installed as a 10.x host, and then upgraded to 11/stable: lidl@gatekeeper-141: zpool status pool: sys state: ONLINE status: Some supported features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done, the pool may no longer be accessible by software that does not support the features. See zpool-features(7) for details. scan: scrub repaired 0 in 0h17m with 0 errors on Mon Oct 17 04:16:59 2016 config: NAME STATE READ WRITE CKSUM sys ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 da0a ONLINE 0 0 0 da1a ONLINE 0 0 0 errors: No known data errors Compared to a machine where the zpool has been upgraded: root@hydra-353: zpool status pool: sys state: ONLINE scan: scrub repaired 0 in 1h32m with 0 errors on Fri Oct 14 05:11:35 2016 config: NAME STATE READ WRITE CKSUM sys ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gpt/sys0 ONLINE 0 0 0 gpt/sys1 ONLINE 0 0 0 errors: No known data errors Clarificatio: Always upgraded via freebsd-update. Documented. I forgot to reference the PR in the commit. |