public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* the >1Tb  block issue
@ 2010-05-18 15:52 Michael Tokarev
  2010-05-18 15:59 ` Daniel P. Berrange
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Michael Tokarev @ 2010-05-18 15:52 UTC (permalink / raw)
  To: KVM list

I just re-verified it on current stable
qemu-kvm-0.12.4.  The issue is still here,
trivial to trigger.

  kvm-img create test.raw 1500G
  kvm ... \
   -drive file=test.raw,if=virtio

it fails right on the mkfs stage:

  mkfs.ext4 /dev/vdb
  Writing inode tables: end_request: I/O error, dev vdb, sector 3145727872
  Buffer I/O error on device vdb, logical block 393215984
  lost page write due to I/O error on vdb
  Buffer I/O error on device vdb, logical block 393215985
  ...
  Buffer I/O error on device vdb, logical block 393215993

After that it continues the mkfs process, but I doubt it will
produce a good filesystem.

So far, only virtio has this problem.  I tested with if=ide, it's
slower but it went much further without any error.  It's still
running, but at this rate it will run for some hours more ;)
At least it does not spew errors like the virtio case.

Unfortunately I don't have enough free space to test.  Yes the file
is sparse, but it grows quite fast when mkfs is running, and I'm
not sure the ~100Gb free space on the largest filesystem I have
will be enough for it...  but let's see.

/mjt

/mjt

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-05-19  9:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 15:52 the >1Tb block issue Michael Tokarev
2010-05-18 15:59 ` Daniel P. Berrange
2010-05-18 16:51 ` Michael Tokarev
2010-05-18 16:58   ` Gleb Natapov
2010-05-18 17:29 ` Avi Kivity
2010-05-18 17:34   ` Michael Tokarev
2010-05-18 17:38     ` Avi Kivity
2010-05-18 18:03       ` Michael Tokarev
2010-05-18 18:09         ` Avi Kivity
2010-05-18 18:38           ` Michael Tokarev
2010-05-18 18:43             ` Michael Tokarev
2010-05-19  8:57       ` Christoph Hellwig
2010-05-19  9:03         ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox