From 524d98fe5c715ee2984e07632ea49a9b63f43a5b Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 17 Jan 2020 15:06:22 -0800 Subject: [PATCH] Add comment about MAX_DISK_SIZE const --- plugins/providers/virtualbox/cap/configure_disks.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/providers/virtualbox/cap/configure_disks.rb b/plugins/providers/virtualbox/cap/configure_disks.rb index ae5fcee57..eaaaeea6e 100644 --- a/plugins/providers/virtualbox/cap/configure_disks.rb +++ b/plugins/providers/virtualbox/cap/configure_disks.rb @@ -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