On Thu, Feb 15, 2024 at 6:37 AM Anand Jain <anand.jain@xxxxxxxxxx> wrote: > > Introducing a new test group named tempfsid. > > Tempfsid is a feature of the Btrfs filesystem. When encountering another > device with the same fsid as one already mounted, the system will mount > the new device with a temporary, randomly generated in-memory fsid. > > Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx> Reviewed-by: Filipe Manana <fdmanana@xxxxxxxx> Thanks. > --- > doc/group-names.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/group-names.txt b/doc/group-names.txt > index 2ac95ac83a79..50262e02f681 100644 > --- a/doc/group-names.txt > +++ b/doc/group-names.txt > @@ -131,6 +131,7 @@ swap swap files > swapext XFS_IOC_SWAPEXT ioctl > symlink symbolic links > tape dump and restore with a tape > +tempfsid temporary fsid > thin thin provisioning > trim FITRIM ioctl > udf UDF functionality tests > -- > 2.39.3 > >