January 2019
Beginner to intermediate
776 pages
19h 58m
English
If the computer that you run this recipe does not have enough memory, it will produce these following logs during the last few steps:
+ sudo virsh start host4 error: Failed to start domain host4 error: internal error: early end of file from monitor, possible problem: 2017-07-18T16:29:50.376832Z qemu-system-x86_64: cannot set up guest memory 'pc.ram': Cannot allocate memory
This can be confirmed by examining compass4nfv/work/deploy/vm/hostN/libvirt.xml, where N = [1, 6]. You will find the following lines in these files:
<memory unit='MiB'>16384</memory> <currentMemory unit='MiB'>16384</currentMemory>
These lines indicate that 16 GB of memory is required for these virtual machines.
Make sure that both your python and pip
Read now
Unlock full access