-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Metadata does not provide the proper ram size but only the size of the entire buffer after remapping.
It can be easily reproduced via:
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.provider :libvirt do |v|
v.memory = 4096
v.cpus = 2
v.qemuargs :value => "-qmp"
v.qemuargs :value => "unix:/tmp/vagrant-qmp.sock,server,nowait"
end
config.vm.box = "generic/ubuntu2010"
end
It fails with and without qmp to provide the proper metadata.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working