Folks,
I installed a new FN server and moving jails from one to the other causes the new one fail.
On old server I used the following:
It then creates a file for me.
I copy said file over and use
I installed a new FN server and moving jails from one to the other causes the new one fail.
On old server I used the following:
Code:
warden export jailname
It then creates a file for me.
I copy said file over and use
Code:
warden import path/to/fileCode:It imports fine. In the new server gui I can see the jail. When trying to start it or edit it I get the following:Code:Environment: Software Version: FreeNAS-9.10.1 (d989edd) Request Method: GET Request URL: http://nas/jails/restart/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 156. 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/www/freenasUI/../freenasUI/jails/views.py" in jail_restart 183. jail = models.Jails.objects.get(id=id) File "/usr/local/lib/python2.7/site-packages/django/db/models/manager.py" in get 151. return self.get_queryset().get(*args, **kwargs) File "/usr/local/www/freenasUI/../freenasUI/jails/queryset.py" in get 155. "Query returned multiple Jails" Exception Type: MultipleObjectsReturned at /jails/restart/1 Exception Value: Query returned multiple JailsAny interaction with the jail produces this. Should you be able to migrate jails in this way? Thanks C![]()