gotoz / runq

run regular Docker images in KVM/Qemu
Apache License 2.0
802 stars 45 forks source link

caching modes in examples #7

Closed dherrendoerfer closed 5 years ago

dherrendoerfer commented 5 years ago

The storage examples section contains the examples referencing 'writeback' and 'writethrough' caching. Since runq is using Io threads and direct mapping with qenu, I believe the best-practice is to set the caching mode to 'none'

pmorjan commented 5 years ago

Thanks for the report. Fixed by d7f8bf321f544f83a29001711e1438750d82aa11.

dherrendoerfer commented 5 years ago

Thank you very much! Closing.