summaryrefslogtreecommitdiff
path: root/raidguessfs.py
Commit message (Collapse)AuthorAgeFilesLines
* Various minor improovementsLudovic Pouzenc2015-06-141-11/+16
| | | | | | * Log full stacktraces on exceptions * Compute correctly raid_size * Do all needed sanity checks on raid_disk_order
* Initial import.Ludovic Pouzenc2015-06-121-0/+351
RAID 5 xor parity checking is working, data reading on left-assymetric RAID 5 is working. Nothing done on other RAID types.