Skip to content

Latest commit

 

History

History
92 lines (73 loc) · 4.24 KB

README.md

File metadata and controls

92 lines (73 loc) · 4.24 KB

Racklet Community Meeting Notes 2025

This document contains the notes of the Racklet community meeting. The meeting occurs every other Tuesday at 6 PM CET/CEST (on even weeks). Check the #racklet channel in the OSFW Slack for more info.

This document is best viewed and edited online: hackmd-github-sync-badge

[TOC]

February 4th, 2025 6:00 PM CET/CEST

:::info

January 21st, 2025 6:00 PM CET/CEST

:::info

Biweekly Recap

Dennis

  • Daniel hinted at the newly established mini rack project from Jeff Geerling
    • Uses the same 10" rack form factor as Racklet
    • 3D-printed plates to mount Pi's etc.
    • Other useful shelves/mounts listed there as well
    • Power delivery is a challenge – as we've already discovered with Racklet
      • PDU discussion here
      • UPS discussion here
      • These are mostly 110/230 V though, nothing yet for USB-C PD etc.
    • Network switch lists are useful for Racklet
      • Looking forward to the community discovering powerful-enough PoE switches for multiple nodes
    • Software/firmware side severely lacking though:
      • No firmware security/boot integrity/Open Compute -level secure boot
      • Very basic (mutable) Kubernetes setups only
    • TL;DR: Useful for sourcing parts for the Racklet hardware side, though we want more density and better firmware security + actual Open Compute -level software (immutable Kubernetes)
  • Achieved over 14k 4K direct random read QD2 IOPS with Ceph on the x86 test cluster! 📈
    • In layman's terms: distributed filesystems can be made very snappy at a small scale as well
    • This proves the viability of Ceph on lower-end hardware, SBCs such as the Rock 5B should not have any issues running this stack
    • 8 GiB of RAM, 4 threads and Gigabit ethernet is sufficient

Daniel

  • Made lots of progress on the BL808

January 7th, 2025 6:00 PM CET/CEST

:::info

Biweekly Recap

Daniel

  • More thorough test of the TH1520 showed its DRAM wasn't really working
  • Got back on the Bouffalo Lab BL808
  • 38C3 was a blast 🎉 - blog post on OSFF website coming soon™️
    • We bootstrapped the Canaan K230 SoC during a workshop
    • Reversed its mask ROM in a previous one (got started)

Dennis

  • More work on the x86 Racklet software architecture test cluster
    • Ceph (distributed storage) is now running very well
    • Encountered some bugs in Cilium (networking)
    • Talos Linux has an annoying bug that prevents upgrades right now
  • Taught myself KiCad over the holidays, received first PCB from JLC
  • Haven't yet gotten into messing with the RISC-V ESP32C6
  • Explored Linux real-time scheduling on a Raspberry Pi 3
    • threadirqs is very useful for multicore embedded systems