- Minor
Today I needed to replace a disk in a zfs pool. I could not have the new and old disks in the system at the same time and this server does not properly hot swap disks so I:
- Stopped the array
- Unassigned the old disk
- Shut down the server
- Physically swapped disks
- Restarted the server
- Assigned the new disk to the pool
- Started the array
The zpool did not automatically begin resilvering; I manually ran a `zpool replace` command.