You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/05/28 08:41:47 UTC

[GitHub] [cloudstack] rhtyd opened a new issue #4112: KVM: Change SystemVM patching to Qemu Fw Cfg

rhtyd opened a new issue #4112:
URL: https://github.com/apache/cloudstack/issues/4112


   The systemvms are patching on KVM are currently performed patch.sh that uses qemu-agent-command (a serial-device mechanism) and consumed in the systemvms via qemu-guest-agent. Newer qemu versions (at least 2.2+) can make use of the qemu fw cfg device to pass key/value strings for the `cmdline` without using a more brittle/low-level approach much like XenServer and  VMware, and inside the systemvm they can consume the value for the `cmdline` at `/sys/firmware/qemu_fw_cfg/by_name/...` path which is available in newer kernels.
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   VR, SSVM, CPVM
   ~~~


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on issue #4112: KVM: Change SystemVM patching to Qemu Fw Cfg

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #4112:
URL: https://github.com/apache/cloudstack/issues/4112#issuecomment-768255823


   @rhtyd are you talking of just the install time patching or live updates of the systemvm here?
   and do you think we need to implement this before the next systemvm update?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org