Difference between revisions of "Zpool status"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> 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...")
Tags: Mobile web edit, Mobile edit
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
 
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.
+
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.
 
   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>
  
NAME        STATE    READ WRITE CKSUM
+
== See also ==
POOL_NAME    ONLINE      0    0    0
+
* {{ZFS}}
  sdc      ONLINE      0    0    0
 
  
errors: No known data errors
+
[[Category:ZFS]]
</pre>
 

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: