Skip to content

Metadata provides wrong size #4

Open
@ko1N

Description

@ko1N

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions