GitHub user wido opened a pull request:

    https://github.com/apache/cloudstack/pull/1545

    CLOUDSTACK-8715: Add channel to Instances for Qemu Guest Agent

    This commit adds a additional VirtIO channel with the name
    'org.qemu.guest_agent.0' to all Instances.
    
    With the Qemu Guest Agent the Hypervisor gains more control over the 
Instance if
    these tools are present inside the Instance, for example:
    
    * Power control
    * Flushing filesystems
    * Fetching Network information
    
    In the future this should allow safer snapshots on KVM since we can 
instruct the
    Instance to flush the filesystems prior to snapshotting the disk.
    
    More information: http://wiki.qemu.org/Features/QAPI/GuestAgent
    
    Keep in mind that on Ubuntu AppArmor still needs to be disabled since the 
default
    AppArmor profile doesn't allow libvirt to write into /var/lib/libvirt/qemu
    
    This commit does not add any communication methods through API-calls, it 
merely
    adds the channel to the Instances and installs the Guest Agent in the SSVMs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wido/cloudstack qemu-guest-agent

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1545.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1545
    
----
commit 58a591ce417da5cb3e3dcd3cf182369cc65be028
Author: Wido den Hollander <w...@widodh.nl>
Date:   2016-05-13T09:04:49Z

    CLOUDSTACK-8715: Add channel to Instances for Qemu Guest Agent
    
    This commit adds a additional VirtIO channel with the name
    'org.qemu.guest_agent.0' to all Instances.
    
    With the Qemu Guest Agent the Hypervisor gains more control over the 
Instance if
    these tools are present inside the Instance, for example:
    
    * Power control
    * Flushing filesystems
    * Fetching Network information
    
    In the future this should allow safer snapshots on KVM since we can 
instruct the
    Instance to flush the filesystems prior to snapshotting the disk.
    
    More information: http://wiki.qemu.org/Features/QAPI/GuestAgent
    
    Keep in mind that on Ubuntu AppArmor still needs to be disabled since the 
default
    AppArmor profile doesn't allow libvirt to write into /var/lib/libvirt/qemu
    
    This commit does not add any communication methods through API-calls, it 
merely
    adds the channel to the Instances and installs the Guest Agent in the SSVMs.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to