فهرست منبع

Re-add dirty check in case qubesd is restarted

Demi Marie Obenour 3 سال پیش
والد
کامیت
e53d040051
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      qubes/storage/file.py

+ 2 - 0
qubes/storage/file.py

@@ -326,6 +326,8 @@ class FileVolume(qubes.storage.Volume):
             assert self._locked is FileVolume._marker_exported, \
                 'nested calls to start()'
             self._not_implemented('starting a VM with an exported volume')
+        if self.is_dirty():
+            self._not_implemented('exporting a dirty volume')
         self._locked = FileVolume._marker_running
         if not self.save_on_stop and not self.snap_on_start:
             self.reset()