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 2020/01/30 18:52:43 UTC

[cloudstack] branch 4.13 updated (82d94a8 -> 6baa598)

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

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


    from 82d94a8  Fix Policy Based Routing for private gateway static routes (#3604)
     add 6baa598  Clean up inactive iscsi sessions when VMs get moved due to crashes (#3819)

No new revisions were added by this update.

Summary of changes:
 .../kvm/resource/LibvirtComputingResource.java     |   5 +
 .../kvm/storage/IscsiStorageCleanupMonitor.java    | 173 +++++++++++++++++++++
 2 files changed, 178 insertions(+)
 create mode 100644 plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/IscsiStorageCleanupMonitor.java