| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
task_kill does not work, stale python process stays after umount.
Should use state as initialisation vector too (start / kill / restart)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
* Log full stacktraces on exceptions
* Compute correctly raid_size
* Do all needed sanity checks on raid_disk_order
|
|
RAID 5 xor parity checking is working, data reading on left-assymetric RAID 5 is working.
Nothing done on other RAID types.
|