From e8b900936a93a2bd736f5e9cbe0107dc38734ec5 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 7 Apr 2020 15:26:40 -0700 Subject: [PATCH] Add disk management methods to hyper-v driver actions --- plugins/providers/hyperv/action.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index c7e1fb939..8925b2ab0 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -149,6 +149,8 @@ module VagrantPlugins b3.use NetSetMac end + b3.use CleanupDisks + b3.use Disk b3.use StartInstance b3.use WaitForIPAddress b3.use WaitForCommunicator, [:running]