Hi, first time posting here.
I was trying to test out ZIL/L2ARC on the two SSD's I have in my system where I was under the impression you can remove them at any time.
After I saw no performance improvement (Most likely due a misconfiguration, I'm not sure still new), I decided to remove them with the following command:
This left me with one of the SSD's (gptid/ec227457-edd5-11e5-8ed7-00074305cc38) still in the pool, but its unremoveable.
	
	
	
		
		
		
			
		
		
	
	
		
	
(I'm currently moving all my data over, and this is a screenshot of the stuck SSD. I've added it around 14:25)
What is its purpose right now? Because its being used, so its not idleing in there.
How do I remove it from the pool?
	
		
			
		
		
	
			
			I was trying to test out ZIL/L2ARC on the two SSD's I have in my system where I was under the impression you can remove them at any time.
After I saw no performance improvement (Most likely due a misconfiguration, I'm not sure still new), I decided to remove them with the following command:
Code:
freenas# zpool status Main_Pool
  pool: Main_Pool
state: ONLINE
  scan: none requested
config:
  NAME  STATE  READ WRITE CKSUM
  Main_Pool  ONLINE  0  0  0
   raidz2-0  ONLINE  0  0  0
    gptid/1d7c862f-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/1e5bad68-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/1f32396f-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/1ff461ad-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/20c21c35-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/2180eedd-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/2252c655-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/230911f1-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
   gptid/ec227457-edd5-11e5-8ed7-00074305cc38  ONLINE  0  0  0
  logs
   gptid/f294fbab-edd5-11e5-8ed7-00074305cc38  ONLINE  0  0  0
errors: No known data errors
freenas# zpool remove Main_Pool gptid/f294fbab-edd5-11e5-8ed7-00074305cc38
This left me with one of the SSD's (gptid/ec227457-edd5-11e5-8ed7-00074305cc38) still in the pool, but its unremoveable.
Code:
freenas# zpool status Main_Pool
  pool: Main_Pool
state: ONLINE
  scan: none requested
config:
  NAME  STATE  READ WRITE CKSUM
  Main_Pool  ONLINE  0  0  0
   raidz2-0  ONLINE  0  0  0
    gptid/1d7c862f-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/1e5bad68-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/1f32396f-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/1ff461ad-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/20c21c35-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/2180eedd-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/2252c655-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
    gptid/230911f1-ed63-11e5-9a6f-00074305cc38  ONLINE  0  0  0
   gptid/ec227457-edd5-11e5-8ed7-00074305cc38  ONLINE  0  0  0
errors: No known data errors
freenas# zpool remove Main_Pool gptid/ec227457-edd5-11e5-8ed7-00074305cc38
cannot remove gptid/ec227457-edd5-11e5-8ed7-00074305cc38: only inactive hot spares, cache, top-level, or log devices can be removed
	(I'm currently moving all my data over, and this is a screenshot of the stuck SSD. I've added it around 14:25)
What is its purpose right now? Because its being used, so its not idleing in there.
How do I remove it from the pool?