Skip to content

Commit

Permalink
CA-341777: pass args in the correct order
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Syms <mark.syms@citrix.com>
  • Loading branch information
MarkSymsCtx committed Jun 30, 2020
1 parent b4eb058 commit 767508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mpathcount.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _add(key, val):
session.xenapi.host.add_to_other_config(localhost,key,val)
config = session.xenapi.host.get_other_config(localhost)
maps = mpath_cli.list_maps()
check_root_disk(config, maps, _add, _remove)
check_root_disk(config, maps, _remove, _add)

except:
util.SMlog("MPATH: Failure updating Host.other-config:mpath-boot db")
Expand Down

0 comments on commit 767508d

Please sign in to comment.