From c832394a95cc58fc774f8f1a4e1621f5f6d62bfc Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 31 Mar 2020 15:57:44 -0700 Subject: [PATCH] Add location of hyper-v disk path --- plugins/providers/hyperv/driver.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/providers/hyperv/driver.rb b/plugins/providers/hyperv/driver.rb index 26c6b1812..bcb1c4dbb 100644 --- a/plugins/providers/hyperv/driver.rb +++ b/plugins/providers/hyperv/driver.rb @@ -43,6 +43,11 @@ module VagrantPlugins # TODO: Include other options like if disk is fixed or dymanic in opts hash? # + # Example path for default disk location. Should be able to get this + # for new disks and store them in the same folder + # + # C:\Users\vagrant\test\.vagrant\machines\hashicorp\hyperv\Virtual Hard Disks\ubuntu-18.04-amd64.vhdx + # # @param [String] path # @param [Int] size_bytes # @param [Hash] opts