PowerKVM 게스트의 POWER에서 RHEL 6.5에 어떤 문제가 있습니까?

PowerKVM 게스트의 POWER에서 RHEL 6.5에 어떤 문제가 있습니까?

두 개의 PowerKVM(버전 2.1 SP1) 시스템에서 콘솔로 부팅할 때 다음 형식의 오류가 표시됩니다.

irq: irq 4110 on host null mapped to virtual irq 27 
BUG: Bad page state in process vballoon  pfn:03f6c 
page:c0000003ff4117a0 flags:0003f00000000824 count:0 mapcount:0  mapping:c0000003f837d970 index:58879 (Not tainted) 
Call Trace: 
[c0000003ee323b70] [c000000000012ee4] .show_stack+0x74/0x1c0 (unreliable) 
[c0000003ee323c20] [c000000000164178] .bad_page+0x168/0x1c0 
[c0000003ee323cb0] [d0000000036f068c] .release_pages_by_pfn+0x8c/0xd0 [virtio_balloon] 
[c0000003ee323d50] [d0000000036f0778] .leak_balloon+0xa8/0x100 [virtio_balloon] 
[c0000003ee323de0] [d0000000036f0dc0] .balloon+0x2e0/0x304 [virtio_balloon] 
[c0000003ee323ed0] [c0000000000bf04c] .kthread+0xbc/0xd0 
[c0000003ee323f90] [c000000000033a44] .kernel_thread+0x54/0x70 
Disabling lock debugging due to kernel taint 

동일한 PowerKVM 버전을 사용하는 다른 시스템에서는 이러한 메시지가 나타나지 않습니다. 이러한 메시지 이후 게스트의 동작은 예측할 수 없으며 때로는 계속 부팅되고 때로는 하나 이상의 CPU 회전으로 인해 중단됩니다(CPU 소프트 잠금 보고서가 한 게스트에 표시되었지만 안정적이지 않음). 세 개의 PowerKVM 호스트 모두에서 다음 /var/log/libvirt/qemu/<domain>.log과 같은 메시지가 표시됩니다 .

virtio-balloon: Buggy guest detected, disabling balloon 

답변1

동료로부터..

RHEL 6.5의 벌룬 드라이버가 손상되었습니다. 이것이 일반적인 설명인지 아니면 POWER 시스템에만 적용 가능한지 확실하지 않습니다.

"수정"은 <memballoon model='none' />도메인 파일에서 이를 완전히 비활성화하여 RHEL6.5 게스트를 훨씬 더 행복하게 만드는 것입니다.

관련 정보