All of lore.kernel.org
 help / color / mirror / Atom feed
* 2 TB wraparound on 32 bit host
@ 2010-06-11 20:57 Phillip Susi
  2010-06-11 21:16 ` James Bottomley
  0 siblings, 1 reply; 13+ messages in thread
From: Phillip Susi @ 2010-06-11 20:57 UTC (permalink / raw)
  To: device-mapper development

I am seeing access to > 2tb on a dm target silently wrap around to 0.
Simple recreation steps:

lvcreate --type zero -L 3TB -n empty vg0
lvcreate -s vg0/empty -L 10G -n thin
mke2fs -t ext4 -E lazy_itable_init /dev/vg0/thin
e2fsck -f /dev/vg0/thin

The fsck will find block bitmap differences on a cleanly formatted fs
that seem to be caused by wraparound.  Accessing block 536870912 with dd
seems to return the superblock instead of the block allocation bitmap
that should be located there.

This is using kernel 2.6.31-21-generic-pae i686 build from Ubuntu 9.10.

Is this a known issue and/or can anyone reproduce it?

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

end of thread, other threads:[~2010-06-16 13:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-11 20:57 2 TB wraparound on 32 bit host Phillip Susi
2010-06-11 21:16 ` James Bottomley
2010-06-12 15:45   ` Phillip Susi
2010-06-12 16:03     ` James Bottomley
2010-06-12 16:09       ` James Bottomley
2010-06-12 17:58         ` Phillip Susi
2010-06-12 18:47           ` 2 TB wraparound on snapshots Phillip Susi
2010-06-12 20:03             ` James Bottomley
2010-06-12 22:03               ` Phillip Susi
2010-06-15 14:57                 ` 2 TB wraparound on snapshots on kernels < 2.6.33 Phillip Susi
2010-06-16 13:13                   ` Mikulas Patocka
2010-06-16 13:45                     ` Mikulas Patocka
2010-06-16 13:52                       ` Phillip Susi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.