aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/disk.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index c5f7587..af84cc6 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -546,6 +546,7 @@ must not be modified."
(with-replace-hostattrs (:opened-volumes)
(apply #'push-hostattrs :opened-volumes opened-volumes)
(propappapply propapp))
+ (mrun "sync")
(with-mount-below (mapc #'close-volume opened-volumes)))))
:args (cdr propapp)))