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

Commit

Permalink
Merged with current changes
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 8, 2018
1 parent 7a3cc53 commit 6a17f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esx_service/vmdk_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ def get_controller_pci_slot(vm, pvscsi, key_offset):
if pvscsi.slotInfo:
slot_num = pvscsi.slotInfo.pciSlotNumber
else:
# Slot number is got from from the VM config
# Slot number is got from from the VM config.
key = 'scsi{0}.pciSlotNumber'.format(pvscsi.key -
key_offset)
slot = [cfg for cfg in vm.config.extraConfig \
Expand Down

0 comments on commit 6a17f50

Please sign in to comment.