Changes between Version 18 and Version 19 of jessie-stretch-upgrade


Ignore:
Timestamp:
Mar 13, 2018, 4:31:50 PM (7 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jessie-stretch-upgrade

    v18 v19  
    112112
    113113}}}
     114
     115== KVM Manager ==
     116
     117On physical hosts, kvm-manager will start using systemd instead of runit to manage guests.
     118
     119So, 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.