e3a24cf11a
[BUG] Test case cli/017 fails with the following errors: [TEST] cli-tests.sh [TEST/cli] 017-fi-show-missing didn't find exact missing device test failed for case 017-fi-show-missing [CAUSE] After kernel commit cb3e217bdb39 ("btrfs: use btrfs_dev_name() helper to handle missing devices better"), all dev info ioctl call on missing device would only return "<missing disk>" for its path. Thus "btrfs filesystem show" would never report detailed device path for missing disks. [FIX] Instead of relying on the device path, change the check to rely on devid instead. Now cli/017 can properly pass. Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
001-btrfs | ||
002-balance-full-no-filters | ||
003-fi-resize-args | ||
004-send-parent-multi-subvol | ||
005-qgroup-show | ||
006-qgroup-show-sync | ||
007-check-force | ||
008-subvolume-get-set-default | ||
009-btrfstune | ||
010-subvol-show-qgroup | ||
011-defrag-recursion | ||
012-defrag-recursion | ||
013-subvolume-delete-by-id | ||
014-multiple-profiles-warning | ||
015-defrag-compress | ||
016-btrfs-fi-usage | ||
017-fi-show-missing |