diff mbox series

[7/7] fstests: doc: add new raid-stripe-tree group

Message ID 20231204-btrfs-raid-v1-7-b254eb1bcff8@wdc.com (mailing list archive)
State New, archived
Headers show
Series fstests: add tests for btrfs' raid-stripe-tree feature | expand

Commit Message

Johannes Thumshirn Dec. 4, 2023, 1:25 p.m. UTC
Add a new test group for testing the raid-stripe-tree feature of btrfs
with fstests.

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
---
 doc/group-names.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Filipe Manana Dec. 4, 2023, 4:04 p.m. UTC | #1
On Mon, Dec 4, 2023 at 1:25 PM Johannes Thumshirn
<johannes.thumshirn@wdc.com> wrote:
>
> Add a new test group for testing the raid-stripe-tree feature of btrfs
> with fstests.

Ideally this patch should come before the tests themselves, as the
tests are listed in a group that does not exist yet.

Other than that, it looks good.

Thanks.

>
> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
> ---
>  doc/group-names.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/doc/group-names.txt b/doc/group-names.txt
> index c3dcca375537..9c1624868518 100644
> --- a/doc/group-names.txt
> +++ b/doc/group-names.txt
> @@ -94,6 +94,7 @@ punch                 fallocate FALLOC_FL_PUNCH_HOLE
>  qgroup                 btrfs qgroup feature
>  quota                  filesystem usage quotas
>  raid                   btrfs RAID
> +raid-stripe-tree       btrfs raid-stripe-tree feature
>  read_repair            btrfs error correction on read failure
>  realtime               XFS realtime volumes
>  recoveryloop           crash recovery loops
>
> --
> 2.43.0
>
>
Johannes Thumshirn Dec. 5, 2023, 9:50 a.m. UTC | #2
On 04.12.23 17:05, Filipe Manana wrote:
> On Mon, Dec 4, 2023 at 1:25 PM Johannes Thumshirn
> <johannes.thumshirn@wdc.com> wrote:
>>
>> Add a new test group for testing the raid-stripe-tree feature of btrfs
>> with fstests.
> 
> Ideally this patch should come before the tests themselves, as the
> tests are listed in a group that does not exist yet.
> 
> Other than that, it looks good.

Indeed, I thought I reordered the series...
diff mbox series

Patch

diff --git a/doc/group-names.txt b/doc/group-names.txt
index c3dcca375537..9c1624868518 100644
--- a/doc/group-names.txt
+++ b/doc/group-names.txt
@@ -94,6 +94,7 @@  punch			fallocate FALLOC_FL_PUNCH_HOLE
 qgroup			btrfs qgroup feature
 quota			filesystem usage quotas
 raid			btrfs RAID
+raid-stripe-tree	btrfs raid-stripe-tree feature
 read_repair		btrfs error correction on read failure
 realtime		XFS realtime volumes
 recoveryloop		crash recovery loops