ZFS Not Working....

Status
Not open for further replies.

cobalt

Dabbler
Joined
Nov 22, 2011
Messages
14
Hello Forum,

I just built a new system to replace a Freenas 7 system that was not up to the task of running ZFS and Lion. So I put together a build of all new components and was eager to get Freenas 8 running.
I had attempted to install FreeNAS-8.0.2-RELEASE-amd64.iso, but kept hitting a Fatal Trap 12 error.
I decided to jump to a more recent FreeNAS-8.2-r8878-amd64 and was able to install and run this version with no errors.

However I am now having trouble creating a dataset. I created a volume of four 1TB HDD with no issue. The problem is Freenas will not let me do anything with the volume. I can not change permissions, or create a dataset, create a snapshot - I just get an error pop up box. The only thing I can do, is scrub volume.
The volume status indicates all drives are online.

Any thoughts?
 

William Grzybowski

Wizard
iXsystems
Joined
May 27, 2011
Messages
1,754
What error pop up is that?

Did you enable the "Show traceback" in Settings->Advanced?
Also there should be messages in /var/log/messages when those errors pop up
 

cobalt

Dabbler
Joined
Nov 22, 2011
Messages
14
After I enabled Show Traceback, I was greeted with a very long page of information!

'NoneType' object has no attribute '_admin'

I am not able to share the traceback to a public site
 

cobalt

Dabbler
Joined
Nov 22, 2011
Messages
14
Environment:

Request Method: GET
Request URL: http://10.0.1.18/storage/zvol/create/pool_1/
Django Version: FreeNAS-8.2-r8878-amd64
Python Version: 2.7.2
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.staticfiles',
'freeadmin',
'south',
'dojango',
'account',
'system',
'network',
'storage',
'sharing',
'services']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'freenasUI.freeadmin.middleware.LocaleMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'freenasUI.freeadmin.middleware.RequireLoginMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'dojango.middleware.DojoCollector')


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
105. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/freeadmin/middleware.py" in process_view
66. return login_required(view_func)(request,*view_args,**view_kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/storage/views.py" in zvol_create
385. 'volume_name': volume_name,
File "/usr/local/lib/python2.7/site-packages/django/shortcuts/__init__.py" in render
44. return HttpResponse(loader.render_to_string(*args, **kwargs),
File "/usr/local/lib/python2.7/site-packages/django/template/loader.py" in render_to_string
188. return t.render(context_instance)
File "/usr/local/lib/python2.7/site-packages/django/template/base.py" in render
123. return self._render(context)
File "/usr/local/lib/python2.7/site-packages/django/template/base.py" in _render
117. return self.nodelist.render(context)
File "/usr/local/lib/python2.7/site-packages/django/template/base.py" in render
744. bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.7/site-packages/django/template/base.py" in render_node
757. return node.render(context)
File "/usr/local/www/freenasUI/freeadmin/templatetags/freeadmin.py" in render
69. is_adv = field in model._admin.advanced_fields

Exception Type: AttributeError at /storage/zvol/create/pool_1/
Exception Value: 'NoneType' object has no attribute '_admin'
 

William Grzybowski

Wizard
iXsystems
Joined
May 27, 2011
Messages
1,754
Yes, this is a known issue, upgrade to r8891 or wait for tomorrow's image (one of those will fix it)
 

cobalt

Dabbler
Joined
Nov 22, 2011
Messages
14
Thank you for the help - I will follow your suggestion.

I am also not able to get the email notification working, is there a bug with that as well?
I have the root email configured properly but keep getting an Errno 8
 
Status
Not open for further replies.
Top