Hello,
I'm running into a issues with creating a encrypted pool and with the freenas GUI, the system I'm using has SAS multipath disks that are all connected and labeled fine.
	
		
			
		
		
	
		
		
	
	
		
	
	
		
			
		
		
	
Here is the stack trace.
running FreeNAS 11.3-U3.2
If I try creating the pool without encryption here is what I get.
Any help is appreciated.
	
		
			
		
		
	
			
			I'm running into a issues with creating a encrypted pool and with the freenas GUI, the system I'm using has SAS multipath disks that are all connected and labeled fine.
Here is the stack trace.
Code:
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 279, in save
    }, job=True)
  File "/usr/local/lib/python3.7/site-packages/middlewared/client/client.py", line 399, in call
    return jobobj.result()
  File "/usr/local/lib/python3.7/site-packages/middlewared/client/client.py", line 172, in result
    raise ClientException(job['error'], trace={'formatted': job['exception']})
middlewared.client.client.ClientException: [EFAULT] Unable to set geli metadata on gptid/9aa42ffe-a68a-11ea-9ddc-ac1f6bf5967c: geli: Cannot get informations about gptid/9aa42ffe-a68a-11ea-9ddc-ac1f6bf5967c: No such file or directory.
running FreeNAS 11.3-U3.2
If I try creating the pool without encryption here is what I get.
Code:
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 279, in save
    }, job=True)
  File "/usr/local/lib/python3.7/site-packages/middlewared/client/client.py", line 399, in call
    return jobobj.result()
  File "/usr/local/lib/python3.7/site-packages/middlewared/client/client.py", line 172, in result
    raise ClientException(job['error'], trace={'formatted': job['exception']})
middlewared.client.client.ClientException: ('no such pool or dataset',)
Any help is appreciated.