Replace LXD deb by snap in Ubuntu 18.10
Bug #1788040 reported by
Stéphane Graber
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| LXD Charm |
Invalid
|
Medium
|
Unassigned | ||
| lxd (Ubuntu) |
Fix Released
|
Undecided
|
Stéphane Graber | ||
Bug Description
Starting with Ubuntu 18.10, LXD will only be distributed as a snap.
Existing users will need to be migrated on upgrade and all reverse dependencies be made aware of the snap.
For those reverse dependencies, make sure that you either:
- Use the "lxc" and "lxd" commands WITHOUT hardcoding any paths (as they'll now be under /snap/bin/)
- Use the API and known to look for BOTH /var/lib/
The "lxd" deb will remain around, so it's fine to still suggest/
| Changed in charm-lxd: | |
| status: | New → Triaged |
| importance: | Undecided → Medium |
| Changed in charm-lxd: | |
| status: | Triaged → Invalid |
To post a comment you must log in.

autopkgtest *only* uses the `lxc` CLI and documents the `lxd` setup CLI from $PATH. The package has a "Suggests: lxd-client". You mention that the "lxd" deb will remain around, does that apply to "lxd-client" as well?