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

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


    from e11f7ee  RIP Nuage Cloudstack Plugin (#3146)
     add b60daf7  server: Fix exception while update domain resource count 
(#3204)
     add f9b61bc  orchestration: Allow VM that has never started to have 
volumes attached (#3276)
     add 9ff819d  systemvm: new qemu-guest-agent based patching for KVM (#3278)
     new 00ff536  Merge remote-tracking branch 'origin/4.11' into 4.12
     new 0700d91  Merge branch '4.12'

The 2 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:
 api/src/main/java/com/cloud/storage/Volume.java    |   4 +-
 .../configuration/dao/ResourceCountDaoImpl.java    |   5 +-
 .../META-INF/db/schema-41120to41200-cleanup.sql    |   5 -
 .../META-INF/db/schema-41200to41300-cleanup.sql    |   4 +
 .../storage/volume/VolumeServiceImpl.java          |   3 +
 .../kvm/resource/LibvirtComputingResource.java     |  20 +--
 .../wrapper/LibvirtStartCommandWrapper.java        |   7 +-
 .../kvm/resource/LibvirtDomainXMLParserTest.java   |  22 +---
 .../hypervisor/kvm/resource/LibvirtVMDefTest.java  |   2 +-
 scripts/vm/hypervisor/kvm/patch.sh                 |  80 ++++++++++++
 scripts/vm/hypervisor/kvm/patchviasocket.py        |  76 -----------
 scripts/vm/hypervisor/kvm/test_patchviasocket.py   | 144 ---------------------
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  47 ++++---
 services/console-proxy/rdpconsole/pom.xml          |  13 ++
 .../debian/opt/cloud/bin/setup/cloud-early-config  |  52 +++-----
 systemvm/debian/root/.ssh/authorized_keys          |   1 -
 systemvm/pom.xml                                   |   7 -
 test/integration/smoke/test_volumes.py             |  94 +++++++++++---
 .../scripts/configure_systemvm_services.sh         |   2 +-
 tools/appliance/systemvmtemplate/template.json     |   4 +-
 20 files changed, 246 insertions(+), 346 deletions(-)
 create mode 100755 scripts/vm/hypervisor/kvm/patch.sh
 delete mode 100755 scripts/vm/hypervisor/kvm/patchviasocket.py
 delete mode 100755 scripts/vm/hypervisor/kvm/test_patchviasocket.py
 delete mode 100644 systemvm/debian/root/.ssh/authorized_keys

Reply via email to