diff options
Diffstat (limited to 'results/classifier/105/KVM/1352179')
| -rw-r--r-- | results/classifier/105/KVM/1352179 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/results/classifier/105/KVM/1352179 b/results/classifier/105/KVM/1352179 new file mode 100644 index 00000000..4ff6a760 --- /dev/null +++ b/results/classifier/105/KVM/1352179 @@ -0,0 +1,46 @@ +KVM: 0.838 +device: 0.763 +graphic: 0.688 +instruction: 0.686 +semantic: 0.552 +socket: 0.525 +assembly: 0.496 +mistranslation: 0.481 +network: 0.459 +vnc: 0.345 +boot: 0.320 +other: 0.293 + +could not open disk image + +After restart the server it's show this error: + +Error starting domain: internal error process exited while connecting to monitor: char device redirected to /dev/pts/1 +qemu-kvm: -drive file=/var/lib/nova/instances/b4535ce9-54b5-4581-a906-16b83bf1ba2f/disk,if=none,id=drive-virtio-disk0,format=qcow2,cache=none: could not open disk image /var/lib/nova/instances/b4535ce9-54b5-4581-a906-16b83bf1ba2f/disk: No such file or directory + +the disk info show + qemu-img info disk +image: disk +file format: qcow2 +virtual size: 100G (107374182400 bytes) +disk size: 22G +cluster_size: 65536 +backing file: /var/lib/nova/instances/_base/b4535ce9-54b5-4581-a906-16b83bf1ba2f + +but this file (backing file : /var/lib/nova/instances/_base/b4535ce9-54b5-4581-a906-16b83bf1ba2f) is empty. +And all the instances cant't find the disk image + +We use CentOS release 6.5 (64bit) +kernel version : 2.6.32-431.11.2.el6.x86_64 +qemu-kvm-0.12.1.2-2.415.el6_5.10.x86_64 + +virsh version +Compiled against library: libvirt 0.10.2 +Using library: libvirt 0.10.2 +Using API: QEMU 0.10.2 +Running hypervisor: QEMU 0.12.1 + +Triaging old bug tickets ... can you still reproduce this problem with the latest release of QEMU? how did you create the disk image? + +[Expired for QEMU because there has been no activity for 60 days.] + |