-
Notifications
You must be signed in to change notification settings - Fork 120
4.22.0.0 release notes updates #593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| .. parsed-literal:: | ||
| deb http://download.cloudstack.org/ubuntu bionic |version| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| deb http://download.cloudstack.org/ubuntu bionic |version| | |
| deb http://download.cloudstack.org/ubuntu noble |version| | |
| If you are using Debian, | |
| .. parsed-literal:: | |
| deb http://download.cloudstack.org/debian bookworm |version| |
use noble (ubuntu 24.04) instead
|
|
||
| .. parsed-literal:: | ||
| $ sudo service cloudstack-agent stop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ sudo service cloudstack-agent stop | |
| $ sudo systemctl stop cloudstack-agent |
other lines too
|
|
||
| .. parsed-literal:: | ||
| $ sudo apt-get upgrade cloudstack-management |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ sudo apt-get upgrade cloudstack-management | |
| $ sudo apt-get install cloudstack-management |
apt-get upgrade might upgrade some packages too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@weizhouapache this is to upgrade existing cloudstack management with newer version, upgrade is fine here? install also work the same way or re-installs it (can overwrite any config files)?
|
|
||
| .. parsed-literal:: | ||
| $ sudo service cloudstack-management stop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ sudo service cloudstack-management stop | |
| $ sudo systemctl stop cloudstack-management |
|
|
||
| .. parsed-literal:: | ||
| $ sudo service cloudstack-usage stop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ sudo service cloudstack-usage stop | |
| $ sudo systemctl stop cloudstack-usage |
| $ sudo service cloudstack-agent stop | ||
| $ sudo service cloudstack-agent start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ sudo service cloudstack-agent stop | |
| $ sudo service cloudstack-agent start | |
| $ sudo systemctl stop cloudstack-agent | |
| $ sudo systemctl start cloudstack-agent |
|
|
||
| .. parsed-literal:: | ||
| $ sudo service cloudstack-management start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ sudo service cloudstack-management start | |
| $ sudo systemctl start cloudstack-management |
|
|
||
| .. parsed-literal:: | ||
| $ sudo service cloudstack-usage start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $ sudo service cloudstack-usage start | |
| $ sudo systemctl start cloudstack-usage |
| Management Server | ||
| ----------------- | ||
|
|
||
| Ubuntu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Ubuntu | |
| Ubuntu/Debian |
| Hypervisor: KVM | ||
| ################# | ||
|
|
||
| KVM on Ubuntu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| KVM on Ubuntu | |
| KVM on Ubuntu/Debian |
|
Thanks for the review @weizhouapache, I've addressed them and I also added the installation instructions for Debian as well, please check them in _pkg_repo.rst file |
📚 Documentation preview 📚: https://cloudstack-documentation--593.org.readthedocs.build/en/593/