|
rootfsMnt.Source, vmBundleDir.RootfsPath(), "ext4", nil, s.driveMountClient, s.machine) |
I'm specifically interested in supporting XFS-based snapshots for the container rootfs. I know other drives can be XFS, is there a reason that the container rootfs has to be ext4? (Assume I build my kernel with XFS support)
Thanks!