mbox series

[v4,0/3] fstests: btrfs: add test for zoned balance profile conversion bug

Message ID 20240227-balance-fix-v4-0-d22d63972d93@kernel.org (mailing list archive)
Headers show
Series fstests: btrfs: add test for zoned balance profile conversion bug | expand

Message

Johannes Thumshirn Feb. 27, 2024, 12:25 p.m. UTC
Recently we had a report, that a zoned filesystem can be converted to a
RAID although the RAID stripe tree feature was not enabled.

Add a regression test for the fix commit.

---
Changes in v4:
- Remove zone reset message in filer
- Update golden output
- Link to v3: https://lore.kernel.org/r/20240215-balance-fix-v3-0-79df5d5a940f@wdc.com

---
Johannes Thumshirn (3):
      filter.brtfs: add filter for conversion
      filter.btrfs: add filter for btrfs device add
      fstests: btrfs: check conversion of zoned fileystems

 common/filter.btrfs | 15 ++++++++++++
 tests/btrfs/310     | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/310.out |  9 +++++++
 3 files changed, 91 insertions(+)
---
base-commit: c46ca4d1f6c0c45f9a3ea18bc31ba5ae89e02c70
change-id: 20240227-balance-fix-d4936e8060da

Best regards,