summaryrefslogtreecommitdiff
path: root/myraid.py
Commit message (Collapse)AuthorAgeFilesLines
* myraid: lecture RAID sur disque de donnée ou par calcul de paritéLudovic Pouzenc2015-07-041-95/+129
|
* RAID 5 layout implementation (left/right (as)symmetric and RAID 0 impl.Ludovic Pouzenc2015-06-281-40/+82
|
* Small improvementsLudovic Pouzenc2015-06-171-13/+23
| | | | | | | * keep refs to disks fd list in MyRaid * add raid_end as configurable parameter * allow raid_disk_order to have less disks than disk_count (for failed) * updates raid pseudo-files length on raid_disk_order change
* Minor refactoring and renames, implementation of disk_xorLudovic Pouzenc2015-06-151-45/+65
|
* Various minor improovementsLudovic Pouzenc2015-06-141-8/+24
| | | | | | * 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/+154
RAID 5 xor parity checking is working, data reading on left-assymetric RAID 5 is working. Nothing done on other RAID types.