On Wed, Oct 1, 2025 at 8:28 AM Venky Shankar <[email protected]> wrote: > > Hi Yuri, > > On Tue, Sep 30, 2025 at 8:39 PM Yuri Weinstein <[email protected]> wrote: >> >> The only remaining approval is for cephfs from Venky. > > > I was awaiting inputs from Adam regarding the issue I mentioned in my > previous email. Adam mentioned that it is a decoding failure in cephadm for a > sysctl config. It seems to be happening for the testing kernel IMO.
Hi Venky, This turns out to be a trivial kernel bug introduced with the new panic_sys_info sysctl parameter in 6.17 [1] and fixed in [2]. The fix isn't in mainline yet, but I went ahead and cherry picked it into our testing branch. If you wait for 4eb61c999cea61cd82c41373fbd6dd6273e03e4c to build and retry, these failures should go away. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/lib/sys_info.c?id=d747755917bf8ae08f490c3fe7d8e321afab8127 [2] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/lib/sys_info.c?id=31cf021b6161ac63c2ab8c64415cca0e3e136636 Thanks, Ilya _______________________________________________ ceph-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
