diff mbox series

[03/12] btrfs: introduce tempfsid test group

Message ID 8b09597200b5ef28be39ed3658d84e9b22febea7.1707969354.git.anand.jain@oracle.com (mailing list archive)
State New, archived
Headers show
Series btrfs: functional test cases for tempfsid | expand

Commit Message

Anand Jain Feb. 15, 2024, 6:34 a.m. UTC
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@oracle.com>
---
 doc/group-names.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Filipe Manana Feb. 15, 2024, 11:57 a.m. UTC | #1
On Thu, Feb 15, 2024 at 6:37 AM Anand Jain <anand.jain@oracle.com> 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@oracle.com>

Reviewed-by: Filipe Manana <fdmanana@suse.com>

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
>
>
diff mbox series

Patch

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