Skip to content

Commit

Permalink
Merge 767508d into b4eb058
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSymsCtx committed Jun 30, 2020
2 parents b4eb058 + 767508d commit d119a20
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 d119a20

Please sign in to comment.