Hi All !
I installed OpenStack++ using ansible branch with single node, and successfully installed it.
I can import Base VM using OpenStack Dashboard and success resume Base VM. And then when I use "Create VM overlay" button, it show "Success: Scheduled VM overlay creation of VM overlay: resumed_vm" dialog. But I can't see Overlay VM with Dashboard for a while(at least 6 hour+).
And I try to localhost using Cloudlet library command try again. I can import Base VM from Base VM for Ubuntu-12.04.01-i386-Server using export-base
command.
But when I create a VM Overlay through the following: How to create VM overlay instructions. However, it gives an error:
cloudlet overlay /root/.cloudlet/abda52a61692094b3b7d45c9647d022f5e297d1b788679eb93735374007576b8/precise.raw
INFO QEMU access file : /tmp/cloudlet-qemu-ZB2toQ/qemu-trim-log
INFO start monitoring at /var/tmp/cloudletfs-C6KRfy/disk/streams/chunks_modified
INFO start monitoring at /var/tmp/cloudletfs-C6KRfy/disk/streams/chunks_accessed
INFO start monitoring at /var/tmp/cloudletfs-C6KRfy/memory/streams/chunks_accessed
INFO start monitoring at /tmp/cloudlet-qemu-ZB2toQ/qemu-trim-log
INFO * Overlay creation configuration
INFO - {'DISK_ONLY': False,
'FREE_SUPPORT': False,
'TRIM_SUPPORT': True,
'XRAY_SUPPORT': False,
'ZIP_CONTAINER': True}
INFO restoring VM...
INFO VM is restored...
INFO waiting for finishing VNC interaction
INFO stop monitoring at /var/tmp/cloudletfs-C6KRfy/memory/streams/chunks_accessed
INFO save VM memory state
DEBUG start machine save
INFO Header size of memory snapshot is 8192
[================================================================================>] 100%
ERROR internal error: unexpected async job 3
Exception in thread Thread-6:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/elijah/provisioning/handoff.py", line 312, in save_mem_thread
machine.save(outputpath) # green thread blocked in here
File "/usr/lib/python2.7/dist-packages/libvirt.py", line 2001, in save
if ret == -1: raise libvirtError ('virDomainSave() failed', dom=self)
libvirtError: internal error: unexpected async job 3
Physical machines specification:
OS: Ubuntu 14.04.5 LTS Desktop
CPU: Intel® CoreTM i7-4790 CPU @ 3.60GHz x 8
RAM: 32 GB
HDD: 1 TB
KVM, QEMU, Linux version:
$ kvm --version
QEMU emulator version 2.2.0 (Debian 1:2.2+dfsg-5expubuntu9.7~cloud8), Copyright (c) 2003-2008 Fabrice Bellard
$ /usr/local/bin/cloudlet_qemu-system-x86_64 --version
QEMU emulator version 1.1.1 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard, Cloudlet Edition 0.9.3
$ libvirtd --version
libvirtd (libvirt) 1.2.12
$ uname -ar
Linux elliswu 4.4.0-66-generic #87~14.04.1-Ubuntu SMP Fri Mar 3 17:32:36 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Another Question:
Why use the OpenStack dashboard to import VMs, and I can't see any Base VM information using cloudlet list-base
command in localhost ?
Do you have any idea about these problems ? Thank you.