use MiB with kvm driver

pull/8901/head
Michael Ryan Dempsey 2020-08-05 01:52:12 -07:00
parent bba7bee9d2
commit 9ff030942d
No known key found for this signature in database
GPG Key ID: D62C5716DA47D6C2
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ import (
const domainTmpl = `
<domain type='kvm'>
<name>{{.MachineName}}</name>
<memory unit='MB'>{{.Memory}}</memory>
<memory unit='MiB'>{{.Memory}}</memory>
<vcpu>{{.CPU}}</vcpu>
<features>
<acpi/>