incus icon indicating copy to clipboard operation
incus copied to clipboard

Powerful system container and virtual machine manager

Results 182 incus issues
Sort by recently updated
recently updated
newest added

# Required information * Distribution: Gentoo with SELinux enabled # Issue description I am currently helping to create a proper SELinux policy module for incus in Gentoo Currently, the default...

Bug
Easy

Currently only `incus create` and `incus launch` will read YAML data from stdin to create a new instance (reading an InstancePut which gets embeded in the InstancePost struct). The same...

Feature
Easy

# Required information * Distribution: ubuntu * Distribution version: 22.04 * The output of "incus info" or if that fails: ``` config: core.https_address: '[::]:8443' api_extensions: - storage_zfs_remove_snapshots - container_host_shutdown_timeout -...

Incomplete

We now have OpenFGA for fine grained access control, but not everyone needs to run a full authorization server and for simpler cases, it could be very useful to have...

Documentation
Feature
API

Currently `io.bus` and `io.cache` are restricted to block volumes being exposed to VMs. `io.bus` offers `nvme`, `virtio-scsi` and `virtio-blk` while `io.cache` offers `none`, `writeback` and `unsafe`. That's all fine for...

Feature
Easy

# Required information * Distribution: Ubuntu * Distribution version:24.04LTS * The output of "incus info" or if that fails: config: {} api_extensions: - storage_zfs_remove_snapshots - container_host_shutdown_timeout - container_stop_priority - container_syscall_filtering...

Incomplete

It would be nice to have a `/1.0/instances/NAME/access` endpoint which one could `GET` to retrieve the list of who's allowed access and what access level they have on the object.

Documentation
Feature
Easy
API

Issue #725: Implement new access API for instances - Added type Access and AccessEntry in shared/api/access.go for use in the new access endpoints. - Implemented GetInstanceAccess for tls - added...

Documentation
API

Linux 6.7 should finally have initial support for `bcachefs` so we should be able to add a storage driver for it, roughly based on the btrfs or zfs one (whichever...

Documentation
API
Maybe

This pull request is in response to issue #485 Currently, the score only accounts for memory usage of servers so when we need to migrate instances, we determine those with...

Documentation
API