qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] Latest Qemu-COLO Segfaults


From: Lukas Straub
Subject: Re: [Qemu-discuss] Latest Qemu-COLO Segfaults
Date: Sun, 18 Mar 2018 11:04:07 +0100

Hello,
This already works better, but now I get another weird Problem: The
secondary VM would start normally, but then the kernel always complains
that the initrd is corrupt and panics. After that, colo will resync the
VM state, but the Secondary VM then always resets after every RESUME
and will never form a Valid replica. I always copy the colo-disk0 
from primary to secondary before every run and freshly create the 
active and hidden disks. The Secondary output is below. 
What I find interesting is the '"data": {"guest": true}' part. Does
that mean that the Guest is resetting itself (because of data corruption)?

Regards,
Lukas Straub

Secondary Log:
{"timestamp": {"seconds": 1521366904, "microseconds": 684478}, "event": 
"RESUME"}
address@hidden:colo_vm_state_change Change 'stop' => 'run'
address@hidden:colo_send_message Send 'checkpoint-ready' message
address@hidden:colo_receive_message Receive 'checkpoint-request' message
{"timestamp": {"seconds": 1521366924, "microseconds": 633321}, "event": "STOP"}
address@hidden:colo_vm_state_change Change 'run' => 'stop'
address@hidden:colo_send_message Send 'checkpoint-reply' message
address@hidden:colo_receive_message Receive 'vmstate-send' message
address@hidden:colo_receive_message Receive 'vmstate-size' message
address@hidden:colo_send_message Send 'vmstate-received' message
{"timestamp": {"seconds": 1521366924, "microseconds": 945653}, "event": 
"RESUME"}
address@hidden:colo_vm_state_change Change 'stop' => 'run'
address@hidden:colo_send_message Send 'vmstate-loaded' message
{"timestamp": {"seconds": 1521366924, "microseconds": 951073}, "event": 
"RESET", "data": {"guest": true}}
{"timestamp": {"seconds": 1521366924, "microseconds": 978172}, "event": 
"RESET", "data": {"guest": true}}
address@hidden:colo_receive_message Receive 'checkpoint-request' message
{"timestamp": {"seconds": 1521366944, "microseconds": 627314}, "event": "STOP"}
address@hidden:colo_vm_state_change Change 'run' => 'stop'
address@hidden:colo_send_message Send 'checkpoint-reply' message
address@hidden:colo_receive_message Receive 'vmstate-send' message
address@hidden:colo_receive_message Receive 'vmstate-size' message
address@hidden:colo_send_message Send 'vmstate-received' message
{"timestamp": {"seconds": 1521366944, "microseconds": 871406}, "event": 
"RESUME"}
address@hidden:colo_vm_state_change Change 'stop' => 'run'
address@hidden:colo_send_message Send 'vmstate-loaded' message
{"timestamp": {"seconds": 1521366944, "microseconds": 877710}, "event": 
"RESET", "data": {"guest": true}}
{"timestamp": {"seconds": 1521366944, "microseconds": 898549}, "event": 
"RESET", "data": {"guest": true}}

<here I kill the Primary but the secondary is running the BIOS after the reset, 
so it can't take over>

qemu-system-x86_64: Can't receive COLO message: Input/output error
{"timestamp": {"seconds": 1521366949, "microseconds": 718227}, "event": 
"COLO_EXIT", "data": {"mode": "secondary", "reason": "error"}}
qemu-system-x86_64: Unable to connect character device red0: Failed to connect 
socket: Connection refused
^Cqemu-system-x86_64: terminating on signal 2
{"timestamp": {"seconds": 1521366951, "microseconds": 423301}, "event":
"SHUTDOWN", "data": {"guest": false}}



On Sat, 17 Mar 2018 22:22:01 +0000
Zhang Chen <address@hidden> wrote:

> Yes, you can see the Colo wiki, I just updated it.
> https://wiki.qemu.org/Features/COLO
> 
> Thanks
> Zhang Chen
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]