Skip to content
Snippets Groups Projects

guest-overlay: Use OverlayFS instead of AuFS

Merged Ciarán McKenna requested to merge overlayfs into master
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -19,7 +19,9 @@
<volume sgrp="gast" fstype="tmpfs" path="tmpfs" mountpoint="/guests/temporary" options="noatime,noexec,rw" />
<volume path="none" sgrp="gast" fstype="aufs" mountpoint="/guests/home" options="br:/guests/temporary=rw:/guests/provision=ro,udba=reval" />
<volume sgrp="gast" fstype="tmpfs" path="tmpfs" mountpoint="/guests/temporary_workdir" options="noatime,noexec,rw" />
<volume path="none" sgrp="gast" fstype="overlay" mountpoint="/guests/home" options="lowerdir=/guests/provision,upperdir=/guests/temporary,workdir=/guests/temporary_workdir" />
<!-- pam_mount parameters: General tunables -->
Loading