Add comment about MAX_DISK_SIZE const

This commit is contained in:
Brian Cain 2020-01-17 15:06:22 -08:00
parent cb3cc42dce
commit 524d98fe5c
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -8,6 +8,7 @@ module VagrantPlugins
module ConfigureDisks
LOGGER = Log4r::Logger.new("vagrant::plugins::virtualbox::configure_disks")
# The max amount of disks that can be attached to a single device in a controller
MAX_DISK_NUMER = 30.freeze
# @param [Vagrant::Machine] machine