This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
TRIM support for Linux software RAID-1
License
Cyberax/mdtrim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an experiment in TRIM support for MD devices. It basically creates a large file (using the fallocate() syscall), then uses hdparm tool to get information about file extents, maps them to physical device addresses and calls TRIM on them. To make sure that we're really trimming the right data, mdtrim writes random data at the beginning, end and some middle parts of the extent and makes sure that this data is read correctly using direct IO on the block device. Should be fairly safe if I haven't messed up with logical-to-physical sector translation too much. The test/test.sh script can be used to test it. WARNING! While mdtrim.py is fairly safe, test.sh script is definitely NOT safe as it formats the drive which is used to do testing.
About
TRIM support for Linux software RAID-1
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published