Emeric Chassagne

Results 11 issues of Emeric Chassagne

## Describe the bug ``` shell emeric@node:~$ ./longhornctl check preflight --kube-config ~/.kube/config INFO[2024-08-25T13:46:53+02:00] Initializing preflight checker INFO[2024-08-25T13:46:53+02:00] Cleaning up preflight checker INFO[2024-08-25T13:46:53+02:00] Running preflight checker ERRO[2024-08-25T13:47:08+02:00] Failed to run preflight...

kind/bug
area/install-uninstall-upgrade
priority/1
require/qa-review-coverage
require/backport
area/cli

### What happened? Grafana seems to work fine, but I have too many logs like : `logger=base.plugin.context t=2024-10-18T21:12:10.07539877Z level=warn msg="Could not create user agent" error="invalid user agent format"` ### What...

type/bug
area/security
area/backend
automated-triage

### Is your feature request related to a problem? Please describe In a vmagent job config I have to add a username arg : ``` yaml basic_auth: username: fakeusername password:...

enhancement
vmagent

resolve #3309 erofs should be considered as squashfs in default exporter behavior

erofs should be considered as squashfs and should be include in this default list https://github.com/prometheus/node_exporter/blob/38d32a397720dfdaf547429ea1b40ab8cfa57e85/collector/filesystem_linux.go#L36

resolve #4684 Allow users to change the extension of the error file so we can now set it to i.e. json to make it well read for app that require...

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [x] I...

Hi :) I can see a lot of logs like that : ``` 2025-11-11 11:44:15,898 - synapse.logging.context - 105 - WARNING - - run_in_background(UcxFX): deferred already completed but the function...

A-Logging
O-Frequent
S-Minor
T-Defect

**Describe the problem**: Before in place upgrading from fedora 42 to 43 User Defaul built-in profile did show `user@server` as tab title but now it's showing `User Default` **To Reproduce**:...

T: Bug

**What happened**: I did add a storage class as : ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: nfs-csi-nsfserver provisioner: nfs.csi.k8s.io parameters: server: nsfserver share: / reclaimPolicy: Retain volumeBindingMode: WaitForFirstConsumer allowVolumeExpansion:...