Skip to content

Commit

Permalink
Merge pull request #507 from MarkSymsCtx/CA-341777
Browse files Browse the repository at this point in the history
CA-341777: pass args in the correct order
  • Loading branch information
MarkSymsCtx committed Jun 30, 2020
2 parents b4eb058 + 767508d commit d65dc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mpathcount.py
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 d65dc85

Please sign in to comment.