On a Monday in 2020, Peter Krempa wrote:
Some disk backends support configuring the readahead buffer or
timeout
for requests. Add the knobs to the XML.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/formatdomain.html.in | 16 +++++++++++++
docs/schemas/domaincommon.rng | 23 +++++++++++++++++++
src/conf/domain_conf.c | 19 +++++++++++++++
src/util/virstoragefile.c | 2 ++
src/util/virstoragefile.h | 3 +++
.../disk-network-http.xml | 2 ++
6 files changed, 65 insertions(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano