Traceback error in web interface when adding multipath disk

Status
Not open for further replies.

giox069

Dabbler
Joined
Jun 1, 2012
Messages
28
I'm using FreeNAS-8.2.0-BETA3-x64, connected to an AX100 SAN via 2 fiber channel qlogic cards. The AX100 has a single LUN, 9TB.

It's a fresh installation of freenas, not an upgrade.

When I choose "View Multipaths" i get the error "Sorry, an error occured"

When I click on "Volume Manager" in the Web Interface, I get the following error:

Code:
Request Method: 	GET
Request URL: 	http://192.168.0.78/storage/wizard/
Software Version: 	FreeNAS-8.2.0-BETA3-x64 (r11188)
Exception Type: 	IndexError
Exception Value: 	list index out of range
Exception Location: 	/usr/local/www/freenasUI/middleware/multipath.py in __init__, line 51
Server time: 	Fri, 1 Jun 2012 09:09:17 -0700

Traceback
Environment:

Software Version: FreeNAS-8.2.0-BETA3-x64 (r11188)
Request Method: GET
Request URL: http://192.168.133.78/storage/wizard/


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
  166.         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 wizard
  164.         form = forms.VolumeWizardForm()
File "/usr/local/www/freenasUI/storage/forms.py" in __init__
  159.         self.fields['volume_disks'].choices = self._populate_disk_choices()
File "/usr/local/www/freenasUI/storage/forms.py" in _populate_disk_choices
  210.         for disk, info in notifier().get_disks().items():
File "/usr/local/www/freenasUI/middleware/notifier.py" in get_disks
  2273.         for mp in self.multipath_all():
File "/usr/local/www/freenasUI/middleware/notifier.py" in multipath_all
  3112.                 for geom in doc.xpathEval("//class[name = 'MULTIPATH']/geom")
File "/usr/local/www/freenasUI/middleware/multipath.py" in __init__
  51.         self.status =  xmlnode.xpathEval("./config/State")[0].content

Exception Type: IndexError at /storage/wizard/
Exception Value: list index out of range


I'm totally unable to initialize/use my disks :(

Here is the output from gmultipath:
Code:
[root@fnas1] ~# gmultipath list
Geom name: disk1
Providers:
1. Name: multipath/disk1
   Mediasize: 9709847313920 (8.8T)
   Sectorsize: 512
   Mode: r0w0e0
Consumers:
1. Name: da0
   Mediasize: 9709847314432 (8.8T)
   Sectorsize: 512
   Mode: r0w0e0
2. Name: da1
   Mediasize: 9709847314432 (8.8T)
   Sectorsize: 512
   Mode: r0w0e0


Please help me :)

Thank you
Giovanni
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,402
Have you entered in a support ticket? It's probably the best way to get help with this.
 
Status
Not open for further replies.
Top