[Bug 223501] Re: qemu-img can't create a 27 terabyte qcow2 image

2009-09-11 Thread Dustin Kirkland
Fix released in Karmic's qemu-kvm-0.11.

Please reopen if you can reproduce with that package.

:-Dustin

kirkl...@x200:/local/virt/img$ qemu-img create -f qcow2 foo.qemu 27000G
Formatting 'foo.qemu', fmt=qcow2 size=28991029248000 encryption=off 
cluster_size=0 
kirkl...@x200:/local/virt/img$ qemu-img info foo.qemu 
image: foo.qemu
file format: qcow2
virtual size: 26T (28991029248000 bytes)
disk size: 556K
cluster_size: 65536


** Changed in: qemu (Ubuntu)
   Status: Confirmed = Fix Released

-- 
qemu-img can't create a 27 terabyte qcow2 image
https://bugs.launchpad.net/bugs/223501
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223501] Re: qemu-img can't create a 27 terabyte qcow2 image

2009-03-03 Thread Lars Wirzenius
I'll note that this still happens in jaunty. It's not a particularly
important bug, I'm sure. Someone with the required Launchpad credits
should probably mark it as low.

-- 
qemu-img can't create a 27 terabyte qcow2 image
https://bugs.launchpad.net/bugs/223501
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223501] Re: qemu-img can't create a 27 terabyte qcow2 image

2008-08-15 Thread John Leach
Same here. Raw works. qcow works. qcow2 segfaults.

** Changed in: qemu (Ubuntu)
   Status: New = Confirmed

-- 
qemu-img can't create a 27 terabyte qcow2 image
https://bugs.launchpad.net/bugs/223501
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223501] Re: qemu-img can't create a 27 terabyte qcow2 image

2008-07-27 Thread pturing
Narrowed it down a little further..

2049 * 1024 = 2098176M works fine..

$ qemu-img create -f qcow2 foo.qemu 2098176M
Formatting 'foo.qemu', fmt=qcow2, size=2148532224 kB

but (2049 * 1024) +1 = 2098177M  breaks it

$ qemu-img create -f qcow2 foo.qemu 2098177M
Formatting 'foo.qemu', fmt=qcow2, size=2148533248 kB
Segmentation fault

-- 
qemu-img can't create a 27 terabyte qcow2 image
https://bugs.launchpad.net/bugs/223501
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs