kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.1k stars 364 forks source link

Dialog "Edit Guest --> Storage --> Add" labels size as GB but is actually KB #1228

Closed ut3 closed 5 years ago

ut3 commented 6 years ago

wok-kb-gb

The above field is labeled as "GB" but inspection with libvirt's virsh indicates that the field is actually KiB.

For a disk created with "20" entered in the above dialog, I get this output from virsh

virsh vol-info --pool default /usr/local/var/lib/libvirt/images/1524848902206.img
Name:           1524848902206.img
Type:           file
Capacity:       20.00 KiB
Allocation:     324.00 KiB
navsau commented 6 years ago

Bug in Wok 2.5.0.0

jocarren commented 5 years ago

I'm having this exact same issue.