azathot
Dabbler
- Joined
 - Jan 13, 2015
 
- Messages
 - 10
 
Hi there,
I'm running FreeNAS 9.3 (FreeNAS-9.3-STABLE-201501241715).
My pool was created with 2 RAIDZ2 consisting of 4 - 4TB drives each.
Today I added another 12 drives and expanded the volume by adding 3 - 4 Drive RAIDZ2 vdevs.
The drives added fine, the total space for the pool shows 64TB:
	
	
	
		
		
		
			
		
		
	
	
		
	
   
The available space is showing up as half of that:
Is there a way to expand the dataset to reflect the total amount of space?
Thanks for the help everyone!
	
		
			
		
		
	
			
			I'm running FreeNAS 9.3 (FreeNAS-9.3-STABLE-201501241715).
My pool was created with 2 RAIDZ2 consisting of 4 - 4TB drives each.
Today I added another 12 drives and expanded the volume by adding 3 - 4 Drive RAIDZ2 vdevs.
The drives added fine, the total space for the pool shows 64TB:
	Code:
pool: pool
state: ONLINE
  scan: none requested
config:
    NAME                                            STATE     READ WRITE CKSUM
    pool                                            ONLINE       0     0     0
     raidz2-0                                      ONLINE       0     0     0
       gptid/3041fe42-9f1d-11e4-8ae8-002590577d8f  ONLINE       0     0     0
       gptid/32d94356-9f1d-11e4-8ae8-002590577d8f  ONLINE       0     0     0
       gptid/3526815b-9f1d-11e4-8ae8-002590577d8f  ONLINE       0     0     0
       gptid/3769f844-9f1d-11e4-8ae8-002590577d8f  ONLINE       0     0     0
     raidz2-1                                      ONLINE       0     0     0
       gptid/39a98def-9f1d-11e4-8ae8-002590577d8f  ONLINE       0     0     0
       gptid/3bdff147-9f1d-11e4-8ae8-002590577d8f  ONLINE       0     0     0
       gptid/3d63a46c-9f1d-11e4-8ae8-002590577d8f  ONLINE       0     0     0
       gptid/3ee2ba9b-9f1d-11e4-8ae8-002590577d8f  ONLINE       0     0     0
     raidz2-2                                      ONLINE       0     0     0
       gptid/d61f800c-a58f-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/d6f88f50-a58f-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/d7d4ed40-a58f-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/d8b294c7-a58f-11e4-b88b-002590577d8f  ONLINE       0     0     0
     raidz2-3                                      ONLINE       0     0     0
       gptid/eeeb6162-a58f-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/efcdc1d5-a58f-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/f0b1b588-a58f-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/f191d150-a58f-11e4-b88b-002590577d8f  ONLINE       0     0     0
     raidz2-4                                      ONLINE       0     0     0
       gptid/07c8bcf9-a590-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/0a06fa1b-a590-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/0c3c2179-a590-11e4-b88b-002590577d8f  ONLINE       0     0     0
       gptid/0e81c468-a590-11e4-b88b-002590577d8f  ONLINE       0     0     0The available space is showing up as half of that:
Code:
freenas# zfs list pool NAME USED AVAIL REFER MOUNTPOINT pool 4.04T 30.0T 587G /mnt/pool freenas# zpool list pool NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT pool 72.5T 8.34T 64.2T - 5% 11% 1.00x ONLINE /mnt freenas#
Is there a way to expand the dataset to reflect the total amount of space?
Thanks for the help everyone!