github kimchi-project/kimchi 2.4.0

latest releases: 3.0.0, 2.1.0-rc1, 2.4.0-rc1...
6 years ago

Kimchi 2.4 depends on Wok 2.4 and Ginger Base 2.3! So make sure to have both of them properly installed in your system.

This release includes:
✔ Initial s390x systems support
✔ Guest CPU hot plug and unplug
✔ Live migration over RDMA
✔ Live snapshot support
✔ Bug fixes

We have worked hard to ensure that Kimchi runs well on the most popular Linux distributions including: Fedora 25, Ubuntu 16.10, openSUSE LEAP 42.2, and CentOS 7. It uses standard Linux interfaces so it should run well on many other distributions too.

Quick guide on how to install

Download Wok, Kimchi and Ginger Base packages available below and:

Fedora and CentOS

sudo yum install <wok.rpm> <kimchi.rpm> <gingerbase.rpm>

openSUSE

sudo zypper install <wok.rpm> <kimchi.rpm> <gingerbase.rpm>

Ubuntu and Debian

sudo dpkg -i <wok.deb> <kimchi.deb> <gingerbase.deb>

# If your system DOES NOT HAVE all the dependencies installed, THE ABOVE COMMAND WILL FAIL.
# To fix it and install the dependencies needed, run:
sudo apt-get install -f

Start the service and enjoy!

sudo service wokd start

Access it at https://<machine-ip>:8001
For troubleshooting, check https://github.com/kimchi-project/wok/wiki/Troubleshooting

Don't miss a new kimchi release

NewReleases is sending notifications on new releases.