I generally set up that kind of service on bind mounts of its own,
e.g.
mount --bind / /.binds/root
mount --bind /boot /.binds/root/boot
mount --bind /home /.binds/root/home
... repeat for everything else you care about
then I tell backup / indexing software to process everything it finds
under /.binds/root. If it's not possible to have the software drop
the /.binds/root prefix, run it chroot inside /.binds/root instead.
Tell locate to go ahead and process bind mounts since there's nothing
else it will have access to.
Since these are simple binds (not rbinds), they don't see any
other filesystems, period. They do see btrfs subvolumes, though.
There are plenty of non-btrfs reasons to do things this way. You can
let users mount SMB shares, FUSE filesystems, or whatever other insane
crap they like, and it won't affect locate or similar services (but make
sure your users have no access to /.binds--chmod it 700, or put them
under an isolated bind mount hierarchy of their own).
On Fri, Apr 03, 2015 at 01:07:37PM -0700, G. Richard Bellamy wrote:
> I've just noticed that I'm having issues with finding files using
> "locate" when those files are on btrfs subvolume mounts.
>
> The issue is that updatedb cannot discern the difference between a
> btrfs bind mount and btrfs subvolume [1][2]. This generally means that
> if you're using btrfs subvolume mounts and updatedb at the same time,
> and you want to index those subvolumes, you'll need to set
> PRUNE_BIND_MOUNTS to 0 or "no". And then deal with all the cruft that
> causes.
>
> >From the bug above, you can see that the RedHat dev Michal Sekletar is
> out of ideas. I'm not sure if he's reached out here or not... and if
> not, he might welcome some help from the folks on this list.
>
> Regrads,
> Richard
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=906591#c3
> [2] http://www.spinics.net/lists/linux-btrfs/msg42510.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Attachment:
signature.asc
Description: Digital signature
