Skip to content

Commit

Permalink
loading the correct multipath module
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jul 14, 2015
1 parent 430b29d commit 4229186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/src/modules/StorageControllers.ycp
Expand Up @@ -357,7 +357,7 @@ global void Initialize()
SCR::Execute(.target.modprobe, "raid5", "");
SCR::Execute(.target.modprobe, "raid6", "");
SCR::Execute(.target.modprobe, "raid10", "");
SCR::Execute(.target.modprobe, "multipath", "" );
SCR::Execute(.target.modprobe, "dm-multipath", "" );

StartHotplugStorage();

Expand Down

0 comments on commit 4229186

Please sign in to comment.