Simon Deziel
Simon Deziel
Yeah, I also have weird stuff like multiple detached loop devices showing up on a single line in the host's `io.stat`: ``` sdeziel@xeon:~$ cat /sys/fs/cgroup/io.stat 8:32 rbytes=999678391296 wbytes=198034948096 rios=3100795 wios=1051435...
@mihalicyn that really pleases me that you've found it to be fixed upstream, many thanks! I'll check if Canonical kernels that are currently in -proposed have the patch but if...
@mihalicyn, https://github.com/torvalds/linux/commit/3607849df47822151b05df440759e2dc70160755 wasn't CC'ed to [email protected] and I couldn't find it in upstream's 5.15 changelogs so apparently nobody picked it up. I think it'd be best to send it to...
@gabrielmougard I just checked my logs for the year and here's what I got: ``` root@log:~# grep -hF "lxd" /var/log/archives/2023/2023-*-syslog | grep -vF data/ | sed 's/.*level=//' | grep -F...
Closing this old issue. The snap detection logic was reworked and has been working reliably AFAIK. If not, please let us know through a fresh issue, thanks.
Since the introduction of [`metrics_instances_count`](https://github.com/canonical/lxd/pull/12639) extension, this bug is fixed. Here's how I did the initial reproduction with `5.19/stable`: ``` $ lxc launch ubuntu-daily:22.04 c1 -c security.nesting=true -c security.devlxd.images=true $...
@jhoblitt I'm not sure I understand your proposal. Here's what I tried: ```puppet $add_content = @(EOF) [Service] ExecStartPost=/bin/echo second | EOF systemd::dropin_file { 'foo-addition.conf': unit => 'foo.service', content => $add_content,...
@ekohl I think you are right and it's another case of me using the tool wrong :/ My initial issue involved a `systemd::timer` creating both a timer and a service....
@ekohl @jhoblitt done.
@morphis I've been applying the same trick to LXD/MicroCloud snaps and was wondering if it'd be something interesting for Anbox.