I was just noticing that there was an lvmetad available in the sources, but that my distro doesn't build/include it by default. I'm wondering what it's benefits are. Besides my system volumes, all my data & backup volumes are on lvm. Main thing I've been using lvm for is to generate daily snapshots then using rsync to create static snaps/day that I then mount and keep around for about a month. I mount them in a dated directory under the root such that samba users on windows can see 'previous versions' of files that have changed over the past few days- month. It's not designed to be a backup replacement, but more of a desktop convenience. With the pruning I end up with about 15 static snaps of my main samba volume and, of course 1 active snap going, started daily. So I'm not sure I have that much metadata to keep track of (my script reads it in nightly in ms, to reconstruct it's view of things so it know what to expire, where to try recovery from if it got interrupted in the middle of making a snap copy, and whether or not the snaps need mounting after a reboot. So where would a lvmetad fit in or is my case too simple to really benefit? Just sorta wondering why SuSE doesn't include/build it by default... Thanks, _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/