Changes between Version 32 and Version 33 of jessie-stretch-upgrade


Ignore:
Timestamp:
Jun 7, 2018, 9:29:23 PM (6 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jessie-stretch-upgrade

    v32 v33  
    178178== KVM Manager ==
    179179
    180 On physical hosts, kvm-manager will start using systemd instead of runit to manage guests.
    181 
    182 So, instead of commands like `sv stop <guest>` and `sv start <guest>`, in stretch we will use `systemctl start km@<guest>` and `systemctl stop km@<guest>` and `systemctl disable km@<guest>`. Note - we are using a systemd template file (/etc/systemd/system/km@.service) - that's why we have an @ sign in the service name - the part between the @ sign and the period is the name of the guest.
     180On physical hosts, kvm-manager will start using systemd instead of runit to manage guests. See [wiki:kvm-manager the kvm-manager page for details].
    183181
    184182To transition a physical host, follow these steps: