Merge "Windows SMBFS: Handle volume_name in _qemu_img_info"

This commit is contained in:
Jenkins 2014-10-03 01:00:47 +00:00 committed by Gerrit Code Review
commit 873cd87b46

View File

@ -135,7 +135,7 @@ class WindowsSmbfsDriver(smbfs.SmbfsDriver):
backing_file_path = os.path.join(image_dir, backing_file)
self.vhdutils.reconnect_parent(image, backing_file_path)
def _qemu_img_info(self, path):
def _qemu_img_info(self, path, volume_name=None):
# This code expects to deal only with relative filenames.
# As this method is needed by the upper class and qemu-img does
# not fully support vhdx images, for the moment we'll use Win32 API