lxd
lxd copied to clipboard
Powerful system container and virtual machine manager
https://discuss.linuxcontainers.org/t/lxd-object-storage-s3-api/14579 - [x] `lxc storage bucket` commands and `client` functions. - [x] Database schema updates. - [x] Database patch for project features. - [x] API extension and handlers. - [x]...
Closes #10755 Closes #10753
This updates the code generated by `lxd-generate` to support filtering on multiple entries of the same field, and adds filter structs to `Config` and `Devices`. This applies only to the...
# Required information * Distribution: Ubuntu * Distribution version: 22.04.4 * The output of "lxc info": ``` jsimpso@alcazar:~$ lxc info config: core.https_address: '[::]:8443' api_extensions: - storage_zfs_remove_snapshots - container_host_shutdown_timeout - container_stop_priority...
# Required information * Distribution: Ubuntu * Distribution version: 22.04 * The output of "lxc info": ``` config: {} api_extensions: - storage_zfs_remove_snapshots - container_host_shutdown_timeout - container_stop_priority - container_syscall_filtering - auth_pki...
In order to complete https://github.com/canonical/lxd-cloud/issues/136, upstream servers need to synchronise instance and storage volume records when the make a connection to a downstream. To accomplish this, we can call `/1.0/instances?all-projects=true`...
# Required information * Distribution: Arch Linux ```yaml config: images.auto_update_interval: "0" storage.backups_volume: zpool/backups storage.images_volume: zpool/images api_extensions: - storage_zfs_remove_snapshots - container_host_shutdown_timeout - container_stop_priority - container_syscall_filtering - auth_pki - container_last_used_at - etag...
# Required information * Distribution: Arch Linux ```yaml config: images.auto_update_interval: "0" storage.backups_volume: zpool/backups storage.images_volume: zpool/images api_extensions: - storage_zfs_remove_snapshots - container_host_shutdown_timeout - container_stop_priority - container_syscall_filtering - auth_pki - container_last_used_at - etag...
Implements an `all-projects=true` query parameter on `/1.0/storage-pools/{poolName}/volumes`. Adds associated methods to client and adds `--all-projects` flag to `lxc storage volume list {poolName}`. Closes #10753
# Required information * Distribution: Ubuntu * Distribution version: 20.04 ("Focal Fossa") * Kernel version: 5.15.x (x86_64, aarch64) * LXC, LXD version: 5.3 # Issue description If a container uses...