Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Fixed #942 - passing correct UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Sterin committed Feb 21, 2017
1 parent 10eef8f commit 9dfc27d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions esx_service/vmdk_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,8 @@ def handle_stale_attach(vmdk_path, kv_uuid):
cur_vm.config.name)
return err(msg)
else:
logging.warning("Failed to find VM %s that attached the disk %s, resetting volume metadata",
cur_vm.config.name, vmdk_path)
logging.warning("Failed to find VM (id %s) attaching the disk %s, resetting volume metadata",
kv_uuid, vmdk_path)
ret = reset_vol_meta(vmdk_path)
if ret:
return ret
Expand Down

0 comments on commit 9dfc27d

Please sign in to comment.