Merge pull request #3894 from gyliu513/kvm-driver

Highlight libvirtd for old distributions.
pull/3840/head^2
Thomas Strömberg 2019-03-20 09:56:34 -07:00 committed by GitHub
commit 5074cc5127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -36,7 +36,7 @@ sudo apt install libvirt-bin libvirt-daemon-system qemu-kvm
sudo yum install libvirt-daemon-kvm qemu-kvm
```
Enable,start, and verify the libvirtd service has started.
Enable,start, and verify the `libvirtd` service has started.
```shell
sudo systemctl enable libvirtd.service
sudo systemctl start libvirtd.service
@ -44,13 +44,17 @@ sudo systemctl status libvirtd.service
```
Then you will need to add yourself to libvirt group (older distributions may use libvirtd instead)
Then you will need to add yourself to `libvirt` group (older distributions may use `libvirtd` instead)
`sudo usermod -a -G libvirt $(whoami)`
```shell
sudo usermod -a -G libvirt $(whoami)
```
Then to join the group with your current user session:
`newgrp libvirt`
```shell
newgrp libvirt
```
Now install the driver: