@AT
@AT
Recently LXD introduced new attributes in **/1.0/containers//exec** API call which allows to exec remote command without using websockets Source: https://documentation.ubuntu.com/lxd/en/latest/api-extensions/#container-exec-recording **container_exec_recording** Introduces a new Boolean record-output, parameter to /1.0/containers//exec which...
Yeh... my comment is coming late. (I've just migrated from LXD to Incus) Here is a discussion in terraform-lxd related to implementation **exec** section in the **instance** plugin: https://github.com/terraform-lxd/terraform-provider-lxd/pull/386 Using...
I face the same issue when I try to migrate lxd 5.21 with microceph (reef/stable) and cephfs storages to Incus. Incus distributes as regular debian package and runs outside of...
There is an workaround offered by Stéphane Graber: - install _ceph-common_ package - link _/var/snap/microceph/current/conf/ceph.conf_ and _/var/snap/microceph/current/conf/ceph.client.admin.keyring_ files to _/etc/ceph/_ directory I validated it and it works in my test...
Folks, we need to resolve the issue, but not only to document it. The real issue is that there is no way to configure microcephd's log level yet. And this...
Did this fix arrived to snap reef/stable: 18.2.0+snap450240f5dd 2024-04-09 (979) ? I updated my lab to this version and see following behavior: 1. _log set-level_ and _log get-level_ options are...
I will provide additional details in couple hours. I will try to prepare functional test-case later today.
### Steps to reproduce Please run script below: ``` PID=$(pidof microcephd); for LEVEL in 1 2 3 4 5 6 0; \ do echo ">"; \ printf "Current log level:...
> just to get this right - You used `log set-level` to something more suitable, and still it appears that the log level is set at `DEBUG`? If so, we'll...
Hello Folks, I do not know why you have marked this issue as fixed. I have upgraded to `squid/stable: 19.2.0+snap2fbf0bad05` and still have the same issue yet. My system log...