Ubuntu 14.04 云服务器 - 磁盘变为只读

Ubuntu 14.04 云服务器 - 磁盘变为只读

今天早上,我们网络主机的云服务器上的磁盘莫名其妙地变成了只读状态。之后,我们尝试重新启动以纠正该问题,但结果系统无法启动。

我们的网络主机似乎无法彻底解决这个问题。

重启之前我们设法抓住了这个:

[3165585.488502] hv_storvsc vmbus_0_2: cmd 0x2a scsi status 0x2 srb status 0x82
[3165585.488507] hv_storvsc vmbus_0_2: stor pkt ffff88003596e300 autosense data valid - len 18
[3165585.488509] storvsc: Sense Key : Unit Attention [current] 
[3165585.488512] storvsc: Add. Sense: Changed operating definition
[3165585.488520] sd 2:0:0:0: Warning! Received an indication that the operating parameters on this target have changed. The Linux SCSI layer does not automatically adjust these parameters.
[3165756.924419] INPUT DROP: IN=eth0 OUT= MAC=00:1d:db:b7:1d:9b:88:f0:31:cb:64:41:08:00 SRC=217.170.41.29 DST=109.228.21.191 LEN=40 TOS=0x00 PREC=0x00 TTL=55 ID=12012 PROTO=TCP SPT=59005 DPT=445 WINDOW=512 RES=0x00 SYN URGP=0 
[3165865.066921] INPUT DROP: IN=eth0 OUT= MAC=00:1d:db:b7:1d:9b:88:f0:31:cb:67:c1:08:00 SRC=91.121.211.21 DST=109.228.21.191 LEN=44 TOS=0x00 PREC=0x00 TTL=51 ID=38209 PROTO=TCP SPT=80 DPT=31156 WINDOW=16384 RES=0x00 ACK SYN URGP=0 
[3165892.828977] INPUT DROP: IN=eth0 OUT= MAC=00:1d:db:b7:1d:9b:88:f0:31:cb:67:c1:08:00 SRC=80.85.84.75 DST=109.228.21.191 LEN=40 TOS=0x00 PREC=0x00 TTL=248 ID=28453 PROTO=TCP SPT=44001 DPT=5800 WINDOW=1024 RES=0x00 SYN URGP=0 
[3165936.889407] hv_storvsc vmbus_0_2: cmd 0x35 scsi status 0x2 srb status 0x82
[3165936.889413] hv_storvsc vmbus_0_2: stor pkt ffff88003596c000 autosense data valid - len 18
[3165936.889416] storvsc: Sense Key : Unit Attention [current] 
[3165936.889419] storvsc: Add. Sense: Changed operating definition
[3165936.889429] sd 2:0:0:0: Warning! Received an indication that the operating parameters on this target have changed. The Linux SCSI layer does not automatically adjust these parameters.
[3165936.889437] end_request: I/O error, dev sda, sector 38756424
[3165936.889497] Aborting journal on device dm-0-8.
[3165936.891502] EXT4-fs error (device dm-0): ext4_journal_check_start:56: Detected aborted journal
[3165936.891536] EXT4-fs (dm-0): Remounting filesystem read-only

我认为是硬件,而且我在网上搜索的所有内容似乎都指向磁盘,但网络主机却说不是,有什么想法吗?

答案1

记录的消息仅告知 SAS 总线中的一些变化(大概是 SAS 或 SAS 的模拟),它可能意味着不同的事情,包括磁盘已经消失,以及 SAS 扩展器/控制器中一些完全无害的参数的变化。

仅凭这些信息,没有什么意义。

日志已停止且 fs 重新安装为只读,这表明返回了一些错误,但它们未记录在这里,因此无法知道。

相关内容