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

Commit

Permalink
Fix for #942 - set uuid correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Sterin committed Feb 21, 2017
1 parent 67fe06c commit 110821a
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 @@ -999,8 +999,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 110821a

Please sign in to comment.