Hi, I setup FreeNAS a while ago and am wanting to upgrade 2 of my drives to two new 2TB drives. I'm trying to determine which two to upgrade that would give me the most bang for my buck. Though I'm starting to think that I will need to destroy and recreate the zpool altogether.
 
As I don't remember the details of creating the zpool, I'd like to understand what it is I have. I haven't seen any examples online of what I'm looking at, so I'm sure it's a newbie mistake that got me where I am. But, I thought I was just following the prompts of the gui during creation.
Can someone explain what I'm looking at below as well as how I might have gotten that via the FreeNAS gui?
 
 
Thanks!!
	
		
			
		
		
	
			
			As I don't remember the details of creating the zpool, I'd like to understand what it is I have. I haven't seen any examples online of what I'm looking at, so I'm sure it's a newbie mistake that got me where I am. But, I thought I was just following the prompts of the gui during creation.
Can someone explain what I'm looking at below as well as how I might have gotten that via the FreeNAS gui?
Code:
barn# zpool iostat
               capacity     operations    bandwidth
pool        alloc   free   read  write   read  write
----------  -----  -----  -----  -----  -----  -----
Barn        3.39T   707G     55     18  4.99M   621K
barn# zpool iostat -v Barn
                                           capacity     operations    bandwidth
pool                                    alloc   free   read  write   read  write
--------------------------------------  -----  -----  -----  -----  -----  -----
Barn                                    3.39T   707G     55     18  4.99M   621K
  gptid/d919f2a0-1400-11e3-abde-00219b681af5  1.22T   145G     18     10  1.79M   349K
  gptid/d98da02a-1400-11e3-abde-00219b681af5  1.27T   553G     20      7  1.88M   266K
  mirror                                 919G  9.28G     16      0  1.32M  5.67K
    gptid/da57e68d-1400-11e3-abde-00219b681af5      -      -     12      1  1.28M  8.84K
    gptid/dace52f3-1400-11e3-abde-00219b681af5      -      -     13      1  1.28M  8.84K
--------------------------------------  -----  -----  -----  -----  -----  -----Code:
barn# zpool status pool: Barn state: ONLINE scan: scrub repaired 0 in 9h8m with 0 errors on Wed Feb 12 06:49:41 2014 config: NAME STATE READ WRITE CKSUM Barn ONLINE 0 0 0 gptid/d919f2a0-1400-11e3-abde-00219b681af5 ONLINE 0 0 0 gptid/d98da02a-1400-11e3-abde-00219b681af5 ONLINE 0 0 0 mirror-2 ONLINE 0 0 0 gptid/da57e68d-1400-11e3-abde-00219b681af5 ONLINE 0 0 0 gptid/dace52f3-1400-11e3-abde-00219b681af5 ONLINE 0 0 0 errors: No known data errors
Thanks!!