Tom Parrott

Results 68 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...

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\"]" |...

Good first issue
Jira

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

There still seems to be some references to building raft in the Makefile even though we are now using a dqlite that has bundled raft. Lets ensure the Makefile is...

Bug

``` lxc info cluster:c2 --project foo + set +x + grep -q Location: node2 + timeout --foreground 120 /home/runner/go/bin/lxc info cluster:c2 --project foo --verbose + lxc delete -f c1 c2...

Bug