소스 검색

Remove Windows disk servicing progress update

Daniel Vincze 4 년 전
부모
커밋
78262499c2
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      coriolis/osmorphing/osmount/windows.py

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

@@ -103,10 +103,6 @@ class WindowsMountTools(base.BaseOSMountTools):
                                 "with status '%s'.Skipping running script '%s'"
                                 ". Error message: %s" % (
                                     disk_id, status, script, ex))
-                            self._event_manager.progress_update(
-                                "Exception ocurred while servicing disk '%s' "
-                                "with status '%s'. Skipping servicing disk" % (
-                                    disk_id, status))
                         else:
                             raise
                     break