Re: A Third perspective on BTRFS nfsd subvol dev/inode number issues.
From: J. Bruce Fields <hidden>
Date: 2021-08-02 12:39:34
Also in:
linux-btrfs, linux-fsdevel
From: J. Bruce Fields <hidden>
Date: 2021-08-02 12:39:34
Also in:
linux-btrfs, linux-fsdevel
On Mon, Aug 02, 2021 at 02:18:29PM +1000, NeilBrown wrote:
For btrfs, the "location" is root.objectid ++ file.objectid. I think the inode should become (file.objectid ^ swab64(root.objectid)). This will provide numbers that are unique until you get very large subvols, and very many subvols.
If you snapshot a filesystem, I'd expect, at least by default, that inodes in the snapshot to stay the same as in the snapshotted filesystem. --b.