mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
420be748f1
- 0.16.1 changes an ext4 superblock setting that might have been causing problems. - #877 fixed an issue where the cache and sync settings for block filesystems weren't being passed down to the VZ virtual machine configuration. The default sync value getting passed down is `full`, which reduces I/O performance. Relax this to use `fsync` for now. ## Type of Change - [*] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context May address problems reported in #877. ## Testing - [x] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs