nova/nova/virt
Lucian Petrut b48ed5217a Hyper-V: properly handle UNC instance paths
If the configured instances dir is an UNC path such as
\\ip\share\instances_dir, the HyperV driver fails to query the available
disk size, as it expects a path containing a drive letter.

Also, when attempting to move instance files during live migrations, it
will incorrectly try to build the remote path.

This change addresses those issues and is part of a bigger series,
attempting to fix HyperV shared storage related issues.

Change-Id: Ibdb9f7038bf5078867d64aef7fc63974ed8482af
Partial-Bug: #1565895
2016-08-24 10:07:35 +00:00
..
disk Merge "Don't use locals() and globals(), use a dict instead" 2016-07-25 20:51:16 +00:00
hyperv Hyper-V: properly handle UNC instance paths 2016-08-24 10:07:35 +00:00
image libvirt: virtuozzo instance resize support 2016-06-28 22:13:49 +03:00
ironic Merge "Ironic: report node.resource_class" 2016-08-12 15:30:45 +00:00
libvirt Merge "Properly quote IPv6 address in RsyncDriver" 2016-08-18 13:17:19 +00:00
vmwareapi Merge "VMware: Enable disk.EnableUUID=True in vmx" 2016-08-12 23:09:47 +00:00
xenapi cleanup_live_migration_destination_check spacing 2016-07-27 16:33:14 -05:00
__init__.py Declare nova.virt namespace 2016-04-28 15:01:44 +00:00
block_device.py Remove virt.block_device._NoLegacy exception 2016-06-16 09:31:25 +01:00
configdrive.py Config options: centralize "configdrive" options 2016-04-06 09:35:51 +03:00
diagnostics.py
driver.py cleanup_live_migration_destination_check spacing 2016-07-27 16:33:14 -05:00
event.py Add 'suspended' lifecycle event 2015-04-03 03:59:20 +03:00
fake.py cleanup_live_migration_destination_check spacing 2016-07-27 16:33:14 -05:00
firewall.py Fix spelling mistake 2016-06-28 08:41:09 +02:00
hardware.py virt/hardware: Check for threads when "required" 2016-08-09 18:14:25 +00:00
imagecache.py Rename ImageCacheManager._list_base_images to _scan_base_images 2016-05-26 14:45:42 +01:00
images.py virt/image: between two words without a space in output message 2016-08-11 20:27:58 +08:00
interfaces.template Fixes interfaces template identification issue 2014-12-07 17:52:34 +02:00
netutils.py Fix network mtu in network_metadata 2016-05-15 11:45:23 +02:00
osinfo.py Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00:00
storage_users.py Use oslo.log 2015-02-22 07:56:40 -05:00
virtapi.py Remove unused provider firewall rules functionality in nova 2016-02-01 15:50:04 +01:00
volumeutils.py nova.utils._get_root_helper() should be public 2015-08-19 04:00:50 +00:00
watchdog_actions.py