Guillaume Boutry
Guillaume Boutry
fix #971 Thanks for creating a PR! Here's a quick checklist to pay attention to: * Please add an entry to docs/changelog.rst as appropriate. * Has some new parameter been...
fix #971 Thanks for creating a PR! Here's a quick checklist to pay attention to: * Please add an entry to docs/changelog.rst as appropriate. * Has some new parameter been...
* Which version of Ansible are you running? - 2.9.27 - mitogen 0.2.10 - 2.10.17 - mitogen 0.3.3 * Is your version of Ansible patched in any way? No *...
**Describe the bug** Running `hostname --long` does not return the instance fqdn. **To Reproduce** My commands: 1. `multipass launch --name microstack --cpus 4 --memory 16G --disk 50G` 2. ```shell hostname...
This PR is PoC showing what a rust migration could look like. There should be no change to the interface. ## What's new in this PR: * feat: remove cpp...
### Terraform Version ```bash $ terraform -v Terraform v1.4.2 on linux_amd64 + provider registry.terraform.io/maas/maas v1.1.0 ``` ### Affected Resource(s) Please list the resources as a list, for example: - maas_vlan...
Trying to show relation of subordinate charm fails. I tried to read the peer data of a surbordinate charm: ``` $ jhack show-relation ntp:ntp-peers ... | /snap/jhack/387/lib/python3.8/site-packages/jhack/utils/show_relation.py:304 in │ │...
MicroStack requires full access to cgroups to manage VMs resources. This was already granted, but these paths were not updated for CGroupsV2. Here are sampled dmesg messages to see usage...
User has reported failure to add disks to microceph on recent installation, after some more investigation, it appears the user did not wipe the disks before re-enrollment. The error is...
Hello, After a deeper dive on #1030, I'm now certain a garbage collection happens after a context switch in Nova. Therefore, I am opening a separate issue as this is...