diff options
-rw-r--r-- | myraid.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -62,11 +62,6 @@ class MyRaid(): def get_raid_subraid_count(self): return self.raid_subraid_count - def set_disks(self, new_mydisks): - # FIXME : self.d don't need to be updaed (pass on __init__) - self.d = new_mydisks - self.set_raid_disk_order(range(self.d.disk_count)) - def set_raid_start(self, new_raid_start): """Update the start offset of raid data on underlying disks""" self.raid_start = new_raid_start |