Merge "Fix wrong command for _rescan_multipath"
This commit is contained in:
1
.mailmap
1
.mailmap
@@ -28,6 +28,7 @@
|
||||
<ewan.mellor@citrix.com> <emellor@silver>
|
||||
<gareth@unitedstack.com> <academicgareth@gmail.com>
|
||||
<ghe@debian.org> <ghe.rivero@gmail.com>
|
||||
<hfamily15@gmail.com> <hahyun0523@lgcns.com>
|
||||
<itoumsn@nttdata.co.jp> <itoumsn@shayol>
|
||||
<jake@ansolabs.com> <jake@markupisart.com>
|
||||
<jake@ansolabs.com> <admin@jakedahn.com>
|
||||
|
||||
@@ -652,7 +652,7 @@ class ISCSIConnector(InitiatorConnector):
|
||||
check_exit_code=[0, 1, 21, 255])
|
||||
|
||||
def _rescan_multipath(self):
|
||||
self._run_multipath('-r', check_exit_code=[0, 1, 21])
|
||||
self._run_multipath(['-r'], check_exit_code=[0, 1, 21])
|
||||
|
||||
|
||||
class ISERConnector(ISCSIConnector):
|
||||
|
||||
Reference in New Issue
Block a user