aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-26 11:56:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-26 11:56:31 -0700
commit97f3594889366e477ed58977ecb4f6a37e799613 (patch)
tree859c2d57cc9431f6473493167a567fccfb174fe6 /src/property/disk.lisp
parenta205ede7068561c58e74523ceeb4c9fe75d1e66b (diff)
downloadconsfigurator-97f3594889366e477ed58977ecb4f6a37e799613.tar.gz
sync when closing volumes in WITH-THESE-OPEN-VOLUMES too
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-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)))