Difference between revisions of "Zpool status"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | zpool status | + | |
+ | zpool status | ||
pool: POOL_NAME | pool: POOL_NAME | ||
state: ONLINE | state: ONLINE | ||
− | status: Some supported features are not enabled on the pool. The pool can | + | 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, | + | 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(5) for details. | |
scan: scrub repaired 0B in 0 days 02:06:14 with 0 errors on Sun May 10 02:30:15 2020 | scan: scrub repaired 0B in 0 days 02:06:14 with 0 errors on Sun May 10 02:30:15 2020 | ||
− | config: | + | config: |
+ | |||
+ | NAME STATE READ WRITE CKSUM | ||
+ | POOL_NAME ONLINE 0 0 0 | ||
+ | sdc ONLINE 0 0 0 | ||
+ | |||
+ | errors: No known data errors | ||
− | + | zpool status -D ZPOOL_NAME | |
− | |||
− | |||
− | |||
− | |||
+ | == Related commands == | ||
+ | * <code>[[zfs get all]]</code> | ||
== See also == | == See also == | ||
* {{ZFS}} | * {{ZFS}} | ||
+ | |||
+ | [[Category:ZFS]] |
Latest revision as of 10:14, 7 October 2020
zpool status pool: POOL_NAME 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(5) for details. scan: scrub repaired 0B in 0 days 02:06:14 with 0 errors on Sun May 10 02:30:15 2020 config: NAME STATE READ WRITE CKSUM POOL_NAME ONLINE 0 0 0 sdc ONLINE 0 0 0 errors: No known data errors
zpool status -D ZPOOL_NAME
Related commands[edit]
See also[edit]
Advertising: