linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* UUID of subvolumes
@ 2010-04-08 15:51 David Brown
  2010-04-08 22:57 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: David Brown @ 2010-04-08 15:51 UTC (permalink / raw)
  To: linux-btrfs

I am developing backup software (<http://github.com/d3zd3z/jpool> for
the curious), and have been doing some testing with btrfs.

Jpool currently uses the blkid database to map between device numbers
(st_rdev) and the uuid of a particular filesystem.  I originally
created this because LVM device numbers sometimes changed.  Jpool
uses the uuid to track files within a tree.

The subvolumes on btrfs seem to be getting ephemeral device numbers,
which aren't listed in the blkid output.  The program falls back to
using the mountpoint, but that misses mountpoints changing.

   - Do subvolumes in btrfs even have separate uuids, and should they?

   - Is there any way for me to map a particular st_rdev value to a
     particular filesystem/subvolume?

   - btrfs seems to allow me to rename subvolumes, so this doesn't seem
     like a particularly good value to use as a key.  The device number
     can change depending on what else might be used.

   - Any other ideas on a unique key I could use for a given subvolume
     to identify the files on that volume, even if it moves around?

Thanks,
David Brown

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

end of thread, other threads:[~2010-04-08 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 15:51 UUID of subvolumes David Brown
2010-04-08 22:57 ` Karel Zak

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).