-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing multipath flush problem in module_load_unload.py and config file
multipath flush was failing due to string not matching exactly as below, nvme 55964 4 nvme_core 183368 5 nvme we were expecting only : "nvme 55964 4" the first line only. But it is matching all the line that contain the module name. -w option resolve this as below. nvme 55964 4 multipath is added in config file for nvme module. Signed-off-by: Naresh Bannoth <[email protected]>
- Loading branch information
1 parent
885dfc9
commit 9daf848
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ qla2xxx=multipath | |
lpfc=multipath | ||
ibmvfc=multipath | ||
nvme_fc=lpfc multipath | ||
nvme=multipath |