summaryrefslogtreecommitdiff
path: root/nova/virt/hyperv/vmops.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/virt/hyperv/vmops.py')
-rw-r--r--nova/virt/hyperv/vmops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/hyperv/vmops.py b/nova/virt/hyperv/vmops.py
index 3ec7e90c30..08adeada76 100644
--- a/nova/virt/hyperv/vmops.py
+++ b/nova/virt/hyperv/vmops.py
@@ -747,7 +747,7 @@ class VMOps(object):
# should be disconnected even if the VM doesn't exist anymore,
# so they are not leaked.
self.unplug_vifs(instance, network_info)
- self._volumeops.disconnect_volumes(block_device_info)
+ self._volumeops.disconnect_volumes(block_device_info, force=True)
if destroy_disks:
self._delete_disk_files(instance_name)