Tegile: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:
<pre>echo "zfs_weight_resilver/Z 0t35" | mdb -kw</pre>
<pre>echo "zfs_weight_resilver/Z 0t35" | mdb -kw</pre>
The above command will set the resilver weight to 35%
The above command will set the resilver weight to 35%
[[Category:tegile]]
[[Category:storage]]
[[Category:san]]

Revision as of 14:38, 29 October 2019

CLI

Zpool status

zpool status

Zpool status detailed

zpool status –v ZebiSystem

Check the resilver weight - To check the current weight of the resilver process (default 5%)

echo "zfs_weight_resilver/D" | mdb -k

Change the resilver weight

To change the resilver weight (NOTE: Tegile do not recommend customers doing this, so use this as a last resort if you cannot get them to WebEx in and do it):

echo "zfs_weight_resilver/Z 0t35" | mdb -kw

The above command will set the resilver weight to 35%