Skip to content

Commit

Permalink
Merge pull request #528 from MarkSymsCtx/CA-349457
Browse files Browse the repository at this point in the history
CA-349457: include the VDI uuid in the log when removing activating flag
  • Loading branch information
MarkSymsCtx committed Dec 4, 2020
2 parents acc7d1f + 6e95be0 commit f15ee10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/blktap2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ def _activate_locked(self, sr_uuid, vdi_uuid, options):
vdi_ref = self._session.xenapi.VDI.get_by_uuid(vdi_uuid)
self._session.xenapi.VDI.remove_from_sm_config(
vdi_ref, 'activating')
util.SMlog("Removed activating flag")
util.SMlog("Removed activating flag from %s" % vdi_uuid)


# Link result to backend/
Expand Down

0 comments on commit f15ee10

Please sign in to comment.