Esempio n. 1
0
 def get_volume_format(self, volume):
     active_file = self.get_active_image_from_info(volume)
     active_file_path = os.path.join(self._local_volume_dir(volume),
                                     active_file)
     img_info = self._qemu_img_info(active_file_path, volume.name)
     return image_utils.from_qemu_img_disk_format(img_info.file_format)
Esempio n. 2
0
 def get_volume_format(self, volume):
     active_file = self.get_active_image_from_info(volume)
     active_file_path = os.path.join(self._local_volume_dir(volume),
                                     active_file)
     img_info = self._qemu_img_info(active_file_path, volume.name)
     return image_utils.from_qemu_img_disk_format(img_info.file_format)