KVM 虛擬機無法啟動並給出以下錯誤
我有一個帶有網路伺服器的 kvm 虛擬機。昨天,沒有對伺服器或主機做任何修改,這個虛擬機就停止了響應。據我所知,它在啟動時凍結,同時永久使用一個核心 cpu 的 100%。VM 分配了 2 個 cpu,但它只消耗一個,如主機上的 HTOP 所示。
關閉它的唯一方法是執行
virsh destroy
. 並且在啟動時,我可以看到虛擬機在啟動時遇到以下問題:[ 1.201865] List of all partitions: [ 1.202927] No filesystem could mount root, tried: [ 1.204415] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) [ 1.206842] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 3.10.0-514.2.2.el7.x86_64 #1 [ 1.209032] Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2011 [ 1.210684] ffffffff818b4340 00000000de564bbf ffff880139abfd60 ffffffff816861cc [ 1.212973] ffff880139abfde0 ffffffff8167f5d3 ffffffff00000010 ffff880139abfdf0 [ 1.215219] ffff880139abfd90 00000000de564bbf 00000000de564bbf ffff880139abfe00 [ 1.217494] Call Trace: [ 1.218221] [<ffffffff816861cc>] dump_stack+0x19/0x1b [ 1.219712] [<ffffffff8167f5d3>] panic+0xe3/0x1f2 [ 1.221149] [<ffffffff81b0a602>] mount_block_root+0x2a1/0x2b0 [ 1.222849] [<ffffffff81b0a664>] mount_root+0x53/0x56 [ 1.224358] [<ffffffff81b0a7a3>] prepare_namespace+0x13c/0x174 [ 1.226092] [<ffffffff81b0a270>] kernel_init_freeable+0x1f5/0x21c [ 1.227882] [<ffffffff81b099db>] ? initcall_blacklist+0xb0/0xb0 [ 1.229656] [<ffffffff81674630>] ? rest_init+0x80/0x80 [ 1.231220] [<ffffffff8167463e>] kernel_init+0xe/0xf0 [ 1.232716] [<ffffffff81696718>] ret_from_fork+0x58/0x90 [ 1.234304] [<ffffffff81674630>] ? rest_init+0x80/0x80
據我了解,安裝根文件系統存在問題。我不知道在這種情況下我能做什麼以及導致問題的原因。如果您有任何可能與我的情況相關的資訊,請告訴我。
我在 CentOS 7 上使用 lvm 儲存:
Linux srv1.host.ro 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
我還檢查了儲存虛擬機的主硬碟上的智能,它看起來不錯:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0 3 Spin_Up_Time 0x0027 175 174 021 Pre-fail Always - 2250 4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 66 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 9 Power_On_Hours 0x0032 078 078 000 Old_age Always - 16090 10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 66 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 56 193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 517 194 Temperature_Celsius 0x0022 108 097 000 Old_age Always - 35 196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0 197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0 198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0 199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0
最後的 libvirt 條目日誌是:
qemu: terminating on signal 15 from pid 1138 2017-02-23 09:15:02.440+0000: shutting down 2017-02-23 09:15:21.080+0000: starting up libvirt version: 2.0.0, package: 10.el7_3.4 (CentOS BuildSystem <http://bugs.centos.org>, 2017-01-17-23:37:48, c1bm.rdu2.centos.org), qemu version: 1.5.3 (qemu-kvm-1.5.3-126.el7_3.3), hostname: srv1.host.ro LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=none /usr/libexec/qemu-kvm -name Nginx -S -machine pc-i440fx-rhel7.0.0,accel=kvm,usb=off -cpu Penryn -m 4096 -realtime mlock=off -smp 4,sockets=4,cores=1,threads=1 -uuid be91646a-f5d3-494d-8a51-e9e598bfdf52 -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-2-Nginx/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -global PIIX4_PM.disable_s3=1 -global PIIX4_PM.disable_s4=1 -boot strict=on -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x5.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x5 -device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x5.0x1 -device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x5.0x2 -drive file=/dev/Storage/Nginx,format=raw,if=none,id=drive-ide0-0-0,cache=none,aio=native -device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 -drive if=none,id=drive-ide0-0-1,readonly=on -device ide-cd,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1 -netdev tap,fd=26,id=hostnet0 -device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:2c:e1:cd,bus=pci.0,addr=0x3 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4 -msg timestamp=on char device redirected to /dev/pts/0 (label charserial0)
由於您的 VM 在從您的 initramfs 到儲存在“/root”上的系統的根樞軸之前未能掛載根,這很可能是您的初始 ramdisk 無法找到根文件系統的問題 - 要麼是因為它不是在那裡,initramfs 沒有安裝它所需的工具,或者因為您有某種卷或引導配置錯誤。
鑑於提供的證據,我斷言這可能是來賓作業系統級別的問題,或者您缺少一個曾經連接到該 VM 的磁碟,該磁碟與根文件系統有關。例如,如果您在具有多個虛擬磁碟成員的來賓本身上使用 LVM。
更新也可能影響您的啟動時間參數或安裝到您的 initramfs 的軟體包。通常唯一發生的情況是升級核心。除此之外,更改引導載入程序配置或有時更改支持 LVM 的機器上的主機名或卷名。
此外,完全有可能是真正的文件系統故障導致這種情況發生,無論是在主機上還是在來賓上。如果未將其配置為定期檢查,您可能會考慮將檢查底層磁碟、文件系統和來賓文件系統作為簡單的故障排除步驟。