Blink
Cadet
- Joined
- Oct 7, 2014
- Messages
- 3
Hello fellow FreeNASers,
I'm having some trouble trying to auto import an unencrypted raidZ1 volume though the GUI on FreeNAS 9.2.1.8 that was created by a previous version. I'm not sure which previous version exactly, my USB stick died after a reboot. I can however mount it on the CLI with zpool import -R /mnt volume_name and see the data.
I did a search on the forum but didn't find anything that seemed to fit my situation.
Here is a screenshot after the auto import fails (which takes several minutes before failing):
And the Traceback text:
zpool import output:
Any help or suggestions would be greatly appreciated.
Thanks!
I'm having some trouble trying to auto import an unencrypted raidZ1 volume though the GUI on FreeNAS 9.2.1.8 that was created by a previous version. I'm not sure which previous version exactly, my USB stick died after a reboot. I can however mount it on the CLI with zpool import -R /mnt volume_name and see the data.
I did a search on the forum but didn't find anything that seemed to fit my situation.
Here is a screenshot after the auto import fails (which takes several minutes before failing):
And the Traceback text:
Code:
Environment:
Software Version: FreeNAS-9.2.1.8-RELEASE-x64 (e625626)
Request Method: POST
Request URL: http://1.1.1.2/storage/auto-import/
Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
107. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
158. 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
22. return view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/views/generic/base.py" in view
69. return self.dispatch(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in dispatch
236. response = super(WizardView, self).dispatch(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/views/generic/base.py" in dispatch
87. return handler(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in post
297. return self.render_done(form, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in render_done
350. done_response = self.done(final_form_list, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/storage/forms.py" in done
1080. notifier().restart("system_datasets")
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in restart
363. self._simplecmd("restart", what)
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in _simplecmd
239. f()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in _restart_system_datasets
4908. systemdataset = self.system_dataset_create()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in system_dataset_create
5031. os.chmod('/mnt/%s' % dataset, 0755)
Exception Type: OSError at /storage/auto-import/
Exception Value: [Errno 2] No such file or directory: '/mnt/iscsi_volume/.system'zpool import output:
Code:
[root@freenas] ~# zpool import
pool: iscsi_volume
id: 5582542519214794060
state: ONLINE
status: The pool is formatted using a legacy on-disk version.
action: The pool can be imported using its name or numeric identifier, though
some features will not be available without an explicit 'zpool upgrade'.
config:
iscsi_volume ONLINE
mirror-0 ONLINE
gptid/326acf61-21d0-11e1-b03f-d48564a10b18 ONLINE
gptid/32d59646-21d0-11e1-b03f-d48564a10b18 ONLINE
gptid/33459bd8-21d0-11e1-b03f-d48564a10b18 ONLINEAny help or suggestions would be greatly appreciated.
Thanks!