linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Snapshots and VM resrouce
@ 2010-05-07  7:48 jason chan
  0 siblings, 0 replies; only message in thread
From: jason chan @ 2010-05-07  7:48 UTC (permalink / raw)
  To: linux-btrfs

Try this:

create a 2GB file A in a subvolume vol_0
take a snapshot snap_1 of  vol_0

Now see if their shared disk blocks give rise to shared VM resource:

dd if=vol_0/A  of=/dev/null
dd if=snap_1/A  of=/dev/null

And you will discover that the 2 dd sessions take same amount of time
to complete, vmstat will show that they incurred same amount of disk
IO. Now shouldn't vfs/vm be smart enough to know that they are
identical disk blocks and save the disk IOs?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-07  7:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-07  7:48 Snapshots and VM resrouce jason chan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).