瀏覽代碼

Fixes mount_os for missing OS in Windows

Alessandro Pilotti 9 年之前
父節點
當前提交
a6ce0811ec
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      coriolis/osmorphing/osmount/windows.py

+ 2 - 0
coriolis/osmorphing/osmount/windows.py

@@ -88,6 +88,8 @@ class WindowsMountTools(base.BaseOSMountTools):
             if self._conn.test_path("%sWindows\\System32" % fs_root):
                 return fs_root, [], None
 
+        raise exception.OperatingSystemNotFound("root partition not found")
+
     def dismount_os(self, dirs):
         for dir in dirs:
             drive_letter = dir.split(":")[0]