Bruno Travouillon

Results 27 comments of Bruno Travouillon

> Do you believe that is all or have you identified more? I believe that is all. I searched through the code and did not find any other places where...

> What OS are you using? This is Ubuntu 18.04. Indeed the socket systemd units do not exist. I should check 20.04 or 22.04.

We had this issue and were able to reproduce with the script, running 510.73.08. An update to 510.85.02 (and ultimately to 515.65.01) solved this.

> The driver update to 515.xxx does **not** solve the issue for me. Which release of r515? This issue was discussed with the vendor, they did identify the issue, the...

OK. I can't tell then. For sure, we did not observe any BAR1 memory leak since we upgraded our GPUs (RTX8000, V100 and A100) to 515.65.01. Either NVIDIA reintroduced the...

The patch below seems to fix the issue: ``` --- /usr/lib/python3/dist-packages/cobbler/actions/mkloaders.py.ori 2022-05-03 20:21:01.000000000 +0000 +++ /usr/lib/python3/dist-packages/cobbler/actions/mkloaders.py 2023-02-12 20:49:40.814139638 +0000 @@ -37,7 +37,7 @@ self.syslinux_pxelinux_folder = pathlib.Path(api.settings().syslinux_pxelinux_folder) # Shim self.shim_glob =...

Also, it looks like `cobbler mkloaders` does not update the symlink once it is created. With the proposed patch above: ``` root@cobbler:~# ls -l /var/lib/cobbler/loaders/grub/ total 2100 -rw-r--r-- 1 root...

Oh yes, sorry. I'm quite busy this week but I'll try to take a look at this asap.

> > Something along the lines off: > > ```yaml > > pve_ceph_version: > > buster: nautilus > > bullseye: pacific > > bookworm: quincy > > pve_ceph_repository_line: "deb http://download.proxmox.com/debian/ceph-{{...

With [Proxmox VE EOL: 2024-07](https://forum.proxmox.com/threads/proxmox-ve-support-lifecycle.35755/) coming soon, is there any plan to merge this PR and release a new version of the role? FWIW, our team has been able to...