From 1a21782bd5f2063e7d627bb304bc582d94ddd875 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 17 Oct 2019 15:36:21 -0700 Subject: [PATCH] Add note about disk name --- plugins/kernel_v2/config/disk.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/kernel_v2/config/disk.rb b/plugins/kernel_v2/config/disk.rb index 86fca0490..603df7a37 100644 --- a/plugins/kernel_v2/config/disk.rb +++ b/plugins/kernel_v2/config/disk.rb @@ -17,6 +17,15 @@ module VagrantPlugins # # TODO: Should probably default to a string+short integer id in the finalize method # + # Sometihng like: + # + # - `vagrant_short_id` + # + # Where short_id is calculated from the disks ID + # + # Finalize method in `Config#VM` might need to ensure there aren't colliding disk names? + # It might also depend on the provider + # # @return [String] attr_accessor :name