Bug#630478: [Pkg-libvirt-maintainers] Bug#630478: Problem with size of virtual floppies

2011-08-17 Thread Cole Robinson
On 08/15/2011 10:07 AM, Guido Günther wrote: > On Mon, Aug 15, 2011 at 09:12:15PM +0800, j20110...@js.id.au wrote: >> It happens I have rebooted, and the problem wrt that particular disk image >> now does not occur. >> >> The file did, in fact, exist; I've changed the way I pass data to my new >>

Bug#630478: [Pkg-libvirt-maintainers] Bug#630478: Problem with size of virtual floppies

2011-08-15 Thread j20110816
On Mon, 15 Aug 2011, Guido Günther wrote: On Mon, Aug 15, 2011 at 09:12:15PM +0800, j20110...@js.id.au wrote: It happens I have rebooted, and the problem wrt that particular disk image now does not occur. The file did, in fact, exist; I've changed the way I pass data to my new guests and now

Bug#630478: [Pkg-libvirt-maintainers] Bug#630478: Problem with size of virtual floppies

2011-08-15 Thread Guido Günther
On Mon, Aug 15, 2011 at 09:12:15PM +0800, j20110...@js.id.au wrote: > It happens I have rebooted, and the problem wrt that particular disk image > now does not occur. > > The file did, in fact, exist; I've changed the way I pass data to my new > guests and now do not use a floppy > image, so I u

Bug#630478: Problem with size of virtual floppies

2011-08-15 Thread j20110808
It happens I have rebooted, and the problem wrt that particular disk image now does not occur. The file did, in fact, exist; I've changed the way I pass data to my new guests and now do not use a floppy image, so I used to commands I already showed you in order to recreate the problem. Previo

Bug#630478: Problem with size of virtual floppies

2011-08-08 Thread Cole Robinson
On 08/06/2011 10:44 PM, j20110...@js.id.au wrote: > It's not hard to reproduce, this does it: > dd if=/dev/zero of=/var/lib/libvirt/images/fd1440.img count=2880 > /usr/bin/virt-install -n dummy -r 192 --arch=i686 --vcpus=1 --os-type=linux > --os-variant=debiansqueeze --disk > path=/var/lib/libv

Bug#630478: Problem with size of virtual floppies

2011-08-06 Thread j20110811
It's not hard to reproduce, this does it: dd if=/dev/zero of=/var/lib/libvirt/images/fd1440.img count=2880 /usr/bin/virt-install -n dummy -r 192 --arch=i686 --vcpus=1 --os-type=linux --os-variant=debiansqueeze --disk path=/var/lib/libvirt/images/fd1440.img,device=floppy --noreboot --pxe ~#

Bug#630478: Problem with size of virtual floppies

2011-07-07 Thread Cole Robinson
On 06/11/2011 11:46 AM, John Summerfield wrote: > Package: virtinst > Version: 0.500.3-2 > Severity: important > Justification: Some functionality is unavailable > > > virt-install appears to convert existing disk image files sizes to > gigabytes at around line 650 of VirtualDisk.py which has th

Bug#630478: Problem with size of virtual floppies

2011-06-14 Thread John Summerfield
Package: virtinst Version: 0.500.3-2 Severity: important Justification: Some functionality is unavailable virt-install appears to convert existing disk image files sizes to gigabytes at around line 650 of VirtualDisk.py which has this code: newsize = float(newsize) / 1024.0 / 1024.0 / 10