Tegile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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]] | |||
<comments /> |
Latest revision as of 08:24, 20 March 2022
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% <comments />