硬盘无法0数据填充

Status
Not open for further replies.

pipilang

Cadet
Joined
Jan 9, 2017
Messages
5
之前硬盘坏了,新换的硬盘。硬盘无法0数据填充,麻烦看下日志,是不是新硬盘有问题,还是接口问题或者数据线故障,我已经换了好几块硬盘了。谢谢![U盘安装的FreeNAS-9.10.2-U3]
May 2 16:23:41 Srv notifier: da6 destroyed
May 2 16:23:41 Srv notifier: da6 created
May 2 16:23:41 Srv notifier: da6 destroyed
May 2 16:23:41 Srv (da6:mps0:0:18:0): WRITE(10). CDB: 2a 00 00 00 00 00 00 01 00 00 length 131072 SMID 344 terminated ioc 804b scsi 0 state c xfer 0
May 2 16:23:41 Srv (da6:mps0:0:18:0): WRITE(10). CDB: 2a 00 00 00 00 00 00 01 00 00
May 2 16:23:41 Srv (da6:mps0:0:18:0): CAM status: CCB request completed with an error
May 2 16:23:41 Srv (da6:mps0:0:18:0): Retrying command
May 2 16:23:41 Srv (da6:mps0:0:18:0): WRITE(10). CDB: 2a 00 00 00 00 00 00 01 00 00
May 2 16:23:41 Srv (da6:mps0:0:18:0): CAM status: SCSI Status Error
May 2 16:23:41 Srv (da6:mps0:0:18:0): SCSI status: Check Condition
May 2 16:23:41 Srv (da6:mps0:0:18:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
May 2 16:23:41 Srv (da6:mps0:0:18:0): Retrying command (per sense data)
May 2 16:23:42 Srv (da6:mps0:0:18:0): WRITE(10). CDB: 2a 00 00 00 00 00 00 01 00 00 length 131072 SMID 350 terminated ioc 804b scsi 0 state c xfer 0
May 2 16:23:42 Srv (da6:mps0:0:18:0): WRITE(10). CDB: 2a 00 00 00 00 00 00 01 00 00
May 2 16:23:42 Srv (da6:mps0:0:18:0): CAM status: CCB request completed with an error
May 2 16:23:42 Srv (da6:mps0:0:18:0): Retrying command
May 2 16:23:43 Srv (da6:mps0:0:18:0): WRITE(10). CDB: 2a 00 00 00 00 00 00 01 00 00
May 2 16:23:43 Srv (da6:mps0:0:18:0): CAM status: SCSI Status Error
May 2 16:23:43 Srv (da6:mps0:0:18:0): SCSI status: Check Condition
May 2 16:23:43 Srv (da6:mps0:0:18:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
May 2 16:23:43 Srv (da6:mps0:0:18:0): Retrying command (per sense data)
May 2 16:23:43 Srv (da6:mps0:0:18:0): WRITE(10). CDB: 2a 00 00 00 00 00 00 01 00 00 length 131072 SMID 331 terminated ioc 804b scsi 0 state c xfer 0
May 2 16:23:43 Srv (da6:mps0:0:18:0): WRITE(10). CDB: 2a 00 00 00 00 00 00 01 00 00
May 2 16:23:43 Srv (da6:mps0:0:18:0): CAM status: CCB request completed with an error
May 2 16:23:43 Srv (da6:mps0:0:18:0): Error 5, Retries exhausted
May 2 16:23:43 Srv (da6:mps0:0:18:0): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
May 2 16:23:43 Srv (da6:mps0:0:18:0): CAM status: SCSI Status Error
May 2 16:23:43 Srv (da6:mps0:0:18:0): SCSI status: Check Condition
May 2 16:23:43 Srv (da6:mps0:0:18:0): SCSI sense: UNIT ATTENTION asc:29,0 (Power on, reset, or bus device reset occurred)
May 2 16:23:43 Srv (da6:mps0:0:18:0): Retrying command (per sense data)
May 2 16:23:43 Srv manage.py: [middleware.exceptions:37] [MiddlewareError: Failed to wipe da6: dd: /dev/da6: Input/output error
1+0 records in
0+0 records out
0 bytes transferred in 1.523343 secs (0 bytes/sec)
]
May 2 16:23:43 Srv manage.py: [rollbar:1097] Exception while posting item ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.rollbar.com', port=443): Max retries exceeded with url: /api/1/item/ (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x816b88d10>: Failed to establish a new connection: [Errno 8] hostname nor servname provided, or not known',))",),)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1095, in _send_payload
_post_api('item/', payload, access_token=access_token)
File "/usr/local/lib/python2.7/site-packages/rollbar/__init__.py", line 1136, in _post_api
verify=SETTINGS.get('verify_https', True))
File "/usr/local/lib/python2.7/site-packages/rollbar/lib/transport.py", line 7, in post
return _session.post(*args, **kw)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 522, in post
return
May 2 16:23:43 Srv manage.py: self.request('POST', url, data=data, json=json, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 596, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/adapters.py", line 487, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='api.rollbar.com', port=443): Max retries exceeded with url: /api/1/item/ (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x816b88d10>: Failed to establish a new connection: [Errno 8] hostname nor servname provided, or not known',))
May 2 16:24:13 Srv notifier: Performing sanity check on openssh configuration.
May 2 16:24:13 Srv notifier: Starting openssh.
 
Status
Not open for further replies.
Top