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

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Host agent processing script.
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   CloudStack 4.19.1.1
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   Advanced networking
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   PRETTY_NAME="Ubuntu 24.04.1 LTS"
   NAME="Ubuntu"
   VERSION_ID="24.04"
   VERSION="24.04.1 LTS (Noble Numbat)"
   VERSION_CODENAME=noble
   ID=ubuntu
   ID_LIKE=debian
   HOME_URL="https://www.ubuntu.com/";
   SUPPORT_URL="https://help.ubuntu.com/";
   BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
   
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
   UBUNTU_CODENAME=noble
   LOGO=ubuntu-logo
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   When adding a kvm host to Cloudstack, the agent configuration automatically 
adds the option libvirtd_opts='-l' to /etc/default/libvirtd. This creates 
failures for live migrations between cluster hosts. Documentation here 
https://docs.cloudstack.apache.org/en/latest/installguide/hypervisor/kvm.html 
is correct, stating that Ubuntu 20.04 and newer should use the option 
LIBVIRTD_ARGS="--listen".
   The documentation is confusing in that it seems to tell you to make these 
changes manually, but the host provisioning process modifies all of the files 
referenced.
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   Simply adding a host via the web interface will do this at least when the 
host os version is Ubuntu 24.04.1 LTS.
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   The proper existing settings to be uncommented or at least added to the end 
of the config files as the documentation states.
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   Agent configuration process automatically adds the option libvirtd_opts='-l' 
to /etc/default/libvirtd when the os version is newer than 20.04.
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   
   ~~~
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to