So, I was playing with a ZFS array and janked out (disconnected the SATA and the power cable) a live SATA drive. Just to see what would happen. The server kept running fine, obviousy. But zpool didn't report anything wrong, dispite me having the unplugged drive in my hand.
How is this possible? :q
Only after plugging in another drive, ZFS reported a problem.
For the record, I wanted to see if I could replace a drive without shutting down the server. Obviously that wouldn't work, because SATA doesn't support hotswap. But it's strange I got no errors when I disconnected a live SATA drive from a running server.
Code:
#zpool status
pool: Opslag
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
Opslag ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ada1 ONLINE 0 0 0
ada2 ONLINE 0 0 0
ada3 ONLINE 0 0 0
How is this possible? :q
Only after plugging in another drive, ZFS reported a problem.
For the record, I wanted to see if I could replace a drive without shutting down the server. Obviously that wouldn't work, because SATA doesn't support hotswap. But it's strange I got no errors when I disconnected a live SATA drive from a running server.