LearnLearnLearn
Patron
- Joined
 - Apr 26, 2015
 
- Messages
 - 320
 
Is the SLOG device something I can add later?
	
		
			
		
		
	
			
			
			
				Last edited: 
			
		
	
								
								
									
	
		
			
		
		
	
	
		
			
		
	
	
		
			
		
		
	
								
							
							Then seriously consider striped mirrors instead of raidz if you can afford the small cost in capacity.
I created one pool made up of the eight 1TB drives that the system can see once installed with sync disabled. Otherwise, all default options.How have you set up your pool?
zpool status -v pool01.
# zpool status -v pool01
  pool: pool01
 state: ONLINE
config:
        NAME                                            STATE     READ WRITE CKSUM
        pool01                                          ONLINE       0     0     0
          raidz2-0                                      ONLINE       0     0     0
            gptid/47dedc29-5f4c-11ec-9d7d-90b11c1dd891  ONLINE       0     0     0
            gptid/47ed6a12-5f4c-11ec-9d7d-90b11c1dd891  ONLINE       0     0     0
            gptid/47b17d6a-5f4c-11ec-9d7d-90b11c1dd891  ONLINE       0     0     0
            gptid/48206d79-5f4c-11ec-9d7d-90b11c1dd891  ONLINE       0     0     0
            gptid/4814e29c-5f4c-11ec-9d7d-90b11c1dd891  ONLINE       0     0     0
            gptid/482bf623-5f4c-11ec-9d7d-90b11c1dd891  ONLINE       0     0     0
            gptid/484c0b36-5f4c-11ec-9d7d-90b11c1dd891  ONLINE       0     0     0
            gptid/48b1fab0-5f4c-11ec-9d7d-90b11c1dd891  ONLINE       0     0     0
errors: No known data errors
Ok, done. The problem is that this gives me 3.5TB of space and I have 5TB of backups so I'm going to have to miss my deadline again by ordering larger drives or configuring something a bit different.Add 2 drives to a vdev; this creates a mirror. Click repeat to create another 2-way mirror vdev. Repeat another 2 times.
zpool status -f pool01 again to verify you have the correct topology.