Visseroth
Guru
- Joined
- Nov 4, 2011
- Messages
- 546
I just swapped out my hardware for the said hardware in my signature and noticed today in my logs the following errors...
And I just checked the SMART configuration and realized not all drives were selected, which really isn't surprising since they moved from da* to da* (what every they were to what they are now) and received this error....
I'm not exactly sure what to make of this. Is this a issue with SMART trying to pull data over a SAS extender?
Code:
Apr 24 10:49:29 storage smartd[94557]: Device: /dev/da5 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:33 storage smartd[94557]: Device: /dev/da3 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:36 storage smartd[94557]: Device: /dev/da0 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:39 storage smartd[94557]: Device: /dev/da1 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:43 storage smartd[94557]: Device: /dev/da2 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:46 storage smartd[94557]: Device: /dev/da6 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:49 storage smartd[94557]: Device: /dev/da7 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:52 storage smartd[94557]: Device: /dev/da8 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:56 storage smartd[94557]: Device: /dev/da9 [SAT], not capable of Conveyance Self-Test Apr 24 10:49:59 storage smartd[94557]: Device: /dev/da10 [SAT], not capable of Conveyance Self-Test Apr 24 10:50:02 storage smartd[94557]: Device: /dev/da11 [SAT], not capable of Conveyance Self-Test
And I just checked the SMART configuration and realized not all drives were selected, which really isn't surprising since they moved from da* to da* (what every they were to what they are now) and received this error....
Code:
Environment: Software Version: FreeNAS-11.1-U4 (89e3d93bc) Request Method: POST Request URL: http://***.***.***.***/admin/tasks/smarttest/edit/4/ Traceback: File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 42. response = get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response 249. response = self._get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response 178. response = middleware_method(request, callback, callback_args, callback_kwargs) File "./freenasUI/freeadmin/middleware.py" in process_view 162. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 23. return view_func(request, *args, **kwargs) File "./freenasUI/freeadmin/options.py" in wrapper 210. return self._admin.admin_view(view)(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/django/utils/decorators.py" in _wrapped_view 149. response = view_func(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/django/views/decorators/cache.py" in _wrapped_view_func 57. response = view_func(request, *args, **kwargs) File "./freenasUI/freeadmin/site.py" in inner 142. return view(request, *args, **kwargs) File "./freenasUI/freeadmin/options.py" in edit 571. mf.save() File "./freenasUI/tasks/forms.py" in save 447. notifier().restart("smartd") File "./freenasUI/middleware/notifier.py" in restart 223. return c.call('service.restart', what, {'onetime': onetime}, **kwargs) File "./freenasUI/middleware/notifier.py" in restart 223. return c.call('service.restart', what, {'onetime': onetime}, **kwargs) File "/usr/local/lib/python3.6/site-packages/middlewared/client/client.py" in call 416. raise CallTimeout("Call timeout") Exception Type: CallTimeout at /admin/tasks/smarttest/edit/4/ Exception Value: Call timeout
Code:
Request information GET No GET data POST Variable Value __all__ '' smarttest_disks '{serial_lunid}S2H7JX0CA00522 _50000f00a00b2205' smarttest_type 'L' smarttest_desc '' smarttest_hour '05' smarttest_daymonth '*/15' smarttest_month '12' smarttest_dayweek '7' __form_id 'dialogForm_smarttest' FILES No FILES data COOKIES Variable Value csrftoken '********' fntreeSaveStateCookie 'root%2Croot%2F198%2F208%2Croot%2F387%2Croot%2F387%2F397' sessionid '******************************' META Variable Value
I'm not exactly sure what to make of this. Is this a issue with SMART trying to pull data over a SAS extender?