You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "naseemvk (via GitHub)" <gi...@apache.org> on 2024/02/16 04:41:06 UTC

[I] Any option to edit guest instance xml configuration file permanently? [cloudstack]

naseemvk opened a new issue, #8664:
URL: https://github.com/apache/cloudstack/issues/8664

   Issue: 
   
   Any changes made to xml config file of a guest instance is discarded and changed to defaults after reboot.
   
   How to reproduce;
   
   1. In any KVM host run as below assuming VM name is 1-2-VM-1234
   
   **_virsh edit 1-2-VM-1234_**
   
   2. Change some parameters and save it.
   3. Reboot the VM
   4. Check again the XML config file
   5. You can see the changes we made in step 2 is not applied.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

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


Re: [I] Any option to edit guest instance xml configuration file permanently? [cloudstack]

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland commented on issue #8664:
URL: https://github.com/apache/cloudstack/issues/8664#issuecomment-1948174993

   @naseemvk are there any parameters you want changing that you cannot? this can be interpretted as two different featture requests. One specific for some missing knobs to turn and One generic to tweak any KVM based VM.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


Re: [I] Any option to edit guest instance xml configuration file permanently? [cloudstack]

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud closed issue #8664: Any option to edit guest instance xml configuration file permanently?
URL: https://github.com/apache/cloudstack/issues/8664


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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


Re: [I] Any option to edit guest instance xml configuration file permanently? [cloudstack]

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud commented on issue #8664:
URL: https://github.com/apache/cloudstack/issues/8664#issuecomment-2085303562

   By design this isn't possible in CloudStack. However, you can use the extraconfig feature to pass specific xml you want to add to your domain, or use the Guest hooks feature to write a script/parser to create xml you'd like in your VM: https://github.com/apache/cloudstack/blob/main/agent/conf/agent.properties#L110
   
   In addition to this, we also support qemu hooks feature (see https://libvirt.org/hooks.html#etc-libvirt-hooks-qemu )


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

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