Add Dismount-VHD driver method for hyper-v
This commit is contained in:
parent
b99143866c
commit
b66a61a58d
@ -82,6 +82,10 @@ module VagrantPlugins
|
||||
execute(:get_vhd, DiskFilePath: disk_file_path)
|
||||
end
|
||||
|
||||
def dismount_disk(disk_file_path)
|
||||
execute(:dismount_vhd, DiskFilePath: disk_file_path)
|
||||
end
|
||||
|
||||
########
|
||||
########
|
||||
########
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user