Through a series of dumb, dumb, dumb experimentation and mistakes, I have a pool to which I can not attach a drive. Saga is:
FreeNAS 9.1.1. Had a pool of 2 identical mirrored drives. While experimenting and being not-too-bright, I removed one of the mirrored drives. (Some combination of offline and detach and probably 4 other things.) The pool now looks like this:
Any suggestions?
FreeNAS 9.1.1. Had a pool of 2 identical mirrored drives. While experimenting and being not-too-bright, I removed one of the mirrored drives. (Some combination of offline and detach and probably 4 other things.) The pool now looks like this:
[root@freenas ~]# zpool status
pool: tank
state: ONLINE
scan: scrub repaired 0 in 4h38m with 0 errors on Tue Oct 15 16:54:16 2013
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
ada2 ONLINE 0 0 0
errors: No known data errors
I want to reestablish the mirror, which I *think* should just be a simple attach. However that results in:[root@freenas ~]# zpool attach tank ada2 ada1
cannot attach ada1 to ada2: no such pool or dataset
I can't figure this one out, other than that I should have RTFM before starting this silliness.Any suggestions?