You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2021/07/19 07:42:19 UTC

[cloudstack] branch main updated (f7fdc8a -> 05a978c)

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

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


    from f7fdc8a  Do remove volume only on expunge (#5213)
     add 05a978c  Externalize kvm agent storage timeout configuration (#4585)

No new revisions were added by this update.

Summary of changes:
 agent/conf/agent.properties                        |   4 +
 .../cloud/agent/properties/AgentProperties.java    |  52 +++++++
 .../properties/AgentPropertiesFileHandler.java     |  70 +++++++++
 .../properties/AgentPropertiesFileHandlerTest.java | 143 +++++++++++++++++
 .../hypervisor/kvm/resource/KVMHAMonitor.java      | 171 ++++++++++-----------
 5 files changed, 350 insertions(+), 90 deletions(-)
 create mode 100644 agent/src/main/java/com/cloud/agent/properties/AgentProperties.java
 create mode 100644 agent/src/main/java/com/cloud/agent/properties/AgentPropertiesFileHandler.java
 create mode 100644 agent/src/test/java/com/cloud/agent/properties/AgentPropertiesFileHandlerTest.java