此内容没有您所选择的语言版本。

7.4. I/O Mode


I/O mode options can be configured on a virtual machine during installation with virt-manager or the virt-install command, or on an existing guest by editing the guest XML configuration.
Table 7.2. IO mode options
Caching OptionDescription
IO=nativeThe default for Red Hat Enterprise Virtualization environments. This mode uses kernel asynchronous I/O with direct I/O options.
IO=threadsSets the I/O mode to host user-mode based threads.
IO=defaultSets the I/O mode to the kernel default. In Red Hat Enterprise Linux 6, the default is IO=threads.
In virt-manager, the I/O mode can be specified under Virtual Disk. For information on using virt-manager to change the I/O mode, see Section 3.4, “Virtual Disk Performance Options”
To configure the I/O mode in the guest XML, use virsh edit to edit the io setting inside the driver tag, specifying native, threads, or default. For example, to set the I/O mode to threads: Copy to Clipboard Toggle word wrap
<disk type='file' device='disk'>
          <driver name='qemu' type='raw' io='threads'/>
To configure the I/O mode when installing a guest using virt-install, add the io option to the --disk path parameter. For example, to configure io=threads during guest installation:
Copy to Clipboard Toggle word wrap
virt-install \
--disk path=/storage/images/$NAME.img,io=threads,opt2=val2...
....
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat, Inc.