You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/04/13 11:46:06 UTC

[cloudstack] branch main updated (67002b67ec -> 65dc2df896)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 67002b67ec Merge branch '4.16'
     add 42a92dcdd3 Extract the IO_URING configuration into the agent.properties (#6253)
     new 65dc2df896 Merge branch '4.16'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 agent/conf/agent.properties                                        | 3 +++
 .../src/main/java/com/cloud/agent/properties/AgentProperties.java  | 7 +++++++
 .../cloud/hypervisor/kvm/resource/LibvirtComputingResource.java    | 4 +++-
 3 files changed, 13 insertions(+), 1 deletion(-)


[cloudstack] 01/01: Merge branch '4.16'

Posted by nv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 65dc2df8965b7b59c336560a974416d58fa5002e
Merge: 67002b67ec 42a92dcdd3
Author: nvazquez <ni...@gmail.com>
AuthorDate: Wed Apr 13 08:45:48 2022 -0300

    Merge branch '4.16'

 agent/conf/agent.properties                                        | 3 +++
 .../src/main/java/com/cloud/agent/properties/AgentProperties.java  | 7 +++++++
 .../cloud/hypervisor/kvm/resource/LibvirtComputingResource.java    | 4 +++-
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --cc agent/conf/agent.properties
index ce9c9c1149,519b875f91..d2f87d66c1
--- a/agent/conf/agent.properties
+++ b/agent/conf/agent.properties
@@@ -286,5 -286,5 +286,8 @@@ iscsi.session.cleanup.enabled=fals
  # Enable manually setting CPU's topology on KVM's VM.
  # enable.manually.setting.cpu.topology.on.kvm.vm=true
  
 +# Manually set the host CPU MHz, in cases where CPU scaling support detected value is wrong
 +# host.cpu.manual.speed.mhz=0
++
+ # Enable/disable IO driver for Qemu / It's enabled by default on KVM agents
+ # enable.io.uring=true