Skip to content

Conversation

@jglogan
Copy link
Contributor

@jglogan jglogan commented Nov 14, 2025

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

Need safer default block device sync options.

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

@jglogan jglogan merged commit 87b5623 into apple:main Nov 17, 2025
2 checks passed
@jglogan jglogan deleted the blockopt-plumbing branch November 17, 2025 16:13
dcantah pushed a commit that referenced this pull request Dec 8, 2025
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Not translating block/volume Filesystem cache and sync modes to runtimeOptions.

2 participants