Add code comment about when SATA controller has no more open ports

This commit is contained in:
Brian Cain 2020-01-21 15:40:54 -08:00
parent 3d4d0be58f
commit df742603cb
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -148,7 +148,8 @@ module VagrantPlugins
dsk_info[:port] = next_available_port.to_s
if dsk_info[:port] == ""
LOGGER.warn("There are no more available ports to attach disks to for the SATA Controller. Clear up some space to attach new disks.")
# This likely only occurs if additional disks have been added outside of Vagrant configuration
LOGGER.warn("There are no more available ports to attach disks to for the SATA Controller. Clear up some space on the SATA controller to attach new disks.")
end
dsk_info