8.3 beta 2 x86, cannot delete vdev

Status
Not open for further replies.

carl0s

Dabbler
Joined
Sep 16, 2012
Messages
32
Hi. I'm testing in virtualbox.

I created a 3-disk raidz volume.
I then extended it with another 3-disk raidz, so I have a 2x3-raidz zpool.
(is that the right terminology??)

After some playing about, I tried to delete (detach?) the volume/pool, and I receive this message:

Cannot resolve keyword 'nfs_path' into field. Choices are: id, nfs_alldirs, nfs_comment, nfs_hosts, nfs_mapall_group, nfs_mapall_user, nfs_maproot_group, nfs_maproot_user, nfs_network, nfs_quiet, nfs_ro, paths

Code:
Environment:

Software Version: 
Request Method: GET
Request URL: http://192.168.1.79/storage/detach/1/


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/../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
  20.                 return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/storage/views.py" in volume_detach
  789.     services = volume.has_attachments()
File "/usr/local/www/freenasUI/../freenasUI/storage/models.py" in has_attachments
  115.             for service, ids in mp.has_attachments().items():
File "/usr/local/www/freenasUI/../freenasUI/storage/models.py" in has_attachments
  507.         for nfs in NFS_Share.objects.filter(nfs_path__startswith=mypath):
File "/usr/local/lib/python2.7/site-packages/django/db/models/manager.py" in filter
  143.         return self.get_query_set().filter(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in filter
  621.         return self._filter_or_exclude(False, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in _filter_or_exclude
  639.             clone.query.add_q(Q(*args, **kwargs))
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py" in add_q
  1250.                             can_reuse=used_aliases, force_having=force_having)
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py" in add_filter
  1122.                     process_extras=process_extras)
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/query.py" in setup_joins
  1316.                             "Choices are: %s" % (name, ", ".join(names)))

Exception Type: FieldError at /storage/detach/1/
Exception Value: Cannot resolve keyword 'nfs_path' into field. Choices are: id, nfs_alldirs, nfs_comment, nfs_hosts, nfs_mapall_group, nfs_mapall_user, nfs_maproot_group, nfs_maproot_user, nfs_network, nfs_quiet, nfs_ro, paths
 
Status
Not open for further replies.
Top