Difference between revisions of "Zpool status"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
  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.
 
  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 pool may no longer be accessible by software that does not support
 
  the features. See zpool-features(5) for details.
 
  the features. See zpool-features(5) for details.
Line 13: Line 13:
 
   
 
   
 
  NAME        STATE    READ WRITE CKSUM
 
  NAME        STATE    READ WRITE CKSUM
POOL_NAME    ONLINE      0    0    0
+
POOL_NAME    ONLINE      0    0    0
  sdc      ONLINE      0    0    0
+
        sdc      ONLINE      0    0    0
 
   
 
   
 
  errors: No known data errors
 
  errors: No known data errors
  
 +
zpool status -D ZPOOL_NAME
 +
 +
 +
== Related commands ==
 +
* <code>[[zfs get all]]</code>
  
 
== See also ==
 
== See also ==

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: