Files
apfstests/tests/btrfs/005.out
T

14 lines
564 B
Plaintext
Raw Normal View History

QA output created by 005
2012-02-14 18:50:24 +08:00
defrag object | defragment range | defragment compress
a single file | default | off
2012-02-14 18:50:24 +08:00
a single file | default | on
a single file | start < 0 && 0 < len < file size | off (should fail)
btrfs filesystem defragment failed!
2012-02-14 18:50:24 +08:00
a single file | start > file size && 0 < len < file size | off
a single file | start = 0 && len < 0 | off (should fail)
btrfs filesystem defragment failed!
2012-02-14 18:50:24 +08:00
a single file | start = 0 && len > file size | off
a single file | start = 0 && 0 < len < file size | off
a directory | default | off
a filesystem | default | off