If a disk gets disconnected from a ZFS array, but the drive itself if totally fine, what happens when you reconnect it?
For example, if I have a mirror of 2 drives, if one is disconnected, then reconnected, will ZFS simply continue where it left off or will all the data need to be recopied to the disconnected disk?
If there's a zpool with just striped single-disk vdevs, is the pool toast regardless of if the disk is reconnected? Similarly, in a RAID10-style configuration, if one set of mirrors is disconnected, is the pool gone?