You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should investigate the opportunity and possibilities to allow customers to influence how host storage is being accessed in the Firecracker block device emulation. Here is a list of switches that might make sense to expose as configuration options:
ignore flush commands (from guest virtio driver) for performance reasons
use host page cache for read/write operations or prefer direct io with the block file
synchronous mode (O_SYNC/O_DSYNC) - writes will be reported complete only when committed to the host storage device
The text was updated successfully, but these errors were encountered:
We should investigate the opportunity and possibilities to allow customers to influence how host storage is being accessed in the Firecracker block device emulation. Here is a list of switches that might make sense to expose as configuration options:
The text was updated successfully, but these errors were encountered: