Julian Pelizäus

Results 41 issues of Julian Pelizäus

Hi @nijel I am curious about the release cycle of the project as well as the date of the next planned release. Can you please share some information on that...

### Overview This PR adds optimized volume refresh for block volumes of the Ceph RBD storage driver using the `export-diff`/`import-diff` functions for transferring an incremental stream of snapshots. At its...

Documentation

Currently only when copying Ceph RBD backed volumes for the first time the internal `rbd export-diff`/`rbd import-diff` functions are used for the transfer (local and remote). Subsequent volume refreshes fall...

Feature

# Required information * Distribution: Ubuntu * Distribution version: jammy * The output of * `lxc-start --version`: 5.0.0~git2209-g5a7b9ce67 * `uname -a`: 5.19.0-46-generic # Issue description If a running privileged container...

Hi, When trying to use the Helm chart with a Service of type NodePort, it would be beneficial being able to set the `externalTrafficPolicy` setting through the `values.yml` file. Currently...

enhancement
Environment

This removes several `panic()` calls from the `lxd/config` package when trying to read configuration and instead forward the errors. As the changes feel quite invasive now I am wondering if...

# Issue description Restricted projects count its already occupied resources for each specified limit. Doing this for VMs also takes the `size.state` value into account. However starting with https://github.com/canonical/lxd/pull/12566 it...

Bug

When performing live migration of a VM both its root and filesystem volume get mounted at the same time on both the source and target node. Currently this hasn't caused...

Bug

This reverts the change of the server config from `map[string]any` to `map[string]string` performed in https://github.com/canonical/lxd/pull/13373 as it breaks the `lxc` client when talking to older servers that still return a...

API

Follow up on an open discussion in https://github.com/canonical/lxd/pull/13373#discussion_r1589342963. Instead of using an arbitrary `user.foo` config key, the test suite is modified to perform the authentication checks when trying to read...