142bf60082
The raid-stripe-tree (RST) feature is for zoned devices to support extra
data profiles, and is not yet a stable feature (still requires
CONFIG_BTRFS_DEBUG enabled kernel to support it).
Furthermore the supported filesystems (ext*, reiserfs and ntfs) don't
even support zoned devices, and even we force RST support for
btrfs-convert, we would only create an empty tree for RST, as btrfs
convert would only result SINGLE data profile with SINGLE/DUP metadata
profile, neither needs RST at all.
Enabling RST for btrfs-convert would only cause problems for false test
failures as we incorrectly allow RST feature for btrfs-convert.
Fixes the problem by removing raid-stripe-tree support from
btrfs-convert and remove the test cases support for RST.
This patch is mostly reverting commit
|
||
---|---|---|
.. | ||
001-ext2-basic | ||
003-ext4-basic | ||
004-ext2-backup-superblock-ranges | ||
005-delete-all-rollback | ||
006-large-hole-extent | ||
007-unsupported-block-sizes | ||
008-readonly-image | ||
009-common-inode-flags | ||
010-reiserfs-basic | ||
011-reiserfs-delete-all-rollback | ||
012-reiserfs-large-hole-extent | ||
013-reiserfs-common-inode-flags | ||
014-reiserfs-tail-handling | ||
015-no-rollback-after-balance | ||
016-invalid-large-inline-extent | ||
017-fs-near-full | ||
018-fs-size-overflow | ||
019-ext4-copy-timestamps | ||
020-refuse-needs-recovery | ||
021-uuid-fsid | ||
022-reiserfs-parent-ref | ||
023-64k-blocksize-migrated | ||
024-ntfs-basic | ||
025-ext4-uninit-written |