I'm on the latest stable FreeNAS 11.3.
I'm attempting to replace the SLOG and ARC disks on my system and am getting the following error when trying to add either a new SLOG or new ARC. I previously had a SLOG and ARC, but used the GUI to remove both successfully. I get the below error when attempting to add both at once or when trying to add either one individually.
I also thought it was weird that this same odd "HOLE" thing appears on my only pool's status page. I attached a pic of that. What should I do?
	
		
			
		
		
	
			
			I'm attempting to replace the SLOG and ARC disks on my system and am getting the following error when trying to add either a new SLOG or new ARC. I previously had a SLOG and ARC, but used the GUI to remove both successfully. I get the below error when attempting to add both at once or when trying to add either one individually.
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/tastypie/resources.py", line 219, in wrapper
    response = callback(request, *args, **kwargs)
  File "./freenasUI/api/resources.py", line 1421, in dispatch_list
    request, **kwargs
  File "/usr/local/lib/python3.7/site-packages/tastypie/resources.py", line 450, in dispatch_list
    return self.dispatch('list', request, **kwargs)
  File "./freenasUI/api/utils.py", line 252, in dispatch
    request_type, request, *args, **kwargs
  File "/usr/local/lib/python3.7/site-packages/tastypie/resources.py", line 482, in dispatch
    response = method(request, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/tastypie/resources.py", line 1384, in post_list
    updated_bundle = self.obj_create(bundle, **self.remove_api_resource_names(kwargs))
  File "/usr/local/lib/python3.7/site-packages/tastypie/resources.py", line 2175, in obj_create
    return self.save(bundle)
  File "./freenasUI/api/utils.py", line 493, in save
    form.save()
  File "./freenasUI/storage/forms.py", line 282, in save
    return False
  File "./freenasUI/storage/forms.py", line 273, in save
    pool = c.call('pool.update', add.id, {'topology': topology}, job=True)
  File "/usr/local/lib/python3.7/site-packages/middlewared/client/client.py", line 513, in call
    return jobobj.result()
  File "/usr/local/lib/python3.7/site-packages/middlewared/client/client.py", line 276, in result
    raise ClientException(job['error'], trace={'formatted': job['exception']})
middlewared.client.client.ClientException: 'HOLE'
I also thought it was weird that this same odd "HOLE" thing appears on my only pool's status page. I attached a pic of that. What should I do?