Tom Parrott

Results 43 issues of Tom Parrott

Ever since we started to unmount storage pools on LXD shutdown (https://github.com/lxc/lxd/pull/9217) we have seen LVM errors on subsequent start up (although only in the test suite not reproducible locally)...

Bug

It would be good to provide the user the ability to specify URLs to be used for both build time download of packages and the URL used for package updates...

Feature

The OVN daily tests currently depend on a feature that was removed from OVN :( See https://github.com/ovn-org/ovn/issues/124 We should update our OVN tests to not rely on this feature by...

Bug

https://github.com/lxc/lxd/pull/10119 introduce the concept of an OVN chassis cluster member role, but did not have any tests to accompany it. We need to introduce tests for that feature to the...

Originally reported from https://github.com/lxc/lxd/issues/10705 @freeekanayaka confirmed the issue is that the query binding ID is limited to 255. https://github.com/lxc/lxd/pull/10706#issuecomment-1198258908 We should support sqlite's underlying limits: https://www.sqlite.org/limits.html See point 9: >...

Bug

See https://github.com/lxc/lxd/pull/9891 for more info. The reproducer is fairly easy: 1. Launch 3 Ubuntu Focal VMs and install the lxd edge snap (sudo snap install lxd --edge). 2. Setup a...

Hi would be interested in controlling the Dachtio server via a non NodeJS control plane (such as Golang). Such as https://github.com/tomponline/fsclient Is there any documentation for the control protocol used...

Currently in the `test_clustering_failure_domains` test we have this section just after spawning a 6 member cluster: ``` # Set failure domains # shellcheck disable=SC2039 printf "roles: [\"database\"]\nfailure_domain: \"az1\"\ngroups: [\"default\"]" |...

Feature
Easy

Suggested at https://discuss.linuxcontainers.org/t/how-to-make-ips-fixed-to-an-instance-from-the-managed-bridge/14838/4?u=tomp Proposal to add `--device` and `-d` flags to `lxc launch` and `lxc init` that would allow device override at create time. Similar to what we have now...

Feature
Easy

Suggested from https://github.com/lxc/lxd/pull/10789#issuecomment-1216973016 Because the instance name is used to set the DNS name and DNS names are case insensitive, we need to check if another instance exists using the...

Bug
Easy