-
As explained in https://discuss.linuxcontainers.org/t/cant-attach-usb-device-to-windows-vm/18511/2, attaching a USB device to a VM that doesn't have the Incus agent running fails with `Error: VM agent…
-
LXD cannot currently launch VMs on hosts with > 288 CPUs even if `limits.cpu` set to < 288 on 5.0/stable.
See https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2012763
Related issues:
- VMs…
-
The columns in `incus config trust list` should be tweaked a bit:
- Add support for configurable columns (like we have in `incus list` and `incus image list`)
- Hide `common name` by default
- H…
-
Do you by any chance plan to include incus in this repo? https://github.com/lxc/incus
-
Add an extra build step to download the Canonical LXD UI, swap the branding and links, apply a few changes and then package it as `incus-ui-canonical`. Have `incus` Suggests `incus-ui-canonical`.
-
# Required information
* Distribution: Debian
* Distribution version: 12
* The output of "incus info":
```
pargo@dedicado01:~$ incus info
config:
cluster.https_address: 10.11.16.31:8…
-
LXD can serve its documentation via network socket. For this the environment variable `INCUS_DOCUMENTATION`/`LXD_DOCUMENTATION` must point to the documentation folder:
* https://github.com/lxc/incus/…
ganto updated
11 months ago
-
lxops rebuild should use lxd/incus rebuild.
lxops rebuild does the following:
- stop the instance
- delete the instance
- launch the instance again
- configure the instance
Before the delete…
-
# Required information
* Distribution:
* Distribution version: "Debian GNU/Linux 12 (bookworm)"
* The output of "incus info"
```
root@lxd:~# incus info
config:
co…
-
Consider using git version tags of the form: vn.n.n, as per the go modules reference:
https://go.dev/ref/mod#versions
For example, use "v0.2.0", instead of "incus-0.2".
The reason is that comma…