ZFS: Difference between revisions

72 bytes added ,  8 March 2022
Line 64: Line 64:
==Expanding==
==Expanding==
You can only expand by adding vdevs or replacing all drives in a vdev with larger ones.<br>
You can only expand by adding vdevs or replacing all drives in a vdev with larger ones.<br>
See [https://docs.oracle.com/cd/E19253-01/819-5461/githb/index.html]<br>


After replacing all drives in a vdev, see
After replacing all drives in a vdev, you need to run:
See [https://docs.oracle.com/cd/E19253-01/819-5461/githb/index.html]<br>
<code>sudo zpool online -e $pool $disk</code> on any disk.


==Pros and Cons==
==Pros and Cons==