Skip to content

Commit 763ffcd

Browse files
committed
remove notimplemented exception, as it's implemented now
Signed-off-by: Zen <[email protected]>
1 parent 4bdb4d8 commit 763ffcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ugrd/fs/mounts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ def _autodetect_dm(self, mountpoint, device=None) -> None:
378378
autodetect_lvm(self, source_device, dev_name, dm_info)
379379
elif dm_info.get('type') == 'linux_raid_member':
380380
autodetect_raid(self, source_device, dev_name, dm_info)
381-
raise NotImplementedError("RAID autodetection not implemented.")
382381
else:
383382
raise RuntimeError("Unknown device mapper device type: %s" % dm_info.get('type'))
384383

0 commit comments

Comments
 (0)